Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Type "psocake" on your terminal to open up the GUI. For crystallography, we will need to open it in sfx mode

Code Block
languagepython
$ psocake -m sfx

 

1) There are four parameters required to uniquely identify an image at LCLS. Type the experiment name, run number, detector name, and event number in the Experiment Parameters panel.

For this tutorial, we will look at experiment cxitut13, run 10, detector DscCsPad, event 11.

...

Code Block
languagepython
$ psocake exp=cxitut13:run=10 -d DscCsPad -n 11 -m sfx

3)  You can also use the -e and -r arguments for the experiment and the run number:

Code Block
languagepython
$ psocake -e cxitut13 -r 10 -d DscCsPad -n 11 -m sfx

Don’t worry if you don’t remember these arguments. For argument options, use --help:

...