Versions Compared

Key

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

...

Location of calibration directory and files

...

Default calibration directory in LCLS  FS

instrument and experiment-independent path

  • /reg/g/psdm/detector/calib

or

/reg/d/psdm/calib/ # in contrast to the current instrument and experiment independent -dependent path

  • /reg/d/psdm/<INS>/<experiment>/calib

...

In local space

keep entire define calib path

  • <path>/calib/
    assuming further structure of the calibration directory <dettype>/<dettype>-<detid>.h5

or use it detector calibration file directly

  • <path>/<dettype>-<detid>.h5

...

Code Block
<path>/calib/
             <dettype>/
             cspad2x2/
             pnccd/
             epix100a/
             cspad/
                      <calib-files>
                      <dettype>-<detid>.h5
                      <dettype>-<detid>.h5

 Calibration Calibration data hierarchical scheme

Access to calibration data is based on time stamp. Time stamp internally is presented in Unix time sec which can be easily converted forth and back to human readable format YYYY-MM-DDTHH:MM:SS+HH:MM

...