Skip to content

Releases: cta-observatory/dl1-data-handler

v0.12.0

09 Jul 12:32
dc57963
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

03 Jun 11:06
75d64c4
Compare
Choose a tag to compare

DL1 Data Handler Release v0.11.1

Move back to old version of version.py #130

Bug Fixes and Other Changes

v0.11.0

03 Jun 09:53
202b772
Compare
Choose a tag to compare

DL1 Data Handler Release v0.11.0

Enables data reading for the AI-based trigger system and data reading of LST1 observations #126
Convert absolute peak times to relative #128
CI fix #127 @rcervinoucm

Bug Fixes and Other Changes

Upgraded ctapipe to v0.20.0

v0.10.11

29 May 13:50
d831c12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.10...v0.10.11

v0.10.10

28 Apr 09:37
5df6d09
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.10

Added LSTSiPM camera #118

Bug Fixes and Other Changes

  • Upgraded to ctapipe v0.19.0

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1 subclass (Issue #104).

v0.10.9

17 Jan 13:42
49e1e9f
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.9

Upgrade to ctapipe v0.17.0 and CTA data format v5 #117

Bug Fixes and Other Changes

  • Version of the CTA data model was not tracked properly in the reader class.

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1 subclass (Issue #104).

v0.10.8

06 Sep 12:40
6e2db0d
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.8

Upgrade to (latest) ctapipe v0.16.0 and CTA data format v4 #116

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1 subclass (Issue #104).

v0.10.7

11 Jul 10:50
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.7

Major bug fixes w.r.t. v0.10.6 (highly recommended to upgrade to this version)

Major Features And Improvements

  • Modified the Stage1 subclass reader to read files without the shower simulation table, e.g. real data from LST-1
  • Automated handling of multiple classes with CTLearn v0.6.1
  • Moved class weight calculation from CTLearn into the dl1dh reader

Bug Fixes and Other Changes

  • Shuffle ex. ids before storing them. It caused troubles when resuming a CTLearn run.
  • Changed the dim of the parameter list in mono mode to make it work with the output handler of CTLearn v0.6.1.
  • Upgrade to (latest) ctapipe v0.15.0

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1, when the DL1 files are split by tel_id. Issue #104. At the moment it is recommended to use the DL1 files, where the telescope tables are split by tel_types.

v0.10.6

10 May 12:50
3fb3c62
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.6

Upgrade to (latest) ctapipe v0.14.0 #115

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1, when the DL1 files are split by tel_id. Issue #104. At the moment it is recommended to use the DL1 files, where the telescope tables are split by tel_types.

v0.10.5

29 Mar 09:52
acab9bc
Compare
Choose a tag to compare

DL1 Data Handler Release v0.10.5

Added quality cuts on parameters in stereo mode

Major Features And Improvements

  • Quality cuts in stereo reading #113

Bug Fixes and Other Changes

Known Issues

  • Increase of RAM usage in the DL1DataReaderSTAGE1, when the DL1 files are split by tel_id. Issue #104. At the moment it is recommended to use the DL1 files, where the telescope tables are split by tel_types.