LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
PyGRB/__init__.py
PyGRB.egg-info/PKG-INFO
PyGRB.egg-info/SOURCES.txt
PyGRB.egg-info/dependency_links.txt
PyGRB.egg-info/requires.txt
PyGRB.egg-info/top_level.txt
PyGRB/backend/__init__.py
PyGRB/backend/admin.py
PyGRB/backend/makekeys.py
PyGRB/backend/makemodels.py
PyGRB/backend/makepriors.py
PyGRB/backend/multipriors.py
PyGRB/backend/rate_functions.py
PyGRB/backend/rateclass.py
PyGRB/data/BATSE_4B_catalogue.xls
PyGRB/data/BATSE_trigger_to_object_name.txt
PyGRB/fetch/__init__.py
PyGRB/fetch/get_BATSE.py
PyGRB/main/__init__.py
PyGRB/main/fitpulse.py
PyGRB/postprocess/__init__.py
PyGRB/postprocess/abp.py
PyGRB/postprocess/make_evidence_tables.py
PyGRB/postprocess/plot_analysis.py
PyGRB/postprocess/plot_gl_posteriors.py
PyGRB/preprocess/BATSEpreprocess.py
PyGRB/preprocess/GRB_class.py
PyGRB/preprocess/__init__.py
PyGRB/preprocess/abstract.py
PyGRB/preprocess/grb.py
PyGRB/preprocess/simulated_grb.py
examples/basic.py
examples/gravlens.py
examples/gravlensnature.py
examples/gravlensnaturebasic.py
examples/gravlensnaturepriors.py
examples/intermediate.py
tests/__init__.py
tests/test_backend/test_makekeys.py
tests/test_backend/test_makepriors.py
tests/test_backend/test_poissonrate.py
tests/test_backend/test_rate_functions.py
tests/test_fetch/test_get_batse.py
tests/test_main/test_fit_pulse.py
tests/test_main/test_single_pulse.py
tests/test_postprocess/test_abp.py
tests/test_preprocess/test_BATSEpreprocess.py
tests/test_preprocess/test_EmptyGRB.py
tests/test_preprocess/test_tte_list.py