Changeset 3770


Ignore:
Timestamp:
Dec 20, 2018 2:45:08 PM (5 years ago)
Author:
vondreele
Message:

fix limits for Crenel coeff.
Fix plot of calculated waves

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3769 r3770  
    50895089                            if np.any(CSI[0][ival]):
    50905090                                minmax = [-0.2,0.2]
    5091                                 if waveTyp in ['ZigZag','Block'] and not iwave and ival < 2:
     5091                                if waveTyp in ['ZigZag','Block','Crenel'] and not iwave and ival < 2:
    50925092                                    if not ival:
    50935093                                        minmax = [0.,2.]
  • trunk/GSASIIplot.py

    r3768 r3770  
    56885688                scof.append(spos[0][:3])
    56895689                ccof.append(spos[0][3:])
    5690                 wave += G2mth.posFourier(tau,np.array(scof),np.array(ccof))
     5690        wave += G2mth.posFourier(tau,np.array(scof),np.array(ccof))     #does all the Fourier terms together
    56915691    if mapData['Flip']:
    56925692        Title = 'Charge flip'
Note: See TracChangeset for help on using the changeset viewer.