aztools is a collection of python tools that I have been using over the years in the analysis of X-ray data.
The aztools folder contains the main python package, which contains three parts:
lcurve.py defines a light curve object (LCurve), which a holder of the observed time series, and associated functions that manipulate it.sim.py defines the SimLC class for simulating light curves.misc.py contains many additional tools for doing different things. See the file for more detailsdata.py contains many methods to process x-ray data from different missions and extract spectra and light curvesMost of the functionality in aztools.data, and some aztools.misc depend on having heasoftpy installed (the high energy software package from NASA Goddard https://heasarc.gsfc.nasa.gov/docs/software/heasoft/).
The src/scripts folder contains useful python and bash scripts. If installing aztools >= 0.2, these scripts will be automatically installed when doing pip install.
simulations folderThis contains codes for checking the functionality of the aztools package. It focuses on the statistics testing rather than the code tests.
tests folder:Simple unit tests for the aztools package
pip install aztoolsThe following python packages are needed to run aztools:
numpyscipyastropyand heasoftpy if using aztools.data