Changeset 4860 for trunk/GSASIIstrMain.py
- Timestamp:
- Mar 20, 2021 12:33:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r4857 r4860 253 253 covMatrix = result[1]*Rvals['GOF']**2 254 254 sig = np.sqrt(np.diag(covMatrix)) 255 Lastshft = result[0]-values 255 Lastshft = result[0]-values #NOT last shift since values is starting set before current refinement 256 256 Rvals['Max shft/sig'] = np.max(np.nan_to_num(Lastshft/sig)) 257 257 if np.any(np.isnan(sig)) or not sig.shape:
Note: See TracChangeset
for help on using the changeset viewer.