Versions Compared

Key

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

...

epix10ka_deploy_constants -k exp=rixx1003721,run=200 -d epixhr -D


One can get information about the pedestals or other calib constants for a run in psana by inspecting the dict

pedDict = det.calibconst['pedestals'].  E.g. pedDict[1]['run'] is the start of the validity range for the pedestal file used. 

>>> eval(pedDict[1]['extpars'])['command']

'/sdf/group/lcls/ds/ana/sw/conda2/rel/lcls2_112723/install/bin/epix10ka_deploy_constants -d epixhr -k exp=ascdaq18,run=285 -t 281 -D'




psana detector info access:

...