.gitignore
.readthedocs.yml
CHANGES.md
LICENSE
MANIFEST.in
README.rst
RELEASE.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.github/release.yml
.github/workflows/ci_workflows.yml
.github/workflows/update-changelog.yaml
doc/Makefile
doc/api.rst
doc/conf.py
doc/index.rst
doc/_static/logo.png
glue/__init__.py
glue/_mpl_backend.py
glue/_plugin_helpers.py
glue/_settings_helpers.py
glue/backends.py
glue/config.py
glue/config_gen.py
glue/conftest.py
glue/default_config.py
glue/logger.py
glue/logo.png
glue/main.py
glue/app/__init__.py
glue/app/tests/__init__.py
glue/core/__init__.py
glue/core/aggregate.py
glue/core/application_base.py
glue/core/autolinking.py
glue/core/callback_property.py
glue/core/command.py
glue/core/component.py
glue/core/component_id.py
glue/core/component_link.py
glue/core/contracts.py
glue/core/coordinate_helpers.py
glue/core/coordinates.py
glue/core/data.py
glue/core/data_collection.py
glue/core/data_combo_helper.py
glue/core/data_derived.py
glue/core/data_region.py
glue/core/decorators.py
glue/core/edit_subset_mode.py
glue/core/exceptions.py
glue/core/fitters.py
glue/core/fixed_resolution_buffer.py
glue/core/glue_pickle.py
glue/core/hub.py
glue/core/hub_callback_container.py
glue/core/joins.py
glue/core/layer_artist.py
glue/core/layout.py
glue/core/link_helpers.py
glue/core/link_manager.py
glue/core/message.py
glue/core/parse.py
glue/core/regions.py
glue/core/registry.py
glue/core/roi.py
glue/core/roi_pretransforms.py
glue/core/session.py
glue/core/simpleforms.py
glue/core/state.py
glue/core/state_objects.py
glue/core/state_path_patches.txt
glue/core/subset.py
glue/core/subset_group.py
glue/core/units.py
glue/core/util.py
glue/core/visual.py
glue/core/data_exporters/__init__.py
glue/core/data_exporters/astropy_table.py
glue/core/data_exporters/gridded_fits.py
glue/core/data_exporters/hdf5.py
glue/core/data_exporters/tests/__init__.py
glue/core/data_exporters/tests/test_astropy_table.py
glue/core/data_exporters/tests/test_gridded_fits.py
glue/core/data_exporters/tests/test_hdf5.py
glue/core/data_factories/__init__.py
glue/core/data_factories/astropy_table.py
glue/core/data_factories/dendrogram.py
glue/core/data_factories/deprecated.py
glue/core/data_factories/excel.py
glue/core/data_factories/fits.py
glue/core/data_factories/hdf5.py
glue/core/data_factories/helpers.py
glue/core/data_factories/image.py
glue/core/data_factories/numpy.py
glue/core/data_factories/pandas.py
glue/core/data_factories/tables.py
glue/core/data_factories/tests/__init__.py
glue/core/data_factories/tests/test_data_factories.py
glue/core/data_factories/tests/test_excel.py
glue/core/data_factories/tests/test_fits.py
glue/core/data_factories/tests/test_hdf5.py
glue/core/data_factories/tests/test_image.py
glue/core/data_factories/tests/test_misc.py
glue/core/data_factories/tests/test_numpy.py
glue/core/data_factories/tests/test_pandas.py
glue/core/data_factories/tests/data/__init__.py
glue/core/data_factories/tests/data/bunit.fits
glue/core/data_factories/tests/data/casalike.fits
glue/core/data_factories/tests/data/comment.fits
glue/core/data_factories/tests/data/compressed_image.fits
glue/core/data_factories/tests/data/data.hdf5
glue/core/data_factories/tests/data/datetime.xlsx
glue/core/data_factories/tests/data/events.fits
glue/core/data_factories/tests/data/generic.fits
glue/core/data_factories/tests/data/simple_data.xlsx
glue/core/data_factories/tests/data/ssc2006-16a1_Ti.jpg
glue/core/data_factories/tests/data/w5_subset.vot
glue/core/parsers/__init__.py
glue/core/parsers/parsers.py
glue/core/tests/__init__.py
glue/core/tests/test_aggregate.py
glue/core/tests/test_application_base.py
glue/core/tests/test_base_cartesian_data.py
glue/core/tests/test_command.py
glue/core/tests/test_component.py
glue/core/tests/test_component_link.py
glue/core/tests/test_components_changed.py
glue/core/tests/test_coordinate_links.py
glue/core/tests/test_coordinates.py
glue/core/tests/test_data.py
glue/core/tests/test_data_collection.py
glue/core/tests/test_data_combo_helper.py
glue/core/tests/test_data_derived.py
glue/core/tests/test_data_region.py
glue/core/tests/test_data_retrieval.py
glue/core/tests/test_data_translation.py
glue/core/tests/test_decorators.py
glue/core/tests/test_edit_subset_mode.py
glue/core/tests/test_fitters.py
glue/core/tests/test_fixed_resolution_buffer.py
glue/core/tests/test_hub.py
glue/core/tests/test_join_on_key.py
glue/core/tests/test_joins.py
glue/core/tests/test_layout.py
glue/core/tests/test_link_helpers.py
glue/core/tests/test_link_manager.py
glue/core/tests/test_links.py
glue/core/tests/test_message.py
glue/core/tests/test_pandas.py
glue/core/tests/test_parse.py
glue/core/tests/test_registry.py
glue/core/tests/test_roi.py
glue/core/tests/test_roi_transforms.py
glue/core/tests/test_simpleforms.py
glue/core/tests/test_state.py
glue/core/tests/test_state_objects.py
glue/core/tests/test_subset.py
glue/core/tests/test_subset_group.py
glue/core/tests/test_units.py
glue/core/tests/test_util.py
glue/core/tests/test_visual.py
glue/core/tests/util.py
glue/dialogs/README.md
glue/dialogs/__init__.py
glue/dialogs/autolinker/__init__.py
glue/dialogs/common/__init__.py
glue/dialogs/common/tests/__init__.py
glue/dialogs/component_arithmetic/__init__.py
glue/dialogs/component_manager/__init__.py
glue/dialogs/data_wizard/__init__.py
glue/dialogs/data_wizard/tests/__init__.py
glue/dialogs/link_editor/__init__.py
glue/dialogs/link_editor/state.py
glue/dialogs/link_editor/tests/__init__.py
glue/dialogs/subset_facet/__init__.py
glue/dialogs/subset_facet/tests/__init__.py
glue/external/__init__.py
glue/external/axescache.py
glue/external/modest_image.py
glue/external/echo/__init__.py
glue/external/echo/callback_container.py
glue/external/echo/core.py
glue/external/echo/list.py
glue/external/echo/selection.py
glue/external/tests/__init__.py
glue/icons/IPythonConsole.png
glue/icons/__init__.py
glue/icons/app_icon.png
glue/icons/arithmetic.png
glue/icons/arithmetic.svg
glue/icons/convert.sh
glue/icons/glue_and.png
glue/icons/glue_and.svg
glue/icons/glue_andnot.png
glue/icons/glue_andnot.svg
glue/icons/glue_back.png
glue/icons/glue_back.svg
glue/icons/glue_box_point.png
glue/icons/glue_box_point.svg
glue/icons/glue_circle.png
glue/icons/glue_circle.svg
glue/icons/glue_circle_point.png
glue/icons/glue_circle_point.svg
glue/icons/glue_contour.png
glue/icons/glue_contour.svg
glue/icons/glue_contrast.png
glue/icons/glue_contrast.svg
glue/icons/glue_cross.png
glue/icons/glue_cross.svg
glue/icons/glue_crosshair.png
glue/icons/glue_crosshair.svg
glue/icons/glue_delete.png
glue/icons/glue_delete.svg
glue/icons/glue_down_arrow.png
glue/icons/glue_down_arrow.svg
glue/icons/glue_filesave.png
glue/icons/glue_filesave.svg
glue/icons/glue_forward.png
glue/icons/glue_forward.svg
glue/icons/glue_home.png
glue/icons/glue_home.svg
glue/icons/glue_image.png
glue/icons/glue_image.svg
glue/icons/glue_lasso.png
glue/icons/glue_lasso.svg
glue/icons/glue_link.png
glue/icons/glue_link.svg
glue/icons/glue_move.png
glue/icons/glue_move.svg
glue/icons/glue_move_x.png
glue/icons/glue_move_x.svg
glue/icons/glue_move_y.png
glue/icons/glue_move_y.svg
glue/icons/glue_not.png
glue/icons/glue_not.svg
glue/icons/glue_open.png
glue/icons/glue_open.svg
glue/icons/glue_or.png
glue/icons/glue_or.svg
glue/icons/glue_patch.png
glue/icons/glue_patch.svg
glue/icons/glue_point.png
glue/icons/glue_point.svg
glue/icons/glue_pythonsave.png
glue/icons/glue_pythonsave.svg
glue/icons/glue_rainbow.png
glue/icons/glue_rainbow.svg
glue/icons/glue_replace.png
glue/icons/glue_replace.svg
glue/icons/glue_row_select.png
glue/icons/glue_settings.png
glue/icons/glue_settings.svg
glue/icons/glue_slice.png
glue/icons/glue_slice.svg
glue/icons/glue_spawn.png
glue/icons/glue_spawn.svg
glue/icons/glue_spectrum.png
glue/icons/glue_spectrum.svg
glue/icons/glue_square.png
glue/icons/glue_square.svg
glue/icons/glue_star.png
glue/icons/glue_star.svg
glue/icons/glue_subset.png
glue/icons/glue_subset.svg
glue/icons/glue_tree.png
glue/icons/glue_tree.svg
glue/icons/glue_triangle_up.png
glue/icons/glue_triangle_up.svg
glue/icons/glue_unlink.png
glue/icons/glue_unlink.svg
glue/icons/glue_welcome.png
glue/icons/glue_xor.png
glue/icons/glue_xor.svg
glue/icons/glue_xrange_select.png
glue/icons/glue_xrange_select.svg
glue/icons/glue_yrange_select.png
glue/icons/glue_yrange_select.svg
glue/icons/glue_zoom_to_rect.png
glue/icons/glue_zoom_to_rect.svg
glue/icons/icon_preview.html
glue/icons/pencil.png
glue/icons/pencil.svg
glue/icons/playback_back.png
glue/icons/playback_first.png
glue/icons/playback_forw.png
glue/icons/playback_forw.svg
glue/icons/playback_last.png
glue/icons/playback_last.svg
glue/icons/playback_next.png
glue/icons/playback_next.svg
glue/icons/playback_prev.png
glue/icons/playback_stop.png
glue/icons/playback_stop.svg
glue/icons/window_tab.png
glue/icons/window_tab.svg
glue/icons/window_title.png
glue/icons/window_title.svg
glue/icons/windows.png
glue/icons/tests/__init__.py
glue/icons/tests/test_main.py
glue/io/__init__.py
glue/io/subset_mask.py
glue/io/formats/__init__.py
glue/io/formats/fits/__init__.py
glue/io/formats/fits/subset_mask.py
glue/io/formats/fits/tests/__init__.py
glue/io/formats/fits/tests/test_subset_mask.py
glue/io/formats/tests/__init__.py
glue/io/tests/__init__.py
glue/io/tests/test_subset_mask.py
glue/plugins/__init__.py
glue/plugins/coordinate_helpers/__init__.py
glue/plugins/coordinate_helpers/deprecated.py
glue/plugins/coordinate_helpers/link_helpers.py
glue/plugins/coordinate_helpers/tests/__init__.py
glue/plugins/coordinate_helpers/tests/test_link_helpers.py
glue/plugins/data_factories/__init__.py
glue/plugins/dendro_viewer/__init__.py
glue/plugins/dendro_viewer/compat.py
glue/plugins/dendro_viewer/data_factory.py
glue/plugins/dendro_viewer/dendro_helpers.py
glue/plugins/dendro_viewer/layer_artist.py
glue/plugins/dendro_viewer/layer_style_editor.py
glue/plugins/dendro_viewer/state.py
glue/plugins/dendro_viewer/tests/__init__.py
glue/plugins/dendro_viewer/tests/test_data_factory.py
glue/plugins/dendro_viewer/tests/data/__init__.py
glue/plugins/dendro_viewer/tests/data/dendro.fits
glue/plugins/dendro_viewer/tests/data/dendro.hdf5
glue/plugins/dendro_viewer/tests/data/dendro_old.fits
glue/plugins/exporters/__init__.py
glue/plugins/tests/__init__.py
glue/plugins/tools/__init__.py
glue/plugins/tools/python_export.py
glue/plugins/tools/pv_slicer/__init__.py
glue/plugins/tools/tests/__init__.py
glue/plugins/wcs_autolinking/__init__.py
glue/plugins/wcs_autolinking/wcs_autolinking.py
glue/plugins/wcs_autolinking/tests/__init__.py
glue/plugins/wcs_autolinking/tests/test_wcs_autolinking.py
glue/tests/__init__.py
glue/tests/example_data.py
glue/tests/helpers.py
glue/tests/test_config.py
glue/tests/test_main.py
glue/tests/test_settings_helpers.py
glue/tests/visual/__init__.py
glue/tests/visual/helpers.py
glue/tests/visual/py311-test-visual.json
glue/utils/__init__.py
glue/utils/array.py
glue/utils/colors.py
glue/utils/data.py
glue/utils/decorators.py
glue/utils/error.py
glue/utils/geometry.py
glue/utils/matplotlib.py
glue/utils/misc.py
glue/utils/noconflict.py
glue/utils/tests/__init__.py
glue/utils/tests/test_array.py
glue/utils/tests/test_decorator.py
glue/utils/tests/test_geometry.py
glue/utils/tests/test_matplotlib.py
glue/utils/tests/test_misc.py
glue/viewers/__init__.py
glue/viewers/common/__init__.py
glue/viewers/common/layer_artist.py
glue/viewers/common/python_export.py
glue/viewers/common/state.py
glue/viewers/common/stretch_state_mixin.py
glue/viewers/common/tool.py
glue/viewers/common/utils.py
glue/viewers/common/viewer.py
glue/viewers/common/tests/__init__.py
glue/viewers/common/tests/test_stretch_state_mixin.py
glue/viewers/common/tests/test_utils.py
glue/viewers/common/tests/test_viewer.py
glue/viewers/custom/__init__.py
glue/viewers/custom/helper.py
glue/viewers/custom/tests/__init__.py
glue/viewers/histogram/__init__.py
glue/viewers/histogram/compat.py
glue/viewers/histogram/layer_artist.py
glue/viewers/histogram/python_export.py
glue/viewers/histogram/state.py
glue/viewers/histogram/viewer.py
glue/viewers/histogram/tests/__init__.py
glue/viewers/histogram/tests/test_layer_artist.py
glue/viewers/histogram/tests/test_python_export.py
glue/viewers/histogram/tests/test_viewer.py
glue/viewers/image/__init__.py
glue/viewers/image/compat.py
glue/viewers/image/composite_array.py
glue/viewers/image/frb_artist.py
glue/viewers/image/layer_artist.py
glue/viewers/image/pixel_selection_subset_state.py
glue/viewers/image/python_export.py
glue/viewers/image/state.py
glue/viewers/image/viewer.py
glue/viewers/image/tests/__init__.py
glue/viewers/image/tests/test_composite_array.py
glue/viewers/image/tests/test_pixel_selection_subset_state.py
glue/viewers/image/tests/test_python_export.py
glue/viewers/image/tests/test_state.py
glue/viewers/image/tests/test_viewer.py
glue/viewers/matplotlib/__init__.py
glue/viewers/matplotlib/layer_artist.py
glue/viewers/matplotlib/mouse_mode.py
glue/viewers/matplotlib/mpl_axes.py
glue/viewers/matplotlib/state.py
glue/viewers/matplotlib/toolbar_mode.py
glue/viewers/matplotlib/viewer.py
glue/viewers/matplotlib/tests/__init__.py
glue/viewers/matplotlib/tests/test_mouse_mode.py
glue/viewers/matplotlib/tests/test_python_export.py
glue/viewers/matplotlib/tests/test_state.py
glue/viewers/matplotlib/tests/test_viewer.py
glue/viewers/profile/__init__.py
glue/viewers/profile/layer_artist.py
glue/viewers/profile/python_export.py
glue/viewers/profile/state.py
glue/viewers/profile/viewer.py
glue/viewers/profile/tests/__init__.py
glue/viewers/profile/tests/test_python_export.py
glue/viewers/profile/tests/test_state.py
glue/viewers/profile/tests/test_viewer.py
glue/viewers/scatter/__init__.py
glue/viewers/scatter/compat.py
glue/viewers/scatter/layer_artist.py
glue/viewers/scatter/plot_polygons.py
glue/viewers/scatter/python_export.py
glue/viewers/scatter/state.py
glue/viewers/scatter/viewer.py
glue/viewers/scatter/tests/__init__.py
glue/viewers/scatter/tests/test_python_export.py
glue/viewers/scatter/tests/test_viewer.py
glue/viewers/table/__init__.py
glue/viewers/table/compat.py
glue/viewers/table/state.py
glue/viewers/table/tests/__init__.py
glue_core.egg-info/PKG-INFO
glue_core.egg-info/SOURCES.txt
glue_core.egg-info/dependency_links.txt
glue_core.egg-info/entry_points.txt
glue_core.egg-info/not-zip-safe
glue_core.egg-info/requires.txt
glue_core.egg-info/top_level.txt