Releases: cta-observatory/ctapipe_io_lst
v0.13.1 – 2021-12-16
What’s Changed
- Fix biased r1 waveform after delta T correction (#131) @maxnoe
- Fix stage1 json (#130) @rlopezcoto
v0.13.0 – 2021-12-14
What’s Changed
This release changes the expected format of the drs4 pedestal calibration file to be the one now exported by lstchain, which includes mean spike heights for each pixel.
With that, the default spike correction method is now subtraction instead of interpolation.
To analyze data without proper interleaved pedestal event tags, it is now also possible to specify a file containing the event ids of interleaved pedestals for the input file.
v0.12.0 – 2021-12-10
What’s Changed
By default, giving a drive report is now mandatory and an error is raised when this is not the case. This can be switched off explicitly by setting LSTEventSource.pointing_information=False
.
Similarly, the filling of trigger information like the event time calculated from dragon / ucts can be switched off (and thus related errors when corresponding subsystems are not available) by setting LSTEventSource.trigger_information=False
.
The event.lst.tel[tel_id].evt
container has now a field ucts_jump
indicitating whether a ucts jump was detected in that event.
The offset of the drs4 baseline is no longer needed when drs4 baseline calibration is performed, as long as the offset in the drs4 pedestal run was the same as in the data run (always the case as of now when using runs from the same date).
Merged PRs:
- Add options for loading trigger and pointing info (#120) @maxnoe
- Store jump info (#126) @maxnoe
- Do not subtract an offset by default (#119) @maxnoe
- Change default calib scales to unity (#116) @maxnoe
- Unify functions for spike positions and spike positions just before the ROI (#127) @maxnoe
- Set FF events not matching criteria to UNKNOWN (#125) @maxnoe
- Spike positions (#108) @maxnoe
- Fix
LSTEventSource.__len__
in case max_events is given (#115) @maxnoe - Fix name of CI workflow (#114) @maxnoe
v0.11.1 – 2021-11-03
v0.11.0
v0.10.0
What’s Changed
Add options, enabled by default, whether to apply DRS4 corrections or not.
Also added options to disable/enable specific DRS4 corrections.
By default, at least the DRS4 pedestal calibration file is needed now. To use the source as a pure R0 source, set the LSTEventSource.apply_drs4_corrections
traitlet to False
.