Ignore:
Timestamp:
Mar 20, 2021 12:33:38 PM (2 years ago)
Author:
vondreele
Message:

change titles & labels for shift/esd plot since it plots intiial value-result/esd not last shift/esd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r4857 r4860  
    253253            covMatrix = result[1]*Rvals['GOF']**2
    254254            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
    256256            Rvals['Max shft/sig'] = np.max(np.nan_to_num(Lastshft/sig))
    257257            if np.any(np.isnan(sig)) or not sig.shape:
Note: See TracChangeset for help on using the changeset viewer.