Metadata-Version: 2.1
Name: ctaplot
Version: 0.6.5
Summary: Compute and plot CTA IRFs
Home-page: https://github.com/cta-observatory/ctaplot
Author: Thomas Vuillaume, Mikael Jacquemont
Author-email: thomas.vuillaume@lapp.in2p3.fr
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.9

=======
ctaplot
=======

ctaplot provides low-level reconstruction quality-checks metrics computation and vizualisation for Imaging Atmospheric Cherenkov Telescopes such as CTA

.. image:: https://travis-ci.org/cta-observatory/ctaplot.svg?branch=master
    :target: https://travis-ci.org/cta-observatory/ctaplot
    :alt: Travis CI

.. image:: https://readthedocs.org/projects/ctaplot/badge/?version=latest
   :target: https://ctaplot.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
    
.. image:: https://img.shields.io/badge/license-MIT-blue.svg
   :target: https://opensource.org/licenses/MIT
   :alt: License: MIT

.. image:: https://mybinder.org/badge_logo.svg
 :target: https://mybinder.org/v2/gh/cta-observatory/ctaplot/master?filepath=examples%2Fnotebooks
 
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.5833854.svg
  :target: https://doi.org/10.5281/zenodo.5833853


You may find examples in the `documentation <https://ctaplot.readthedocs.io/en/latest/>`_ and run them via mybinder.


----


* Code : https://github.com/cta-observatory/ctaplot
* Documentation : https://ctaplot.readthedocs.io/en/latest/
* Author contact: Thomas Vuillaume - thomas.vuillaume@lapp.in2p3.fr
* License: MIT

----

The CTA instrument response functions data used in ctaplot come from the CTA Consortium and Observatory and may be found on the `cta-observatory website <http://www.cta-observatory.org/science/cta-performance/>`_ .

In cases for which the CTA instrument response functions are used in a research project, we ask to add the following acknowledgement in any resulting publication:    

“This research has made use of the CTA instrument response functions provided by the CTA Consortium and Observatory, see http://www.cta-observatory.org/science/cta-performance/ (version prod3b-v2) for more details.”

----


Install
=======


Requirements packages:

* python >= 3.9
* numpy  
* scipy>=0.19    
* matplotlib>=3.6
* astropy

Optional LaTeX dependencies for enhanced plot rendering:

* A LaTeX distribution (e.g., TeX Live, MiKTeX)
* dvipng (for PNG output)
* cm-super (Computer Modern fonts)

**Installation instructions:**

On Ubuntu/Debian:

.. code-block:: bash

   sudo apt-get install texlive-latex-base texlive-fonts-recommended dvipng cm-super

On macOS with Homebrew:

.. code-block:: bash

   brew install --cask mactex
   # dvipng and cm-super are included with MacTeX

On macOS with MacPorts:

.. code-block:: bash

   sudo port install texlive +full

**Note:** LaTeX dependencies are optional. If not installed, ctaplot will automatically 
fall back to matplotlib's default text rendering without LaTeX support.

We recommend the use of `anaconda <https://www.anaconda.com>`_

The package is available through pip:

.. code-block:: bash

   pip install ctaplot


.. code-block:: bash

    export GAMMABOARD_DATA=path_to_the_data_directory


We recommend that you add this line to your bash source file (`$HOME/.bashrc` or `$HOME/.bash_profile`)



GammaBoard
==========

*A dashboard to show them all.*


GammaBoard is a simple jupyter dashboard thought to display metrics assessing the reconstructions performances of
Imaging Atmospheric Cherenkov Telescopes (IACTs).
Deep learning is a lot about bookkeeping and trials and errors. GammaBoard ease this bookkeeping and allows quick
comparison of the reconstruction performances of your machine learning experiments.

It is a working prototype used especially by the `GammaLearn <https://purl.org/gammalearn>`_ project.


Run GammaBoard
--------------

To launch the dashboard, you can simply try the command:

.. code-block:: bash

    gammaboard

This will run a temporary copy of the dashboard (a jupyter notebook).
Local changes that you make in the dashboard will be discarded afterwards.

GammaBoard is using data in a specific directory storing all your experiments files.
This directory is known under `$GAMMABOARD_DATA` by default.
However, you can change the path access at any time in the dashboard itself.

Demo
----

Here is a simple demo of GammaBoard:  

* On top the plots (metrics) such as angular resolution and energy resolution.
* Below, the list of experiments in the user folder.

When an experiment is selected in the list, the data is automatically loaded, the metrics computed and displayed.
A list of information provided during the training phase is also displayed.
As many experiments results can be overlaid.
When an experiment is deselected, it simply is removed from the plots.


.. image:: share/gammaboard.gif
   :alt: gammaboard_demo


Cite
====

We would appreciate you cite the version of ctaplot you used using the corresponding Zenodo DOI that cound find here: https://doi.org/10.5281/zenodo.5833853
