Skip to content

v0.13.0 – 2021-12-14

Compare
Choose a tag to compare
@release-drafter release-drafter released this 14 Dec 13:47
bd512a7

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.

  • Implement and use spike subtraction by default, fixes #122 (#121) @maxnoe
  • Add option to read interleaved pedestal event ids from file (#129) @maxnoe