Skip to content

Releases: cta-observatory/ctapipe_io_lst

v0.18.0 – 2022-03-30

30 Mar 13:12
4fadbd6
Compare
Choose a tag to compare

What’s Changed

  • Determine default for use_flatfield_heuristic by date (#146) @maxnoe

v0.17.0 – 2022-03-23

23 Mar 18:25
6e76c2d
Compare
Choose a tag to compare

What’s Changed

  • Change default of use_flatfield_heuristic to False (#145) @maxnoe

v0.16.1 – 2022-03-09

09 Mar 11:27
fd8ae42
Compare
Choose a tag to compare

What’s Changed

  • Add release drafter action (#143) @maxnoe
  • Fix issue with drive report and bending model tables not having the same length (#144) @maxnoe

v0.16.0 – 2022-02-25

25 Feb 10:19
9fc45e0
Compare
Choose a tag to compare

What’s Changed

  • Read and add bending model corrections (#142) maxnoe

v0.15.1 – 2022-02-09

09 Feb 17:38
e5e8939
Compare
Choose a tag to compare

What’s Changed

  • FIx missing config=True tag for pedestal_ids_path option (#140) @maxnoe

v0.15.0 – 2022-02-03

03 Feb 10:02
6efb32c
Compare
Choose a tag to compare

What’s Changed

v0.14.0: Merge pull request #135 from cta-observatory/mamba-ci

21 Jan 16:48
e78acdc
Compare
Choose a tag to compare

What’s Changed

Main change is the update to ctapipe 0.12. Support for ctapipe 0.10.5 and 0.11 is dropped.

v0.13.2 – 2021-12-21

21 Dec 16:43
bf82b2f
Compare
Choose a tag to compare

What’s Changed

v0.13.1 – 2021-12-16

16 Dec 14:00
1f56170
Compare
Choose a tag to compare

What’s Changed

v0.13.0 – 2021-12-14

14 Dec 13:47
bd512a7
Compare
Choose a tag to compare

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