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 both commands below to see which one succeeds
 
# USE THIS LINE IF YOUR SHELL IS "C-SHELL" (note the ".csh" at the end)
source /reg/g/psdm/etc/ana_env.csh
# USE THIS LINE IF YOUR SHELL IS "BASH"
# (note the "." followed by a spacesh" at beginningthe of lineend)
.source /reg/g/psdm/etc/ana_env.sh

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

...