DRS4 Time Lapse Correction#
Input Data#
Events of a run of dark pedestals (acquired with closed camera and random triggers).
These runs are tagged with run_type
DRS4 in the run summary file.
How To#
The time lapse file is produced by the tool lstcam_calib_onsite_create_drs4_timelapse_file, which can be run with the simple command:
onsite_create_drs4_timelapse_file -r [run_number]
It is possible to write data in a not official data-tree with the option -b [data-tree-root]
.
- The script runs successively three tools:
lstcam_calib_extract_drs4_timelapse_data : extracts baseline versus timelapse per capacitors
lstcam_calib_aggregate_drs4_timelapse : aggregates data to be fitted
lstcam_calib_drs4_timelapse : fits timelapse coefficients and output the final coefficients
It is possible to run only some of the tools setting specific input cards. Presently, the time lapse coefficients are estimated per DRS4 batch type.
Output data#
The script outputs intermediate files in h5 format (drs4_timelapse_histo.Run[run].[subrun].h5, drs4_timelapse_data.Run[run].[subrun].h5).
The final coefficient file (drs4_timelapse.Run[run].[subrun].h5) is written in a fit, fits.gz or hdf5 format depending on the option --output-format
.
The data model and format are described below :