
doi: 10.5281/zenodo.6827832 , 10.5281/zenodo.7635677 , 10.5281/zenodo.7548126 , 10.5281/zenodo.14034846 , 10.5281/zenodo.13926188 , 10.5281/zenodo.10081696 , 10.5281/zenodo.10020912 , 10.5281/zenodo.10863803 , 10.5281/zenodo.7182761 , 10.5281/zenodo.7308840 , 10.5281/zenodo.7182768 , 10.5281/zenodo.14075809 , 10.5281/zenodo.7416069 , 10.5281/zenodo.8001072 , 10.5281/zenodo.13954466 , 10.5281/zenodo.7540157 , 10.5281/zenodo.17447664 , 10.5281/zenodo.6875415 , 10.5281/zenodo.7441696 , 10.5281/zenodo.15874489 , 10.5281/zenodo.10616290 , 10.5281/zenodo.7858007 , 10.5281/zenodo.7742258 , 10.5281/zenodo.8154944 , 10.5281/zenodo.10400567 , 10.5281/zenodo.14845123 , 10.5281/zenodo.7564288 , 10.5281/zenodo.7299789 , 10.5281/zenodo.14283615 , 10.5281/zenodo.13959622 , 10.5281/zenodo.10980673 , 10.5281/zenodo.17409609 , 10.5281/zenodo.6827833
doi: 10.5281/zenodo.6827832 , 10.5281/zenodo.7635677 , 10.5281/zenodo.7548126 , 10.5281/zenodo.14034846 , 10.5281/zenodo.13926188 , 10.5281/zenodo.10081696 , 10.5281/zenodo.10020912 , 10.5281/zenodo.10863803 , 10.5281/zenodo.7182761 , 10.5281/zenodo.7308840 , 10.5281/zenodo.7182768 , 10.5281/zenodo.14075809 , 10.5281/zenodo.7416069 , 10.5281/zenodo.8001072 , 10.5281/zenodo.13954466 , 10.5281/zenodo.7540157 , 10.5281/zenodo.17447664 , 10.5281/zenodo.6875415 , 10.5281/zenodo.7441696 , 10.5281/zenodo.15874489 , 10.5281/zenodo.10616290 , 10.5281/zenodo.7858007 , 10.5281/zenodo.7742258 , 10.5281/zenodo.8154944 , 10.5281/zenodo.10400567 , 10.5281/zenodo.14845123 , 10.5281/zenodo.7564288 , 10.5281/zenodo.7299789 , 10.5281/zenodo.14283615 , 10.5281/zenodo.13959622 , 10.5281/zenodo.10980673 , 10.5281/zenodo.17409609 , 10.5281/zenodo.6827833
Eventdisplay is a reconstruction and analysis pipeline for data of the VERITAS Imaging Atmospheric Cherenkov Telescopes (IACT). v492.0-rc1 is the first release candidate for v492. Do not use for science analysis Changelog Bugfixes Fix segmentation fault when exiting on error due to an empty tree in anasum. (#286) Limit number of errors printed when reading faulty VBF files to avoid TB large log files. (#298) New Feature Introduction of average zenith angle calculation per run in VTMVAEvaluator (fAverageZenithPerRun, calculate_average_zenith_angle()). (#281) Introduced new functionality for reconstructing events using any three telescopes out of four (primarily for Monte Carlo data and effective area calculations). Added new class: VMeanScaledVariables for mean scaled variable calculations. Updated VDispAnalyzer and VSimpleStereoReconstructor to support new reconstruction modes and calculation methods. Updated VInstrumentResponseFunctionRunParameter and related code to include new parameters for 3-telescope reconstruction. (#289) Add new command line parameter --minpedestalevents to set the minimum number of required pedestal events (default: 50). (#298) Maintenance Update SOFA to version 2023-10-11. (#284) Changes in tree structure and variable types to reduce size of output trees (mostly due to change of doubles to floats; removal of unused variables); reduction is on storage requirements is ~25%. (#288) Replaced many ROOT auto-generated header/source files (e.g., CData.h, CEffArea.h, CRunSummary.h, Cshowerpars.h, Ctpars.h, Ctelconfig.h) with hand-edited or cleaner C++ code, improving maintainability and readability. Moved implementation code from .C files to .cpp files, and deleted the old .C files. Adjusted several functions and constructors to reflect changes in how data and reconstruction methods are handled (e.g., CData and related classes now use cleaner, more explicit constructors). Functions that previously accepted "version" or "short" flags via integers now use explicit booleans for clarity. Removed the CEffFit class and related files. Pruned unused variables and methods, including some internal variables in VTMVAEvaluator, VTableLookupDataHandler, and others. Removed outdated warnings, TODO comments, and deprecated features. (#289) Introduce towncrier for changelogs. (#300) Fix github action worklows to compile Eventdisplay. Add cpp11 workflow. (#307) What's Changed v492-dev1 improve efficiency of MVA by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/281 Add libtool compile instructions by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/287 492 dev1 - Maintenance by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/284 v492 data tree size reduction by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/288 Fix segmentation fault when exiting on error in anasum by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/286 v492 dev fine-tuning of docker building by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/292 v492.0 - 3tel images by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/289 v491.1 base-development branch by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/290 v492.0 dev4 3tel images: bug fixes and tests by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/293 v492 dev5 - maintenance by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/294 v492 dev6 - minor updates. by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/296 v492.0 base development branch by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/291 v492 bookkeeping / maintenance by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/300 Limit number of errors. Add min pedestal event command line parameter. by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/298 Docs update by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/303 Fix github actions for compilation by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/307 Bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/306 Bump actions/setup-python from 5 to 6 by @dependabot[bot] in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/309 Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/308 v492 development by @GernotMaier in https://github.com/VERITAS-Observatory/EventDisplay_v4/pull/310 Full Changelog: https://github.com/VERITAS-Observatory/EventDisplay_v4/compare/v491.0...v492.0-rc1
If you use this software, please cite it using these metadata.
gamma-ray astronomy, astronomy software, Imaging Atmospheric Cherenkov Telescope, VERITAS, Eventdisplay
gamma-ray astronomy, astronomy software, Imaging Atmospheric Cherenkov Telescope, VERITAS, Eventdisplay
| selected citations These citations are derived from selected sources. This is an alternative to the "Influence" indicator, which also reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | 1 | |
| popularity This indicator reflects the "current" impact/attention (the "hype") of an article in the research community at large, based on the underlying citation network. | Average | |
| influence This indicator reflects the overall/total impact of an article in the research community at large, based on the underlying citation network (diachronically). | Average | |
| impulse This indicator reflects the initial momentum of an article directly after its publication, based on the underlying citation network. | Average |
