.gitignore
.pre-commit-config.yaml
.readthedocs.yml
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
azure-pipelines.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.circleci/early_exit.sh
changelog/README.rst
docs/.DS_Store
docs/Makefile
docs/conf.py
docs/dev_guide.rst
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/stix.rst
docs/.idea/.gitignore
docs/.idea/docs.iml
docs/.idea/misc.xml
docs/.idea/modules.xml
docs/.idea/vcs.xml
docs/.idea/workspace.xml
docs/.idea/inspectionProfiles/Project_Default.xml
docs/.idea/inspectionProfiles/profiles_settings.xml
docs/code_ref/data.rst
docs/code_ref/frames.rst
docs/code_ref/index.rst
docs/code_ref/product.rst
docs/code_ref/science.rst
docs/code_ref/timeseries.rst
docs/code_ref/visualisation.rst
docs/whatsnew/changelog.rst
docs/whatsnew/index.rst
docs/whatsnew/latest_changelog.txt
examples/imaging_demo.py
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
stixpy/__init__.py
stixpy/conftest.py
stixpy/frames.py
stixpy/science.py
stixpy/version.py
stixpy.egg-info/PKG-INFO
stixpy.egg-info/SOURCES.txt
stixpy.egg-info/dependency_links.txt
stixpy.egg-info/not-zip-safe
stixpy.egg-info/requires.txt
stixpy.egg-info/top_level.txt
stixpy/data/README.rst
stixpy/data/__init__.py
stixpy/data/solo_L1_stix-cal-energy_20200506_V01.fits
stixpy/data/solo_L1_stix-hk-maxi_20200501_V01.fits
stixpy/data/solo_L1_stix-ql-background_20200506_V01.fits
stixpy/data/solo_L1_stix-ql-flareflag_20200506_V01.fits
stixpy/data/solo_L1_stix-ql-lightcurve_20200506_V01.fits
stixpy/data/solo_L1_stix-ql-ql-tmstatusflarelist_20200506_V01.fits
stixpy/data/solo_L1_stix-ql-spectra_20200506_V01.fits
stixpy/data/solo_L1_stix-ql-variance_20200506_V01.fits
stixpy/data/solo_L1_stix-sci-xray-cpd_20200505T235959-20200506T000019_V01_0087031809-50883.fits
stixpy/data/solo_L1_stix-sci-xray-rpd_20200505T235959-20200506T000019_V01_0087031808-50882.fits
stixpy/data/solo_L1_stix-sci-xray-scpd_20200505T235959-20200506T000019_V01_0087031810-50884.fits
stixpy/data/solo_L1_stix-sci-xray-spec_20200505T235959-20200506T000019_V01_0087031812-50886.fits
stixpy/data/test.py
stixpy/data/test_data.tar.gz
stixpy/net/__init__.py
stixpy/net/attrs.py
stixpy/net/client.py
stixpy/net/tests/__init__.py
stixpy/net/tests/test_client.py
stixpy/product/__init__.py
stixpy/product/product.py
stixpy/product/product_factory.py
stixpy/product/sources/__init__.py
stixpy/product/sources/housekeeping.py
stixpy/product/sources/quicklook.py
stixpy/product/sources/science.py
stixpy/product/tests/__init__.py
stixpy/product/tests/test_product_factory.py
stixpy/tests/__init__.py
stixpy/tests/test_frames.py
stixpy/tests/test_science.py
stixpy/timeseries/__init__.py
stixpy/timeseries/quicklook.py
stixpy/timeseries/tests/__init__.py
stixpy/timeseries/tests/test_quicklook.py
stixpy/utils/__init__.py
stixpy/utils/logging.py
stixpy/utils/time.py
stixpy/utils/tests/__init__.py
stixpy/utils/tests/test_time.py
stixpy/visualisation/__init__.py
stixpy/visualisation/map_reprojection.py
stixpy/visualisation/tests/__init__.py
stixpy/visualisation/tests/test_map_reprojection.py