Versions Compared

Key

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

...

Our "big data" is in the directory .tmp/*.xtc and our index information (fseek offsets and other small physics data to be used for things like filter/veto are in .tmp/smalldata/*.smd.xtc).  One pair of files is generated (.xtc and .smd.xtc) per LCLS detector, roughly speaking.  We expect to have about 50-100 pairs of files for a typical LCLS2 run (20GB/s).

env_create.yaml:

Code Block
channels:
  - defaults
dependencies:
  - python=2.7
  - cmake
  - numpy
  - cython
  - mpi4py
  - nose
  - matplotlib