Releases: cta-observatory/cta-lstchain
v0.11.3
v0.11.2
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
- Attempt to solve issues with new version of Bokeh. by @moralejo in #1374
- test environment with sklearn 1.2 by @vuillaut in #1375
- Move setuptools scm to dev by @maxnoe in #1372
- Change equivalent focal length for effective one in muon code by @rlopezcoto in #1373
Full Changelog: v0.11.1...v0.11.2
v0.11.1-alpha.1
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
v0.11.0-alpha.1
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
Solving previous wrong deployment on pypi
v0.11.0 - 2025-04-30
What’s Changed
- Start updating code for ctapipe 0.25 (#1361) @moralejo
- Pedestal cleaning for Cat-B (#1360) @moralejo
- MC charge scaling factor (#1357) @moralejo
- select cosmics for dR/dI spectrum (#1359) @moralejo
- Functions to obtain recommended intensity cut (#1358) @moralejo
- Fix theta2 notebook (#1354) @mdebony
- Keep all peak times in DL1a (#1355) @moralejo
- Require R0 waveform for interleaved events (#1351) @moralejo
Contributers
@maxnoe, @mdebony and @moralejo
Full Changelog: v0.10.19...v0.11.0
v0.10.18 - 2025-02-17
v0.10.17 - 2025-02-05
v0.10.16 - 2025-02-04
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