.codecov.yaml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/python-publish.yml
.github/workflows/stale.yml
.github/workflows/testing.yml
changelog/README.md
docs/Makefile
docs/_links.rst
docs/_substitutions.rst
docs/about_xrt.rst
docs/bibliography.bib
docs/bibliography.rst
docs/conf.py
docs/examples.rst
docs/feedback_communication.rst
docs/getting_started.rst
docs/glossary.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/_static/css/admonition_color_contrast.css
docs/_static/css/plasmapy.css
docs/_static/notebook_images/astropy_logo_notext.png
docs/api_static/xrtpy.response.channel.rst
docs/api_static/xrtpy.response.rst
docs/api_static/xrtpy.response.xrt_teem.rst
docs/api_static/xrtpy.rst
docs/changelog/0.2.0.rst
docs/changelog/dev.rst
docs/changelog/index.rst
docs/contributing/data_from_idl.rst
docs/contributing/index.rst
docs/contributing/install_dev.rst
docs/contributing/release_guide.rst
docs/contributing/workflow.rst
docs/images/XRTpy_logo copy.png
docs/images/XRTpy_logo.png
docs/notebooks/channel.ipynb
docs/notebooks/computing_functions/effective_area.ipynb
docs/notebooks/computing_functions/temperature_response.ipynb
docs/notebooks/data_analysis/Using_xrt_teem.ipynb
docs/notebooks/getting_started/units.ipynb
docs/response/index.html
licenses/PlasmaPy_license.md
licenses/TEMPLATE_LICENSE.rst
requirements/build.txt
requirements/docs.txt
requirements/extras.txt
requirements/install.txt
requirements/tests.txt
xrtpy/__init__.py
xrtpy/version.py
xrtpy.egg-info/PKG-INFO
xrtpy.egg-info/SOURCES.txt
xrtpy.egg-info/dependency_links.txt
xrtpy.egg-info/not-zip-safe
xrtpy.egg-info/requires.txt
xrtpy.egg-info/top_level.txt
xrtpy/data/README.rst
xrtpy/data/channels/xrt_contam_on_ccd.geny
xrtpy/data/channels/xrt_contam_on_filter.geny
xrtpy/response/__init__.py
xrtpy/response/channel.py
xrtpy/response/effective_area.py
xrtpy/response/temperature_response.py
xrtpy/response/xrt_teem.py
xrtpy/response/data/.gitignore
xrtpy/response/data/XRT_emiss_model.default_CHIANTI.geny
xrtpy/response/data/n_DEHP.txt
xrtpy/response/data/xrt_channels_v0016.genx
xrtpy/response/data/xrt_contam_on_ccd.geny
xrtpy/response/data/xrt_contam_on_filter.geny
xrtpy/response/tests/__init__.py
xrtpy/response/tests/test_channel.py
xrtpy/response/tests/test_effective_area.py
xrtpy/response/tests/test_temperature_response.py
xrtpy/response/tests/test_xrt_teem.py
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_med/Al_med_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_mesh/Al_mesh_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_poly/Al_poly_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Al_thick/Al_thick_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_med/Be_med_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thick/Be_thick_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Be_thin/Be_thin_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/C_poly/C_poly_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_IDL_testing_files/Ti_poly/Ti_poly_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_med/Al_med_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_mesh/Al_mesh_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_poly/Al_poly_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Al_thick/Al_thick_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_med/Be_med_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thick/Be_thick_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Be_thin/Be_thin_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/C_poly/C_poly_20190922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20060922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20080922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20100922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20130922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20150922_effective_area.txt
xrtpy/response/tests/data/effective_area_testing_files/Ti_poly/Ti_poly_20190922_effective_area.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_med/Al_med_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_mesh/Al_mesh_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_poly/Al_poly_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Al_thick/Al_thick_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_med/Be_med_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thick/Be_thick_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Be_thin/Be_thin_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/C_poly/C_poly_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2006_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2007_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2009_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2011_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2013_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2015_temperature_response.txt
xrtpy/response/tests/data/temperature_response_IDL_testing_files/Ti_poly/Ti_poly_22Sept2019_temperature_response.txt
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin1.sav
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin1_masked.sav
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin1_nothresh.sav
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin2.sav
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin2_masked.sav
xrtpy/response/tests/data/xrt_teem_testing_files/IDL_results_bin2_nothresh.sav
xrtpy/response/tests/data/xrt_teem_testing_files/L1_XRT20110128_013155.9_unnorm.fits
xrtpy/response/tests/data/xrt_teem_testing_files/L1_XRT20110128_013204.9_unnorm.fits
xrtpy/util/__init__.py
xrtpy/util/time.py
xrtpy/util/tests/__init__ .py
xrtpy/util/tests/test_time.py