Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 833 Bytes

PYPI-README.rst

File metadata and controls

25 lines (17 loc) · 833 Bytes

GDT-CGRO

The GDT-CGRO is an extension to Gamma-ray Data Tools that adds functions specific to the cgro 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-cgro
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-cgro, then please visit our github site at https://github.com/USRA-STI/gdt-cgro.