Changeset 3770
- Timestamp:
- Dec 20, 2018 2:45:08 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r3769 r3770 5089 5089 if np.any(CSI[0][ival]): 5090 5090 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: 5092 5092 if not ival: 5093 5093 minmax = [0.,2.] -
trunk/GSASIIplot.py
r3768 r3770 5688 5688 scof.append(spos[0][:3]) 5689 5689 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 5691 5691 if mapData['Flip']: 5692 5692 Title = 'Charge flip'
Note: See TracChangeset
for help on using the changeset viewer.