.codespellrc
.coveragerc
.cruft.json
.flake8
.isort.cfg
.readthedocs.yaml
.rtd-environment.yml
.ruff.toml
.sunpy-template.yml
.zenodo.json
CHANGELOG.rst
LICENSE.rst
MANIFEST.in
README.rst
RELEASE.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.circleci/codecov_upload.sh
.circleci/config.yml
.circleci/early_exit.sh
.github/stale.yml
.github/workflows/ci.yml
.github/workflows/label_sync.yml
.github/workflows/scheduled_builds.yml
.github/workflows/stale_bot.yml
.github/workflows/sub_package_update.yml
changelog/README.rst
docs/1_to_2_transition_guide.rst
docs/Makefile
docs/acknowledging.rst
docs/conf.py
docs/extending_ndcube.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/make.bat
docs/nitpick-exceptions
docs/rtd_requirements.txt
docs/explaining_ndcube/coordinates.rst
docs/explaining_ndcube/data_classes.rst
docs/explaining_ndcube/index.rst
docs/explaining_ndcube/metadata.rst
docs/explaining_ndcube/reproject.rst
docs/explaining_ndcube/slicing.rst
docs/explaining_ndcube/tabular_coordinates.rst
docs/explaining_ndcube/visualization.rst
docs/explaining_ndcube/images/ndcollection_diagram.png
docs/explaining_ndcube/images/ndcube_diagram.png
docs/explaining_ndcube/images/ndcube_sliced_diagram.png
docs/explaining_ndcube/images/ndcubesequence_diagram.png
docs/explaining_ndcube/images/ndcubesequence_sliced_diagram.png
docs/logo/favicon.png
docs/logo/ndcube.png
docs/logo/ndcube.svg
docs/reference/extra_coords.rst
docs/reference/index.rst
docs/reference/meta.rst
docs/reference/mixins.rst
docs/reference/ndcube.rst
docs/reference/utils.rst
docs/reference/visualization.rst
docs/reference/wcs.rst
docs/whatsnew/changelog.rst
docs/whatsnew/index.rst
examples/README.txt
examples/creating_a_gwcs_from_quantities.py
examples/creating_even_spaced_wavelength_visualisation.py
examples/creating_ndcube_from_fitsfile.py
examples/slicing_ndcube.py
examples/dev/example_template.py
joss_paper/paper.bib
joss_paper/paper.md
licenses/LICENSE.rst
licenses/README.rst
licenses/TEMPLATE_LICENSE.rst
ndcube/__init__.py
ndcube/_version.py
ndcube/conftest.py
ndcube/global_coords.py
ndcube/meta.py
ndcube/ndcollection.py
ndcube/ndcube.py
ndcube/ndcube_sequence.py
ndcube/version.py
ndcube.egg-info/PKG-INFO
ndcube.egg-info/SOURCES.txt
ndcube.egg-info/dependency_links.txt
ndcube.egg-info/not-zip-safe
ndcube.egg-info/requires.txt
ndcube.egg-info/top_level.txt
ndcube/data/README.rst
ndcube/extra_coords/__init__.py
ndcube/extra_coords/extra_coords.py
ndcube/extra_coords/table_coord.py
ndcube/extra_coords/tests/__init__.py
ndcube/extra_coords/tests/test_extra_coords.py
ndcube/extra_coords/tests/test_lookup_table_coord.py
ndcube/mixins/__init__.py
ndcube/mixins/ndslicing.py
ndcube/tests/__init__.py
ndcube/tests/helpers.py
ndcube/tests/test_global_coords.py
ndcube/tests/test_meta.py
ndcube/tests/test_ndcollection.py
ndcube/tests/test_ndcube.py
ndcube/tests/test_ndcubesequence.py
ndcube/utils/__init__.py
ndcube/utils/collection.py
ndcube/utils/cube.py
ndcube/utils/exceptions.py
ndcube/utils/misc.py
ndcube/utils/sequence.py
ndcube/utils/wcs.py
ndcube/utils/sphinx/__init__.py
ndcube/utils/sphinx/code_context.py
ndcube/utils/tests/__init__.py
ndcube/utils/tests/test_utils_collection.py
ndcube/utils/tests/test_utils_cube.py
ndcube/utils/tests/test_utils_sequence.py
ndcube/utils/tests/test_utils_wcs.py
ndcube/visualization/__init__.py
ndcube/visualization/base.py
ndcube/visualization/descriptor.py
ndcube/visualization/mpl_plotter.py
ndcube/visualization/mpl_sequence_plotter.py
ndcube/visualization/plotting_utils.py
ndcube/visualization/tests/__init__.py
ndcube/visualization/tests/figure_hashes_mpl_382_ft_261_astropy_600_animators_111.json
ndcube/visualization/tests/figure_hashes_mpl_dev_ft_261_astropy_dev_animators_dev.json
ndcube/visualization/tests/test_plotting.py
ndcube/visualization/tests/test_plotting_utils.py
ndcube/wcs/__init__.py
ndcube/wcs/tools.py
ndcube/wcs/tests/__init__.py
ndcube/wcs/tests/test_tools.py
ndcube/wcs/wrappers/__init__.py
ndcube/wcs/wrappers/compound_wcs.py
ndcube/wcs/wrappers/reordered_wcs.py
ndcube/wcs/wrappers/resampled_wcs.py
ndcube/wcs/wrappers/tests/__init__.py
ndcube/wcs/wrappers/tests/conftest.py
ndcube/wcs/wrappers/tests/test_compound_wcs.py
ndcube/wcs/wrappers/tests/test_reordered_wcs.py
ndcube/wcs/wrappers/tests/test_resampled_wcs.py