Skip to content

Commit e8b13cc

Browse files
committed
small mod for microED data
1 parent 5fac707 commit e8b13cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GSASII/GSASIIdataGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8676,7 +8676,7 @@ def OnEditMag(**args):
86768676
controls = Page.controls
86778677
G2plt.Plot3DSngl(G2frame,newPlot=False,Data=controls,hklRef=refList,Title=phaseName)
86788678
else:
8679-
controls = {'Type' : 'Fo','ifFc' : True,
8679+
controls = {'Type' : 'Fo','ifFc' : True,'dType':data[1]['Type'],
86808680
'HKLmax' : [int(np.max(refList.T[0])),int(np.max(refList.T[1])),int(np.max(refList.T[2]))],
86818681
'HKLmin' : [int(np.min(refList.T[0])),int(np.min(refList.T[1])),int(np.min(refList.T[2]))],
86828682
'FoMax' : FoMax,'Zone' : '001','Layer' : 0,'Scale' : 1.0,'Super':Super,'SuperVec':SuperVec}

0 commit comments

Comments
 (0)