iact-estimator
is a Python3-based package that allows
the estimation of the performance of an IACT telescope system
to detect a gamma-ray source.
It started from legacy scripts which were developed by Dr. Julian Sitarek for the MAGIC telescopes to aid users in preparing their observational proposals.
For the moment there is no public packaged release.
conda
environment file is provided)pip install -e .
(if you are a developer add [dev]
)You can use the package using the available command line entry points.
Assuming you are working from a directory called project
iact-estimator config
iact-estimator run --config config.yml --source-name "Crab Nebula"
[!NOTE] Currently the source name must be a valid identifier from the SIMBAD, NED or VizieR databases.
For more details use the -h
option to show the help menu.
The package is also a library, so you can use it to make your scripts or in a notebook (see example notebook in the documentation).
The packaged data can be extended to other IACT systems, provided the data has been published.
The support to load your own data files will be provided.
Documentation can be compiled locally after a successful installation,
make -C docs html
docs/build/html/index.html
with your favourite browserThis project is public and everyone can contribute to it.
Instructions on how to contribute to the project are provided in the documentation.