.codecov.yaml
.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
.ruff.toml
LICENSE
MANIFEST.in
README.md
noxfile.py
pyproject.toml
pytest.ini
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/feature_request.yml
.github/ISSUE_TEMPLATE/general_issue.yml
.github/workflows/ci.yml
.github/workflows/python-publish.yml
.github/workflows/stale.yml
IDL_scripts/IDL_test_scripts/get_xrt_test_effective_area.pro
IDL_scripts/IDL_test_scripts/get_xrt_test_temperature_response.pro
changelog/350.doc.rst
docs/Makefile
docs/_links.rst
docs/_substitutions.rst
docs/about_xrt.rst
docs/acknowledging_xrtpy.rst
docs/bibliography.bib
docs/bibliography.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/feedback_communication.rst
docs/getting_started.rst
docs/glossary.rst
docs/index.rst
docs/install.rst
docs/make.bat
docs/nitpick-exceptions
docs/_static/images/XRT_composite_image_full_disk_14February2015.png
docs/_static/images/XRT_filter_wheels_Sun_View_Diagram.png
docs/_static/images/XRTpy_logo.png
docs/_static/images/hinode_satellite.png
docs/changelog/0.2.0.rst
docs/changelog/0.3.0.rst
docs/changelog/0.4.0.rst
docs/changelog/0.5.0.rst
docs/changelog/0.5.1.rst
docs/changelog/index.rst
docs/reference/image_correction.rst
docs/reference/index.rst
docs/reference/response.rst
docs/reference/util.rst
docs/reference/xrtpy.rst
examples/README.txt
examples/channels.py
examples/deconvolving.py
examples/effective_area.py
examples/remove_lightleak.py
examples/sorting_data.py
examples/temperature_from_filter_ratios.py
examples/temperature_response.py
joss/paper.bib
joss/paper.md
joss/xrtpy_effective_area_plot.pdf
joss/xrtpy_temperature_from_filter_ratio_plot.pdf
joss/xrtpy_temperature_response_plot.pdf
licenses/PlasmaPy_license.md
licenses/TEMPLATE_LICENSE.rst
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/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_v0017.genx
xrtpy/response/data/xrt_contam_on_ccd.geny
xrtpy/response/data/xrt_contam_on_ccd.sav
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/response/tools/__init__.py
xrtpy/response/tools/multi_filter_response.py
xrtpy/response/tools/test/__init__.py
xrtpy/response/tools/test/test_generate_temperature_responses.py
xrtpy/util/__init__.py
xrtpy/util/filename2repo_path.py
xrtpy/util/filters.py
xrtpy/util/make_exposure_map.py
xrtpy/util/time.py