You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Addition of CalibrationWriterNectarCAM tool for writing Category A calibration files (#207)
* Add script to obtain metadata of `ctapipe` and `nectarchain`. Taken from `lstcam_calib` with minor adaptations for `nectarchain`.
* added group name as option to HDF5 readout, particularly useful for pedestal output files that use various groups to store data
* first attempt for a Tool that writes a category A output file from NectarCAM containers
* Add example script for the usage of the CalibrationWriterNectarCAM tool
* ensure that filled arrays have the correct type (based on `lstcam_calib` example file)
* do one-padding instead of zero-padding to expand arrays related to pixel status with missing pixels (so a missing pixel = True for those that are added, i.e. due that were not included due to hardware failure)
* fixed hardware failing pixel status bug
0 commit comments