Skip to content

Releases: cta-observatory/cta-lstchain

v0.11.3

23 Jul 10:02
a017846

Choose a tag to compare

What’s Changed

Contributers

@moralejo

v0.11.2

10 Jul 15:16
e3ea033

Choose a tag to compare

This release addresses all known issues of v0.11.0 and v0.11.1:

  • bug in muon ring analysis
  • problems with DL1 datacheck graphics
  • issues with reading RF models produced with lstchain v0.10. In order to solve that, one should pin python 3.11 and scikit-learn 1.2 when installing lstchain

NOTE: from this version, the angular quantities from the muon ring analysis (e.g. ring width) are obtained in telescope frame. In lstchain v0.10 and earlier, the values were converted to angles using the nominal (aka "equivalent" focal length) instead of the effective one. Therefore, the new values will be in average ~4% smaller (that is the average effect of aberration on the plate scale of LSTs).

What's Changed

Full Changelog: v0.11.1...v0.11.2

v0.11.1-alpha.1

04 Jul 15:14

Choose a tag to compare

get_intensity_cut behavior

Until now, if finding of the intensity peak failed, a log message was shown telling so, but the returned value was 50 p.e. Besides, another message was shown indicating that 50 p.e. was an adequate cut for the run... So it was confusing.
This was just due to the behaviour of the max function when the second argument is nan.
Now in case the peak is not found the function returns nan. It should however happen rarely.

v0.11.1 - 2025-07-04

04 Jul 07:33
ac2126e

Choose a tag to compare

What’s Changed

  • Check against misbehavior of position_to_pix_index (#1370) @moralejo

Contributers

@moralejo

v0.11.0-alpha.1

03 Jul 11:01

Choose a tag to compare

Release to overcome the problem of incompatible models processed with lstchain v0.10.xx with the new data processed with lstchain v0.11.0. This version is to be used temporarily by lstosa until models using lstchain v0.11 are produced

v0.11.0.post1

30 Apr 15:59

Choose a tag to compare

Solving previous wrong deployment on pypi

v0.11.0 - 2025-04-30

30 Apr 12:20

Choose a tag to compare

What’s Changed

Contributers

@maxnoe, @mdebony and @moralejo

Full Changelog: v0.10.19...v0.11.0

v0.10.18 - 2025-02-17

17 Feb 13:28
c87b0c1

Choose a tag to compare

What’s Changed

Contributers

@moralejo and @vuillaut

v0.10.17 - 2025-02-05

05 Feb 09:31
76540cc

Choose a tag to compare

What’s Changed

Contributers

@moralejo

v0.10.16 - 2025-02-04

04 Feb 15:30
5f490a4

Choose a tag to compare

What's Changed

  • Correct units in DL1ab output, when processing v0.9 files by @moralejo in #1345
  • Use Li and Ma significance formula from pyirf for theta2 plot from DL3 notebook by @morcuended in #1344
  • DL1 to DL2 tool by @vuillaut in #1343

Full Changelog: v0.10.15...v0.10.16