Versions Compared

Key

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

...

  1. Starting psocake
  2. Mask making
  3. Peak finding
  4. Looking at peaks found
  5. Indexing

Starting psocake

There are different ways to start psocake.

Make sure you have setup the psana environment (psana python Setup) before starting this tutorial.

Type "psocake" on your terminal to open up the GUI.

Code Block
languagepython
$ psocake

1) Type the 1) First option is to run "psocake" and type experiment name, run number, detector name, and event number in the GUI Experiment Parameters panel.

2) Second option is to use psana-style experiment run string, (e.g. For experiment=cxi06216, run=22, detector=DscCsPad, event=11).

...