Versions Compared

Key

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

...

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh

# If a different environment needs to be activated, it needs to be activated here
# before setup_testrel. see New Style Test Releases

source /cds/sw/ds/ana/conda1/manage/bin/setup_testrel

...

clean_lcls1_env # from ~/bin/clean_lcls1_env

External Packages

If working on external packages (for example, ndarray, psalg, pdsdata, python), you need to also to check out the corresponding proxy package. For example: ndarray_ext, Python, psalg_ext, pdsdata_ext, etc. The Python proxy package allows the python header files to be visible to C++ code.

Production

source /cds/sw/ds/ana/conda1/manage/bin/psconda.sh -py3

...

git clone git@github.com:lcls-psana/.git

Build ami2

git clone https://github.com/slac-lcls/lcls2.git
git clone https://github.com/slac-lcls/ami.git
cd lcls2
source setup_env.sh
./build_all.sh
cd ../ami
./build_all.sh

ami-local -b 1 -f interval=1 psana://exp=tmoc00118,run=222,dir=/cds/data/psdm/prj/public01/xtc

ami Simple Introductory Examples

References