Versions Compared

Key

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

...

If you are on a psana machine, set up your environment by adding these lines to your ~/.bashrc (or your start up script):

Code Block
languagebash
# PsocakePSOCAKE2 (Run 1817 or newer)
older)
function psocake2 ()
{
    source /reg/g/psdm/etc/psconda.sh
   -py3 # CrystFEL compatible version for psocake2
    source /reg/g/cfel/crystfel/crystfel-0.8.0/setup-sh
}

# PsocakePSOCAKE3 (Run 1718 or older)
 newer)
function psocake3 ()
{
    source /reg/g/psdm/etc/psconda.sh

# CrystFEL
 -py3
    # Crystfel compatible version for psocake3
    source /reg/g/cfel/crystfel/crystfel-0.9.1/setup-sh 
}

# CCP4 (version may change)
source /reg/common/package/ccp4-7.1/bin/ccp4.setup-sh

# XDS
export PATH=/reg/common/package/XDS-INTEL64_Linux_x86_64:$PATH

Then source ~/.bashrc 

For LCLS Run 18 or newer, call the psocake3 function by typing psocake3 in the terminal.

For older LCLS runs, use psocake2 . 

For this tutorial, we will look at experiment cxic00318, run 124, detector jungfrau4M, event 33.

...