Versions Compared

Key

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

...

  • Make sure you can run X11 applications. Most examples of this tutorial will do a simple visualization. You can pass the -X or -Y argument to ssh to make sure you can forward the screens to your local machine, eg:

    Code Block
    ssh -Y psexport
    

    Log onto any machine of the interactive pools psananeh or psanafeh, eg:

    Code Block
    ssh -Y psananeh
    
  • Make sure you source (just once) one of the following scripts. When using the bash shell:

    Code Block
    . /reg/g/psdm/etc/sitana_env.sh
    

    Or, when using the csh shell family:

    Code Block
    source /reg/g/psdm/etc/sitana_env.csh
    

    Note that the default shell for most LCLS users is bash.

  • Run (just once) the following command which will set up a proper analysis environment for the latest analysis release:

    Code Block
    sit_setup ana-current
    

...