DL1MonitoringEventIndexContainer
- class lstchain.io.lstcontainers.DL1MonitoringEventIndexContainer(prefix=None, **fields)
Bases:
Container
Container with the calibration coefficients
- Attributes:
- tel_idField(default=1)
Index of telescope
- calibration_idField(default=-1)
Index of calibration event for DL1 file
- pedestal_idField(default=-1)
Index of pedestal event for DL1 file
- flatfield_idField(default=-1)
Index of flat-field event for DL1 file
- metadict
dict of attached metadata
- prefixstr
Prefix attached to column names when saved to a table or file
Attributes Summary
Attributes Documentation
- calibration_id
- default_prefix = 'dl1monitoringeventindex'
- fields = {'calibration_id': Field(default=-1), 'flatfield_id': Field(default=-1), 'pedestal_id': Field(default=-1), 'tel_id': Field(default=1)}
- flatfield_id
- meta
- pedestal_id
- prefix
- tel_id