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 6d8e2b4 commit 2876239Copy full SHA for 2876239
GSASII/GSASIIseqGUI.py
@@ -260,7 +260,15 @@ def OnSaveSelSeqCSV(event):
260
def OnSaveCinema(event):
261
'''This routine creates/modifies files to run Cinema: Debye-Scherrer
262
https://github.com/cinemascience/cinema_debye_scherrer
263
+ https://cinemascience.github.io/publications.html
264
(https://journals.iucr.org/j/issues/2018/03/00/ks5597/ks5597.pdf)
265
+
266
+ Note that cinema is installed and run with:
267
+ git clone https://github.com/cinemascience/cinema_debye_scherrer.git
268
+ cd cinema_debye_scherrer
269
+ python -m http.server
270
271
+ open http://localhost:8000/ in browser
272
'''
273
274
IMAGES_SUBDIR = "images"
0 commit comments