Changeset 2023


Ignore:
Timestamp:
Oct 22, 2015 5:08:49 PM (8 years ago)
Author:
vondreele
Message:

fix zero sig problem in iparm calibration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r2022 r2023  
    12801280    peakWt = []
    12811281    for peak,sig in zip(IndexPeaks[0],IndexPeaks[1]):
    1282         if peak[2] and peak[3]:
     1282        if peak[2] and peak[3] and sig > 0.:
    12831283            peakPos.append(peak[0])
    12841284            peakDsp.append(peak[-1])    #d-calc
Note: See TracChangeset for help on using the changeset viewer.