Versions Compared

Key

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

...

After the experiment is over, the data and smalldata production code are moved to the offline system, the anafs. This system available for analysis indefinitely and can be used to reprocess or refine the data.

How do I access the computing resources?

Code Block
languagebash
themeRDark
ssh -X <ACCOUNT>@pslogin.slac.stanford.edu

If using NoMachine, access through

Code Block
languagebash
themeRDark
ssh -X <ACCOUNT>@psnxserv.slac.stanford.edu

Then:

Code Block
languagebash
themeRDark
ssh -X psana
source /reg/g/psdm/etc/psconda.sh # Environment to use psana, etc

or for the online analysis:

Code Block
languagebash
themeRDark
ssh -X psffb
source /reg/g/psdm/etc/psconda.sh # Environment to use psana, etc

Workflow

The analysis is generally split in two steps, allowing for easy diagnostics and customization of the analysis process. Please contact your controls and data POC to assess the best approach for your experiment.

...