Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 839 Bytes

PYPI-README.rst

File metadata and controls

25 lines (17 loc) · 839 Bytes

GDT-HETE2

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

Normal Installation

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

pip install astro-gdt-hete2
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-hete2, then please visit our github site at https://github.com/USRA-STI/gdt-hete2.