Versions Compared

Key

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

...

Data diagnostic commands

Commands below can be run in lcls2 environment on psana nodes having access to experimental data under /cds/data/psdm/<INSTRUMENT>/<EXPERIMENT>/xtc/*.

Note

Command examples are valid for code release ps-4.5.5, default version on 2021-10-25. They may evolve in other releases. Use "-h" option to find latest option of each command.

datinfo

Code Block
USAGE:
  datinfo -d <detector> -e <experiment> -r <run-number(s)> [kwargs]
COMMAND EXAMPLES:
  datinfo -d epixquad -e ueddaq02 -r 27 -td -L DEBUG
  datinfo -d epixquad -e ueddaq02 -r 30-82 <--- DOES NOT WORK - missconfigured
  datinfo -d epixquad -e ueddaq02 -r 83 <--- dark
  datinfo -d epixquad -e ueddaq02 -r 84 <--- PARTLY WORKS charge injection
  datinfo -d epixquad -f /cds/data/psdm/ued/ueddaq02/xtc/ueddaq02-r0065-s001-c000.xtc2
  datinfo -d epixquad -f /cds/data/psdm/ued/ueddaq02/xtc/ueddaq02-r0086-s001-c000.xtc2
  datinfo -d tmoopal -e tmoc00118 -r 123 -td
HELP: datinfo -h

...