Versions Compared

Key

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

...

Code Block
ssh -X pslogin.slac.stanford.edu -l YOURACCOUNTNAME
ssh -X psana


# If you don't know which shell you are using,
#try try both commands below to see which one succeeds

 
# USE THIS LINE IF YOUR SHELL IS "C-SHELL".
source /reg/g/psdm/etc/ana_env.csh
# USE THIS LINE IF YOUR SHELL IS "BASH"
. /reg/g/psdm/etc/ana_env.sh

sit_setup
cp /reg/g/psdm/tutorials/xcs/ipsana.py ipsana.py
python ipsana.py

...