.codespellrc
.flake8
.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
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/arithmetic.rst
docs/explaining_ndcube/asdf_serialization.rst
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.pdf
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/changing_resolution_via_reproject.py
examples/creating_a_gwcs_from_quantities.py
examples/creating_even_spaced_wavelength_visualisation.py
examples/creating_ndcube_from_fitsfile.py
examples/slicing_ndcube.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/entry_points.txt
ndcube.egg-info/not-zip-safe
ndcube.egg-info/requires.txt
ndcube.egg-info/top_level.txt
ndcube/asdf/__init__.py
ndcube/asdf/entry_points.py
ndcube/asdf/converters/__init__.py
ndcube/asdf/converters/compoundwcs_converter.py
ndcube/asdf/converters/extracoords_converter.py
ndcube/asdf/converters/globalcoords_converter.py
ndcube/asdf/converters/ndcollection_converter.py
ndcube/asdf/converters/ndcube_converter.py
ndcube/asdf/converters/ndcubesequence_converter.py
ndcube/asdf/converters/ndmeta_converter.py
ndcube/asdf/converters/reorderedwcs_converter.py
ndcube/asdf/converters/resampled_converter.py
ndcube/asdf/converters/tablecoord_converter.py
ndcube/asdf/converters/tests/__init__.py
ndcube/asdf/converters/tests/test_ndcollection_converter.py
ndcube/asdf/converters/tests/test_ndcube_converter.py
ndcube/asdf/converters/tests/test_ndcube_wcs_wrappers.py
ndcube/asdf/converters/tests/test_ndcubesequence_converter.py
ndcube/asdf/converters/tests/test_table_coordinate.py
ndcube/asdf/resources/manifests/ndcube-1.0.0.yaml
ndcube/asdf/resources/schemas/compoundwcs-1.0.0.yaml
ndcube/asdf/resources/schemas/extra_coords-1.0.0.yaml
ndcube/asdf/resources/schemas/global_coords-1.0.0.yaml
ndcube/asdf/resources/schemas/multipletablecoordinate-1.0.0.yaml
ndcube/asdf/resources/schemas/ndcollection-1.0.0.yaml
ndcube/asdf/resources/schemas/ndcube-1.0.0.yaml
ndcube/asdf/resources/schemas/ndcubesequence-1.0.0.yaml
ndcube/asdf/resources/schemas/ndmeta-1.0.0.yaml
ndcube/asdf/resources/schemas/quantitytablecoordinate-1.0.0.yaml
ndcube/asdf/resources/schemas/reorderedwcs-1.0.0.yaml
ndcube/asdf/resources/schemas/resampledwcs-1.0.0.yaml
ndcube/asdf/resources/schemas/skycoordtablecoordinate-1.0.0.yaml
ndcube/asdf/resources/schemas/timetablecoordinate-1.0.0.yaml
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/mixins/tests/__init__.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_ndcube_arithmetic.py
ndcube/tests/test_ndcube_axis_world_coords.py
ndcube/tests/test_ndcube_dynspec.py
ndcube/tests/test_ndcube_reproject_and_rebin.py
ndcube/tests/test_ndcube_slice_and_crop.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_3109_ft_261_astropy_720_animators_124.json
ndcube/visualization/tests/figure_hashes_mpl_dev_ft_2143_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