CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
pytest.ini
examples/README.txt
examples/fitting_simulated_data.py
examples/spectrum.py
examples/legacy/README.txt
examples/legacy/fitting_NuSTAR_spectra-duncan2021.py
examples/legacy/fitting_NuSTAR_spectra-general.py
examples/legacy/fitting_NuSTAR_spectra-glesener2020.py
examples/legacy/fitting_NuSTAR_spectra-simultaneously.py
examples/legacy/fitting_RHESSI_spectra.py
examples/legacy/fitting_STIX_spectra.py
examples/legacy/fitting_attenuated_RHESSI_spectra.py
examples/legacy/fitting_custom_spectra.py
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
sunkit_spex/__init__.py
sunkit_spex/_version.py
sunkit_spex/version.py
sunkit_spex.egg-info/PKG-INFO
sunkit_spex.egg-info/SOURCES.txt
sunkit_spex.egg-info/dependency_links.txt
sunkit_spex.egg-info/not-zip-safe
sunkit_spex.egg-info/requires.txt
sunkit_spex.egg-info/top_level.txt
sunkit_spex/data/README.rst
sunkit_spex/data/__init__.py
sunkit_spex/data/simulated_data.py
sunkit_spex/extern/__init__.py
sunkit_spex/extern/rhessi.py
sunkit_spex/extern/stix.py
sunkit_spex/extern/ndcube/__init__.py
sunkit_spex/extern/ndcube/meta.py
sunkit_spex/fitting/__init__.py
sunkit_spex/fitting/objective_functions/__init__.py
sunkit_spex/fitting/objective_functions/optimising_functions.py
sunkit_spex/fitting/optimizer_tools/__init__.py
sunkit_spex/fitting/optimizer_tools/minimizer_tools.py
sunkit_spex/fitting/statistics/__init__.py
sunkit_spex/fitting/statistics/gaussian.py
sunkit_spex/fitting/tests/__init__.py
sunkit_spex/fitting/tests/test_objective_functions.py
sunkit_spex/fitting/tests/test_optimizer_tools.py
sunkit_spex/fitting/tests/test_statistics.py
sunkit_spex/legacy/__init__.py
sunkit_spex/legacy/constants.py
sunkit_spex/legacy/emission.py
sunkit_spex/legacy/integrate.py
sunkit_spex/legacy/io.py
sunkit_spex/legacy/photon_power_law.py
sunkit_spex/legacy/thermal.py
sunkit_spex/legacy/fitting/__init__.py
sunkit_spex/legacy/fitting/albedo.py
sunkit_spex/legacy/fitting/data_loader.py
sunkit_spex/legacy/fitting/fitter.py
sunkit_spex/legacy/fitting/instruments.py
sunkit_spex/legacy/fitting/io.py
sunkit_spex/legacy/fitting/likelihoods.py
sunkit_spex/legacy/fitting/logging.py
sunkit_spex/legacy/fitting/nu_spec_code.py
sunkit_spex/legacy/fitting/parameter_handler.py
sunkit_spex/legacy/fitting/photon_models_for_fitting.py
sunkit_spex/legacy/fitting/rainbow_text.py
sunkit_spex/legacy/fitting/rhes_spec_code.py
sunkit_spex/legacy/fitting/tests/__init__.py
sunkit_spex/legacy/fitting/tests/test_fitter.py
sunkit_spex/legacy/fitting/tests/test_io.py
sunkit_spex/legacy/fitting/tests/test_likelihoods.py
sunkit_spex/legacy/tests/__init__.py
sunkit_spex/legacy/tests/test_brem.py
sunkit_spex/legacy/tests/test_integrate.py
sunkit_spex/legacy/tests/test_photon_power_law.py
sunkit_spex/legacy/tests/test_thermal_.py
sunkit_spex/models/__init__.py
sunkit_spex/models/instrument_response.py
sunkit_spex/models/models.py
sunkit_spex/models/scaling.py
sunkit_spex/models/physical/__init__.py
sunkit_spex/models/physical/albedo.py
sunkit_spex/models/physical/io.py
sunkit_spex/models/physical/nonthermal.py
sunkit_spex/models/physical/thermal.py
sunkit_spex/models/physical/tests/__init__.py
sunkit_spex/models/physical/tests/test_albedo.py
sunkit_spex/models/physical/tests/test_nonthermal.py
sunkit_spex/models/physical/tests/test_thermal.py
sunkit_spex/models/tests/__init__.py
sunkit_spex/models/tests/test_scaling.py
sunkit_spex/spectrum/__init__.py
sunkit_spex/spectrum/conftest.py
sunkit_spex/spectrum/spectrum.py
sunkit_spex/spectrum/uncertainty.py
sunkit_spex/spectrum/tests/__init__.py
sunkit_spex/spectrum/tests/test_spectrum.py
sunkit_spex/spectrum/tests/test_uncertaintiy.py
sunkit_spex/tests/__init__.py
sunkit_spex/tests/test_data.py
sunkit_spex/tests/test_models.py