Changeset 1248 for trunk/GSASIIpwd.py


Ignore:
Timestamp:
Mar 13, 2014 2:16:20 PM (9 years ago)
Author:
vondreele
Message:

add setscale for SASD data
don't square the 1/cos(2-theta) correction to integrated intensities in ImageIntegrate?
scale SASD error bars by Scale
replace ':' with ';' in BkPk? parameter names
fix bug of missing Residuals in LS Refine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwd.py

    r1217 r1248  
    581581    while True:
    582582        try:
    583             pkP = parmDict[pfx+'BkPkpos:'+str(iD)]
    584             pkI = parmDict[pfx+'BkPkint:'+str(iD)]
    585             pkS = parmDict[pfx+'BkPksig:'+str(iD)]
    586             pkG = parmDict[pfx+'BkPkgam:'+str(iD)]
     583            pkP = parmDict[pfx+'BkPkpos;'+str(iD)]
     584            pkI = parmDict[pfx+'BkPkint;'+str(iD)]
     585            pkS = parmDict[pfx+'BkPksig;'+str(iD)]
     586            pkG = parmDict[pfx+'BkPkgam;'+str(iD)]
    587587            shl = 0.002
    588588            Wd,fmin,fmax = getWidthsCW(pkP,pkS,pkG,shl)
     
    675675    while True:
    676676        try:
    677             pkP = parmDict[pfx+'BkPkpos:'+str(iD)]
    678             pkI = parmDict[pfx+'BkPkint:'+str(iD)]
    679             pkS = parmDict[pfx+'BkPksig:'+str(iD)]
    680             pkG = parmDict[pfx+'BkPkgam:'+str(iD)]
     677            pkP = parmDict[pfx+'BkPkpos;'+str(iD)]
     678            pkI = parmDict[pfx+'BkPkint;'+str(iD)]
     679            pkS = parmDict[pfx+'BkPksig;'+str(iD)]
     680            pkG = parmDict[pfx+'BkPkgam;'+str(iD)]
    681681            shl = 0.002
    682682            Wd,fmin,fmax = getWidthsCW(pkP,pkS,pkG,shl)
Note: See TracChangeset for help on using the changeset viewer.