Skip to content

v0.4.0

Compare
Choose a tag to compare
@HealthyPear HealthyPear released this 22 Feb 17:27
· 500 commits to master since this release
5495547

Summary

This release brings many improvements of which the most relevant are summarised
here depending on their scope within the pipeline workflow.

Performance-wise, protopipe caught up with the EventDisplay and CTAMARS historical pipelines starting from about 500 GeV onwards.
Below this threshold, even if compatible with requirements, the sensitivity diverges.

  • All pipeline

    • upgrade to the API of ctapipe 0.9.1
    • documentation also on readthedocs and link to Zenodo
    • Continuous Integration is now performed on GitHub
    • New benchmarks have been added
    • Reference analysis and benchmarks results have been updated
  • Data training

    • calibration benchmarks need only ctapipe-stage1-process
    • write_dl1 has become data_training
    • DL1 parameters and (optionally) images are merged in a single file
    • DL1 parameters names as in ctapipe and they are in degrees (TelescopeFrame)
    • scale correction with the effective focal length
    • fixed bugs and wrong behaviors
  • Modeling and DL2 production

    • fixed bugs and wrong behaviors
    • Added missing features to get closer to CTAMARS
  • DL3

    • the performance step is now based on the pyirf library
    • performance results are stored here

Contributors

What is changed since v0.3.0

Pull-requests that contain changes belonging to multiple classes are repeated.

🚀 General features

🐛 Bug Fixes

🧰 Maintenance