Versions Compared

Key

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

...

Note that psana is a package in a larger python-ecosystem called conda.  Conda only supports the "bash" unix shell. Once you login you can see what shell you have by typing "echo $SHELL".  If it is not bash : you can type "bash" to start the correct shell

...

.

...

NOTE: we recommend to make an alias you can remember to set the analysis environment rather than always sourcing it in your .bashrc as we have seen issues e.g. with NoMachine when doing that.


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

source /sdf/group/lcls/ds/ana/sw/conda1/manage/bin/psconda.sh

cp /sdf/group/lcls/ds/ana/tutorials/psana1_examples/firstExample.py firstExample.py
python firstExample.py

...