Repository for python package jannasutils
. This package contains a collection of utility functions that look better living in a python package than in one big messy module.
In this repository you will find the following:
jannasutils ------------------ python package
-- generic_utils.py --------- could be useful in any python project
-- astro_utils.py ----------- astronomy related
-- PTA_utils.py ------------- only used in PTA nullstream code
-- _init_.py
tests ------------------------ directory for unit tests
installable with pip; when in the directory this README lives:
$ pip install .