Versions Compared

Key

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

...

Code Block
ds = DataSource('shmem=psana.0:stop=no')

Job Jobs in the shared memory doesn't know what the experiment is, so calibration directory needs to be specified like this (where "exp" is an experiment name like "xpptut15"):

Code Block
calibDir = '/reg/d/psdm/cxi/%s/calib' % exp
setOption('psana.calib-dir', calibDir)

...