Versions Compared

Key

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

...

Code Block
ssh -X pslogin.slac.stanford.edu
ssh -X psana
source /reg/g/psdm/etc/ana_env.csh
sit_setup
cp /reg/g/psdm/tutorials/xcs/princetonipsana.py princetonipsana.py
python princeton.py

The 17-line princeton.py script loops over 4 events and plots a princeton camera image (close each image window to see the next one).  You can examine the script with the command "more princeton.py" or edit it with unix editors like emacs, vim, or vi.

...