Changeset 1235
- Timestamp:
- Mar 4, 2014 3:56:55 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIimage.py
r1232 r1235 866 866 if dlg: 867 867 dlg.Update(Nup) 868 NST = np.array(NST )868 NST = np.array(NST,dtype=np.float) 869 869 H0 = np.divide(H0,NST) 870 870 H0 = np.nan_to_num(H0)
Note: See TracChangeset
for help on using the changeset viewer.