We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda27d1 commit 6d8e2b4Copy full SHA for 6d8e2b4
GSASII/GSASIIseqGUI.py
@@ -281,6 +281,12 @@ def show_project_dialog():
281
return True
282
else:
283
return False
284
+ # at present this only has been tested with PWDR sequential fits
285
+ if not histNames[0].startswith('PWDR'):
286
+ G2G.G2MessageBox(G2frame,
287
+ 'Cinema export is only available at present for PWDR fits',
288
+ 'Sorry')
289
+ return
290
291
# create a table of values from sequential table, copying
292
# the number of displayed digits and removing unneeded entries
0 commit comments