You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview

Multi-gain range detectors are more complex than previous LCLS detectors and calibration constants are not calculated by calibman.

NOTE: The "-h" option for all commands shows common example syntax, as well as descriptions of parameters.

All constants except jungfrau pedestals (gains, offsets, pedestals) are stored in /reg/g/psdm/detector/gains/epix10k/panels/ and /reg/g/psdm/detector/gains/jungfrau/panels/ and are copied by the scripts below to the calib-dir.

Epix10ka

DAQ needs to collect charge-injection xtc file for offsets.

Both dark/offset calibrations do not have to be done for all gain ranges.  The calibration system will insert dummy constants for the gain ranges that are not included.

Offsets must be available before pedestals, because pedestal calculation depends on offsets.

Commonly used commands:

epix10ka_offset_calibration -h
epix10ka_pedestals_calibration -h
epix10ka_deploy_constants -h

 

The deploy command

  • must be done after either the offsets or pedestals have changed, or when creating a new experiment.
  • it requires an existing expt/run-number so it can see the panel-id's and copy the appropriate constants into the experiment calib-dir

Jungfrau

The detector group provides gain/offset data for jungfrau.
jungfrau_ndarr_dark_proc -h
 
jungfrau_ndarr_dark_proc -d exp=cxi11216:run=9,11,12:smd -s CxiEndstation.0:Jungfrau.0 -n 2000 -u
The "-u" option deploys the constants to the calib-dir ("upload").

jungfrau_gain_constants [-h]   <=== prints help
jungfrau_gain_constants -d exp=xcsls3716:run=631 -D [-s Jungfrau.0] <=== generate and deploy constants

 

  • No labels