Metadata-Version: 2.1
Name: astro-gdt-integral
Version: 1.0.0
Summary: Gamma-ray Data Tools: Integral Mission
Home-page: https://github.com/USRA-STI/gdt-integral
Author: C. Fletcher
Project-URL: Documentation, https://astro-gdt-integral.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/USRA-STI/gdt-integral
Project-URL: Tracker, https://github.com/USRA-STI/gdt-integral/issues
Keywords: astronomy,gammaray,gamma-ray,usra
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
License-File: license.txt
Requires-Dist: astro-gdt >=2.0.0
Requires-Dist: pyproj >=1.9.6
Requires-Dist: numpy >=1.17.3
Requires-Dist: scipy >=1.1.0
Requires-Dist: matplotlib >=3.7.1
Requires-Dist: astropy >=3.1
Requires-Dist: healpy >=1.12.4
Requires-Dist: cartopy >=0.21.1

============
GDT-INTEGRAL
============

The GDT-INTEGRAL is an extension to Gamma-ray Data Tools that adds functions specific to the integral mission.

Normal Installation
-------------------

If you don't plan to contribute code to the project, the recommended install method is installing from PyPI using:

.. code-block:: sh

   pip install astro-gdt-integral
   gdt-data init

The ``gdt-data init`` is required to initialize the library after installation of astro-gdt. You do not need to
perform the initialization again if astro-gdt was already installed and initialized.  There is no harm in running
it again "just in case".

Contributing Code or Documentation
----------------------------------

If you plan to help with the development or documentation of astro-gdt-integral, then please visit our github site at
https://github.com/USRA-STI/gdt-integral.
