.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/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/general_issue.yml
.github/workflows/python-publish.yml
.github/workflows/stale.yml
.github/workflows/testing.yml
IDL_scripts/IDL_test_scripts/get_xrt_test_effective_area.pro
IDL_scripts/IDL_test_scripts/get_xrt_test_temperature_response.pro
changelog/139.removal.rst
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.temperature_from_filter_ratio.rst
docs/api_static/xrtpy.rst
docs/changelog/0.2.0.rst
docs/changelog/0.3.0.rst
docs/changelog/0.4.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/images/hinode_satellite.png
docs/notebooks/computing_functions/effective_area.ipynb
docs/notebooks/computing_functions/temperature_response.ipynb
docs/notebooks/data_analysis/Deconvolving_XRT_images.ipynb
docs/notebooks/data_analysis/Remove_lightleak.ipynb
docs/notebooks/data_analysis/Using_temperature_from_filter_ratio.ipynb
docs/notebooks/getting_started/channel.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/image_correction/__init__.py
xrtpy/image_correction/deconvolve.py
xrtpy/image_correction/remove_lightleak.py
xrtpy/image_correction/data/example_data/comp_XRT20150621_055911.7.fits
xrtpy/response/__init__.py
xrtpy/response/channel.py
xrtpy/response/effective_area.py
xrtpy/response/temperature_from_filter_ratio.py
xrtpy/response/temperature_response.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/data/chianti_emission_models/XRT_emiss_model.default_CHIANTI.geny
xrtpy/response/data/chianti_emission_models/XRT_emiss_model.default_CHIANTI_hybrid.geny
xrtpy/response/data/chianti_emission_models/XRT_emiss_model.default_CHIANTI_photospheric.geny
xrtpy/util/__init__.py
xrtpy/util/time.py