Changeset 1295 for trunk/GSASIIElem.py


Ignore:
Timestamp:
Apr 22, 2014 9:37:51 AM (9 years ago)
Author:
vondreele
Message:

disable plotting while multiple PWDR & SASD data sets are imported - huge speedup
small fix in neutron anomalous data input (current not used)
begin sequential SASD fit
add an OnMotion? for sequential plots & add point plotting for Pseudo Variable plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIElem.py

    r1125 r1295  
    191191                        isoName = 'Nat. Abund.'              #natural abundance
    192192                    if S[76:78] in ['LS','BW']:     #special anomalous scattering length info
    193                         St = [S[10:19],S[19:25],S[25:31],S[31:38],S[38:44],S[44:50],
     193                        St = [S[19:25],S[25:31],S[31:38],S[38:44],S[44:50],
    194194                            S[50:56],S[56:62],S[62:68],S[68:74],]
    195195                        Vals = []
Note: See TracChangeset for help on using the changeset viewer.