Recent Releases of eventdisplay
eventdisplay - v5.16.0
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
New Feature
Improvements to small-array analysis:
- acceptance of loss values > 0.2 and introduction of mitigating steps
- dispBDTEnergy trains on logE instead of
TMath::Power( 10., fdisp_energy_T[i] * log10( img_size[i] ) ); - energy reconstruction (dispBDTEnergy) uses median instead of weighted mean
- introduce
TRAIN_RECO_QUALITYandTRAIN_RECO_METHODBDT machine learners - improved weight expression for training of dispBDTs
- (many typo and code layout fixes)
(#171) - Improve dispBDT analysis for small arrays.
Re-calculate stereo parameters for the array configuration under consideration. This was actually a bug,
as the stereo parameters calculated for the full (hyper) array were used to calculate the emission height
and the direction coordinates used for the cross calculation. Recalculate using the simple stereo
reconstructor.
Change scale to logarithmic for several variables used by the dispBDTs (width, tgrad_x, length, cross) to improve regression performance. (#178)
Maintenance
- Enable towncrier change logs. (#176)
- Fix GitHub build workflows after updates of several dependencies. (#181)
What's Changed
- Fix depreciated ENV settings in docker by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/174
- Towncrier by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/176
- Apply precommit by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/177
- Fix build action. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/181
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/Eventdisplay/Eventdisplay/pull/180
- Changes for small-array analysis by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/171
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.15.0...v5.16.0
- C++
Published by GernotMaier 6 months ago
eventdisplay - v5.15.0
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This is a small improvement release allowing to run the prod5 analysis with an increased integration window of 30ns.
What's Changed
- Bump docker/build-push-action from 5 to 6 by @dependabot in https://github.com/Eventdisplay/Eventdisplay/pull/170
- Bump actions/checkout from 2 to 4 by @dependabot in https://github.com/Eventdisplay/Eventdisplay/pull/169
- 5.15.0 dev1 by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/172
- Add 30ns run options by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/173
New Contributors
- @dependabot made their first contribution in https://github.com/Eventdisplay/Eventdisplay/pull/170
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.14.0...v5.15.0
- C++
Published by GernotMaier 10 months ago
eventdisplay - v5.14.0
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This is a small improvement and bug fix release with:
- addition of disp absolute weights to BDT discriminators
- fixed calculation of number of triggered events for sub arrays.
What's Changed
- Addition of disp absolute weight by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/166
- correctly calculate number of triggered telescopes for sub arrays by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/167
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.13.3...v5.14.0
- C++
Published by GernotMaier about 1 year ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.13.3
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release changes the NSB levels in the docker run scripts to half and full for the different moon illumination settings.
What's Changed
- Apply new naming for half-mooon observations by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/165
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.13.2...v5.13.3
- C++
Published by GernotMaier over 1 year ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.13.2
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release adds zstd to the alma linux containers.
What's Changed
- v5.13.1 - add zstd to almalinux containers. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/164
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.13.0...v5.13.2
- C++
Published by GernotMaier almost 2 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.13.0
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release includes the following changes:
- correct calculation of number of number of triggered telescopes in second stage (mscw; after have been selected from the full array)
- addition of timing calibration
What's Changed
- minor improvements to showerpars plotter by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/156
- v5.12-dev1 - add all binaries to containers by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/157
- v5.12 dev2 fix labeling of packages for prod5/prod6 by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/158
- v5.12-dev3 - plotting updates. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/159
- v5.12 dev4 - Almlinux 9; update of root version by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/160
- v5.12 dev5 - minor production script updates by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/161
- v5.12 dev6 - changes for C++17 by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/162
- Minor bug fixes and additions. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/163
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.11.0...v5.13.0
- C++
Published by GernotMaier almost 2 years ago
eventdisplay - v5.11.0 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release provides two bug fixes:
- filling of disp angular reconstruction results per telescopes used wrong indexing (affects data trees)
- average image line calculation for quality cut on minimum image angle should be applied to all images (not only two-telescope images)
What's Changed
- Update README.md by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/154
- v5.11-dev1 - corretions to high E high offset reconstruction by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/155
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.10.1...v5.11.0
- C++
Published by GernotMaier about 2 years ago
eventdisplay - v5.10.1 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release focuses on code maintenance and fixes mostly an issue related to compilation on system without GSL libraries installed.
What's Changed
- Minor: Remove unnecessary if statement by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/149
- adapt to July 2023 simtel version by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/150
- Simtel updates by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/152
- v5.10.1 - minor updates by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/153
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.10.0...v5.10.1
- C++
Published by GernotMaier about 2 years ago
eventdisplay - v5.10.0 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
This release focuses on code maintenance and execution improvements for the optimized next-neighbour cleaning (20-30% less execution time).
What's Changed
- Remove code related to VERITAS tracking corrections. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/146
- formatting source code by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/147
- Introduce NN performance improvements from EventDisplay_v4 by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/148
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.9.1...v5.10.0
- C++
Published by GernotMaier almost 3 years ago
eventdisplay - v5.9.1 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
What's Changed
- Add ASCL badge to readmne by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/141
- Extended DL2 tree with a lot more variables by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/142
- typo fixes (text only) by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/143
- Add possibility to plot IRF legends for CTA plots. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/145
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.9.0...v5.9.1
- C++
Published by GernotMaier almost 3 years ago
eventdisplay - v5.9.0 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipeline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
This release includes:
- prod6 analysis improvements
- bug fixes in cut classes used for DL2 export
- simplified smallest diff calculation for disp method
- improved documentation and FAIRness
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
What's Changed
- Prod6 analysis - patch release by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/135
- Bug fix in setting cut_classes for background events by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/136
- Create fair-software.yml by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/138
- Improved documentation and testing of faireness. by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/139
- Simplify smallest diff calculation for dispBDT reconstruction by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/137
- Min number of events for angular resolution by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/140
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.8.0...v5.9.0
- C++
Published by GernotMaier about 3 years ago
eventdisplay - v5.8.0 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation. Docker images are available from the Eventdisplay container registry.
This release includes:
- updates to allow for prod6 analysis.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
What's Changed
- Apply cut on minimum angle between image lines to 2-tel images only by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/131
- Bug fix in elevation / azimuth calculation by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/132
- Bug fix in el/al calculation by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/134
- Bug fix in selecting unweighted histogram of simulated events by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/133
- CTAO Production Prod6 code preparation by @GernotMaier in https://github.com/Eventdisplay/Eventdisplay/pull/130
- improved docker images.
Full Changelog: https://github.com/Eventdisplay/Eventdisplay/compare/v5.7.2...v5.8.0
- C++
Published by GernotMaier over 3 years ago
eventdisplay - v5.7.2 Eventdisplay Gamma-ray Analysis
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This release includes:
- patches for workflows to use actions to prepare images on release
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 3 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.7.1
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This release includes:
- dockerfiles for typical use cases
- workflows to use actions to prepare images on release
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 3 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.7.0
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This release includes:
- bug fixes in dispBDT angular reconstruction for failed event reconstruction
- bug fixes for reading of LL status.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier almost 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.8
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This patch release includes:
- minor changes to github action CI.
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier almost 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.7
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This patch release includes:
- fix of compiling errors with different ROOT version related to c++ standards
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier about 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.6
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This patch release includes:
- add a transparency option for plotting of IRF legends.
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier about 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.5
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
Code, analysis files and scripts can be find in the Eventdisplay GitHub Organisation
This patch release includes:
- allow for MAXTEL option in Makefile for PROD3b_SCTALPHA analysis.
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.4
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
This patch release includes:
- bug fix in zenodo json file
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.3
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
This patch release includes:
- bug fix in zenodo json file
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.6.0
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
This minor release includes:
- code and documentation cleanup
- add zenodo json file
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.5.0
Eventdisplay Gamma-ray Analysis.
Eventdisplay is a reconstruction and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis.
This release includes:
- bug fix in error bar filling for background IRFs.
Corresponds to branch prod5-v11.
In case Eventdisplay is used in a research project, please cite the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 arXiv:1708.04048
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.4.0
Eventdisplay Gamma-ray Analysis for Prod5
This release includes:
- minor changes for IRF binning
Used for generation of CTAO public IRFs (corresponds to branch prod5-v11-LL)
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.3.0
Eventdisplay Gamma-ray Analysis for Prod5
This release includes:
- simplification of LL fit for image parameter reconstruction; include rotation fit frame.
- minor bug fixes and improvements which are applied primarily to the CTA Prod5 analysis.
(corresponds to branch prod5-v10-LL)
- C++
Published by GernotMaier over 4 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.2.1
Eventdisplay Gamma-ray Analysis for Prod5
This release includes minor bug fixes and improvements which are applied primarily to the CTA Prod5 analysis.
- C++
Published by GernotMaier almost 5 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.2.0
Eventdisplay Gamma-ray Analysis for Prod5
This release includes several bug fixes and improvements which are applied primarily to the CTA Prod5 analysis.
New Features and improvements
- improved writing of sensitivity summary trees
## Bug Fixes
- save exit when effective area stages fails
- C++
Published by GernotMaier about 5 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis v5.1.0 (prod5)
Eventdisplay Gamma-ray Analysis for Prod5
This release includes several bug fixes and improvements which are applied primarily to the CTA Prod5 analysis.
New Features and improvements
- Change in weighting of image parameter calculation improves determination of image length axes orientation; leads to improved off-axis angular reconstruction (command line option -imagesquared)
- Add possibility to write out image and border pixels, and number of pe (if enabled in the MC) per pixel into the tpars trees (command line option -writeimagepixellist)
- consistent usage of sofa routines for coordinate transformations (issue #35)
- code adaption for prod5 analysis (issue #34); mostly technical
- large reduction of memory needs of gamma/hadron training steps (trainTMVAforGammaHadronSeparation; issue #17); explicitly write events trees after quality cuts before training
- improved handling of hessioxx pre-compile flag in Makefile (introduce flags like make CTA CTAPROD=PROD5 GRIDPROD=CTAGRID)
Bug Fix
- (severe) fix of trace integration setting for bright pulses in low gain for LSTs (issue #57)
- (modest) fix of trace integration (timing) setting for FlashCam type camera (issue #59)
- memory leak fixes for writing of sensitivity files
- C++
Published by GernotMaier over 5 years ago
eventdisplay - Eventdisplay Gamma-ray Analysis for Prod3b N and S
Eventdisplay is a calibration, reconstruction, and analysis pipline for data of Imaging Atmospheric Cherenkov Telescopes (IACT). It has been primarily developed for VERITAS and CTA analysis and is used currently in the context of both observatories.
In case Eventdisplay is used in a research project, please site the following publication:
Maier, G.; Holder, J., Eventdisplay: An Analysis and Reconstruction Package for Ground-based Gamma-ray Astronomy, 35th International Cosmic Ray Conference. 10-20 July, 2017. Bexco, Busan, Korea, Proceedings of Science, Vol. 301. Online at [https://pos.sissa.it/cgi-bin/reader/conf.cgi?confid=301], id.747 [https://arxiv.org/abs/1708.04048]
This version of Eventdisplay version can be used for the following CTA MC productions:
- Prod3b N
- Prod3b S
- Prod4-SST
- Prod4-MST
- C++
Published by GernotMaier about 6 years ago