Changeset 4540 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Aug 12, 2020 1:54:34 PM (3 years ago)
Author:
vondreele
Message:

another fix to Instrument Parameters plot for pink peaks

remove commented out code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4539 r4540  
    56775677            Xp.append(4.0*math.pi*sind(peak[0]/2.0)/lam)
    56785678            try:
    5679                 s = math.sqrt(peak[4])*math.pi/18000.
     5679                s = math.sqrt(peak[isig])*math.pi/18000.
    56805680            except ValueError:
    56815681                s = 0.01
    5682             g = peak[6]*math.pi/18000.
     5682            g = peak[igam]*math.pi/18000.
    56835683            G = G2pwd.getgamFW(g,s)         #/2.
    56845684            Yp.append(sq8ln2*s/tand(peak[0]/2.))
Note: See TracChangeset for help on using the changeset viewer.