Skip to content

Releases: cta-observatory/ctapipe_io_lst

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

v0.12.0 – 2021-12-10

10 Dec 12:36
1f2deb6
Compare
Choose a tag to compare

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:

v0.11.1 – 2021-11-03

03 Nov 17:28
dd4e85d
Compare
Choose a tag to compare

What’s Changed

v0.11.0

28 Sep 07:35
2caad5b
Compare
Choose a tag to compare

What’s Changed

  • Implement support for already gain selected input data (#105) @maxnoe
  • Fix dtype of dragon time, keep info about jumps (#106) @maxnoe

v0.10.0

05 May 07:29
0e18e17
Compare
Choose a tag to compare

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.

  • Add options to disable delta t and spike correction (#102) @maxnoe
  • Fix name of deployment workflow (#103) @maxnoe

v0.9.3

22 Apr 09:40
2aecb39
Compare
Choose a tag to compare

What’s Changed

  • Change fill value for hardware failing pixels from nan to 0 (#100) @maxnoe

v0.9.2

09 Apr 13:23
2b1ebd8
Compare
Choose a tag to compare

What’s Changed

v0.9.1

30 Mar 14:20
15f84ec
Compare
Choose a tag to compare

What’s Changed

  • Fix underflow in timelapse calibration (#95) @maxnoe
  • Add protozfits from conda forge to environment.yml (#90) @maxnoe

v0.9.0

09 Mar 15:40
67b609d
Compare
Choose a tag to compare

What’s Changed

  • Expose service container at source (#85) @maxnoe
  • Better error message in case no files are give to MultiFile (#87) @maxnoe
  • Only warn if about 42 events when using ucts (#86) @maxnoe
  • Allow dragon reference values to be read from the RunSummary (#82) @maxnoe