Skip to content

Commit 2876239

Browse files
committed
add some more notes on cinema
1 parent 6d8e2b4 commit 2876239

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

GSASII/GSASIIseqGUI.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,15 @@ def OnSaveSelSeqCSV(event):
260260
def OnSaveCinema(event):
261261
'''This routine creates/modifies files to run Cinema: Debye-Scherrer
262262
https://github.com/cinemascience/cinema_debye_scherrer
263+
https://cinemascience.github.io/publications.html
263264
(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
264272
'''
265273

266274
IMAGES_SUBDIR = "images"

0 commit comments

Comments
 (0)