LICENSE
MANIFEST.in
README.md
setup.py
AstroCabTools.egg-info/PKG-INFO
AstroCabTools.egg-info/SOURCES.txt
AstroCabTools.egg-info/dependency_links.txt
AstroCabTools.egg-info/entry_points.txt
AstroCabTools.egg-info/requires.txt
AstroCabTools.egg-info/top_level.txt
astrocabtools/__init__.py
astrocabtools/all_tools/src/__init__.py
astrocabtools/all_tools/src/all_tools.py
astrocabtools/all_tools/src/ui/__init__.py
astrocabtools/all_tools/src/ui/all_tools.ui
astrocabtools/all_tools/src/ui/ui_all_tools.py
astrocabtools/cube_ans/src/__init__.py
astrocabtools/cube_ans/src/main.py
astrocabtools/cube_ans/src/io/__init__.py
astrocabtools/cube_ans/src/io/megara_cube_load.py
astrocabtools/cube_ans/src/io/miri_cube_load.py
astrocabtools/cube_ans/src/io/muse_cube_load.py
astrocabtools/cube_ans/src/models/__init__.py
astrocabtools/cube_ans/src/models/ellipseSelection.py
astrocabtools/cube_ans/src/models/globalStats.py
astrocabtools/cube_ans/src/models/rectangleSelection.py
astrocabtools/cube_ans/src/models/rectangleSpectrum.py
astrocabtools/cube_ans/src/ui/__init__.py
astrocabtools/cube_ans/src/ui/backgroundSubtraction.ui
astrocabtools/cube_ans/src/ui/cubeSelection.ui
astrocabtools/cube_ans/src/ui/cube_ans.ui
astrocabtools/cube_ans/src/ui/ellipseCoordinates.ui
astrocabtools/cube_ans/src/ui/ellipseCreation.ui
astrocabtools/cube_ans/src/ui/rectangleCoordinates.ui
astrocabtools/cube_ans/src/ui/rectangleCreation.ui
astrocabtools/cube_ans/src/ui/spectrumParametersSelection.ui
astrocabtools/cube_ans/src/ui/spectrumVisualization.ui
astrocabtools/cube_ans/src/ui/ui_backgroundSubtraction.py
astrocabtools/cube_ans/src/ui/ui_cubeSelection.py
astrocabtools/cube_ans/src/ui/ui_cube_ans.py
astrocabtools/cube_ans/src/ui/ui_ellipseCoordinates.py
astrocabtools/cube_ans/src/ui/ui_ellipseCreation.py
astrocabtools/cube_ans/src/ui/ui_rectangleCoordinates.py
astrocabtools/cube_ans/src/ui/ui_rectangleCreation.py
astrocabtools/cube_ans/src/ui/ui_spectrumParametersSelection.py
astrocabtools/cube_ans/src/ui/ui_spectrumVisualization.py
astrocabtools/cube_ans/src/ui/ui_wavelengthRangeSelection.py
astrocabtools/cube_ans/src/ui/wavelengthRangeSelection.ui
astrocabtools/cube_ans/src/utils/__init__.py
astrocabtools/cube_ans/src/utils/aperture_operations.py
astrocabtools/cube_ans/src/utils/basic_transformations.py
astrocabtools/cube_ans/src/utils/ellipse_xy_transformations.py
astrocabtools/cube_ans/src/utils/rectangle_xy_transformations.py
astrocabtools/cube_ans/src/viewers/__init__.py
astrocabtools/cube_ans/src/viewers/backgroundSubtraction.py
astrocabtools/cube_ans/src/viewers/cubeSelection.py
astrocabtools/cube_ans/src/viewers/cube_ans.py
astrocabtools/cube_ans/src/viewers/ellipseCoordinates.py
astrocabtools/cube_ans/src/viewers/ellipseCreation.py
astrocabtools/cube_ans/src/viewers/rectangleCoordinates.py
astrocabtools/cube_ans/src/viewers/rectangleCreation.py
astrocabtools/cube_ans/src/viewers/spectrumParametersSelection.py
astrocabtools/cube_ans/src/viewers/spectrumVisualization.py
astrocabtools/cube_ans/src/viewers/wavelengthRangeSelection.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/__init__.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/__init__.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/ellipseInteractions.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/mplInteraction.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/panOnClick.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/panZoom.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/rectangleInteractions.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/cubeAnsCanvas/zoomOnWheel.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/imageRangeCanvas/__init__.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/imageRangeCanvas/mplInteraction.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/imageRangeCanvas/panOnClick.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/imageRangeCanvas/panZoom.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/imageRangeCanvas/zoomOnWheel.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/__init__.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/mplInteraction.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/panOnClick.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/panZoom.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/rectangleCreationOnClick.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/rectangleInteractionsOnClick.py
astrocabtools/cube_ans/src/viewers/canvas_interaction/spectrumCanvas/zoomOnWheel.py
astrocabtools/cube_ans/tests/__init__.py
astrocabtools/cube_ans/tests/test_aperture.py
astrocabtools/cube_ans/tests/test_background_subtraction.py
astrocabtools/cube_ans/tests/test_fits_load.py
astrocabtools/cube_ans/tests/templates/dither_ch2-medium_s3d.fits
astrocabtools/fit_line/src/__init__.py
astrocabtools/fit_line/src/main.py
astrocabtools/fit_line/src/io/__init__.py
astrocabtools/fit_line/src/io/ascii_load.py
astrocabtools/fit_line/src/io/fits_load.py
astrocabtools/fit_line/src/io/spec_cube_load.py
astrocabtools/fit_line/src/models/__init__.py
astrocabtools/fit_line/src/models/doubleGaussModelCreation.py
astrocabtools/fit_line/src/models/exponentialModelCreation.py
astrocabtools/fit_line/src/models/exponentialPointsData.py
astrocabtools/fit_line/src/models/gaussModelCreation.py
astrocabtools/fit_line/src/models/gaussPointsData.py
astrocabtools/fit_line/src/models/lineModelCreation.py
astrocabtools/fit_line/src/models/linePointsData.py
astrocabtools/fit_line/src/models/lorentzGaussModelCreation.py
astrocabtools/fit_line/src/models/lorentzModelCreation.py
astrocabtools/fit_line/src/models/lorentzPointsData.py
astrocabtools/fit_line/src/models/moffatModelCreation.py
astrocabtools/fit_line/src/models/moffatPointsData.py
astrocabtools/fit_line/src/models/powerLawModelCreation.py
astrocabtools/fit_line/src/models/powerLawPointsData.py
astrocabtools/fit_line/src/models/pseudoVoigtModelCreation.py
astrocabtools/fit_line/src/models/pseudoVoigtPointsData.py
astrocabtools/fit_line/src/models/quadraticModelCreation.py
astrocabtools/fit_line/src/models/quadraticPointsData.py
astrocabtools/fit_line/src/models/voigtModelCreation.py
astrocabtools/fit_line/src/models/voigtPointsData.py
astrocabtools/fit_line/src/ui/__init__.py
astrocabtools/fit_line/src/ui/fit_line.ui
astrocabtools/fit_line/src/ui/modelDataVisualization.ui
astrocabtools/fit_line/src/ui/residualsVisualization.ui
astrocabtools/fit_line/src/ui/spectrumSelection.ui
astrocabtools/fit_line/src/ui/ui_fit_line.py
astrocabtools/fit_line/src/ui/ui_modelDataVisualization.py
astrocabtools/fit_line/src/ui/ui_residualsVisualization.py
astrocabtools/fit_line/src/ui/ui_spectrumSelection.py
astrocabtools/fit_line/src/utils/__init__.py
astrocabtools/fit_line/src/utils/command_pattern.py
astrocabtools/fit_line/src/utils/fitting_model_creation.py
astrocabtools/fit_line/src/utils/units_conversion.py
astrocabtools/fit_line/src/viewers/__init__.py
astrocabtools/fit_line/src/viewers/fit_line.py
astrocabtools/fit_line/src/viewers/modelDataCreatedListWidget.py
astrocabtools/fit_line/src/viewers/modelDataVisualization.py
astrocabtools/fit_line/src/viewers/residualsVisualization.py
astrocabtools/fit_line/src/viewers/spectrumSelection.py
astrocabtools/fit_line/src/viewers/canvas_interaction/__init__.py
astrocabtools/fit_line/src/viewers/canvas_interaction/panZoomFitLine.py
astrocabtools/fit_line/src/viewers/canvas_interaction/panZoomResiduals.py
astrocabtools/fit_line/tests/__init__.py
astrocabtools/fit_line/tests/test_ascii_load.py
astrocabtools/fit_line/tests/test_figureCreation.py
astrocabtools/fit_line/tests/test_fits_load.py
astrocabtools/fit_line/tests/test_oneGaussCreation.py
astrocabtools/fit_line/tests/test_transform_units.py
astrocabtools/fit_line/tests/test_twoGaussCreation.py
astrocabtools/fit_line/tests/templates/M82_ISO.txt
astrocabtools/fit_line/tests/templates/NGC_0034_norm.txt
astrocabtools/fit_line/tests/templates/NGC_1068_ISO.txt
astrocabtools/fit_line/tests/templates/NGC_1614_norm.txt
astrocabtools/fit_line/tests/templates/NGC_7469_norm.txt
astrocabtools/fit_line/tests/templates/NGC_7674_norm.txt
astrocabtools/fit_line/tests/templates/NGC_7714_norm.txt
astrocabtools/fit_line/tests/templates/e2e_asn_ch1-medium_extract_1d.fits
astrocabtools/fit_line/tests/templates/e2e_asn_ch3-short_extract_1d.fits
astrocabtools/mrs_chan/src/__init__.py
astrocabtools/mrs_chan/src/main.py
astrocabtools/mrs_chan/src/ui/__init__.py
astrocabtools/mrs_chan/src/ui/mrs_chan.ui
astrocabtools/mrs_chan/src/ui/ui_mrs_chan.py
astrocabtools/mrs_chan/src/utils/__init__.py
astrocabtools/mrs_chan/src/utils/subbandRange.py
astrocabtools/mrs_chan/src/viewers/__init__.py
astrocabtools/mrs_chan/src/viewers/mrs_chan.py
astrocabtools/mrs_det_plot/src/__init__.py
astrocabtools/mrs_det_plot/src/main.py
astrocabtools/mrs_det_plot/src/io/__init__.py
astrocabtools/mrs_det_plot/src/io/fits_image_load.py
astrocabtools/mrs_det_plot/src/models/__init__.py
astrocabtools/mrs_det_plot/src/models/fits.py
astrocabtools/mrs_det_plot/src/models/globalStats.py
astrocabtools/mrs_det_plot/src/models/imgPlot.py
astrocabtools/mrs_det_plot/src/ui/__init__.py
astrocabtools/mrs_det_plot/src/ui/axisPlot.ui
astrocabtools/mrs_det_plot/src/ui/imagesFits.ui
astrocabtools/mrs_det_plot/src/ui/mrs_det_plot.ui
astrocabtools/mrs_det_plot/src/ui/pointPlot.ui
astrocabtools/mrs_det_plot/src/ui/ui_axis_plot.py
astrocabtools/mrs_det_plot/src/ui/ui_images_fits.py
astrocabtools/mrs_det_plot/src/ui/ui_mrs_det_plot.py
astrocabtools/mrs_det_plot/src/ui/ui_point_plot.py
astrocabtools/mrs_det_plot/src/utils/__init__.py
astrocabtools/mrs_det_plot/src/utils/get_clicked_values.py
astrocabtools/mrs_det_plot/src/viewers/__init__.py
astrocabtools/mrs_det_plot/src/viewers/axisPlots.py
astrocabtools/mrs_det_plot/src/viewers/imagesFits.py
astrocabtools/mrs_det_plot/src/viewers/mrs_det_plot.py
astrocabtools/mrs_det_plot/src/viewers/pointPlot.py
astrocabtools/mrs_det_plot/src/viewers/canvas_interaction/__init__.py
astrocabtools/mrs_det_plot/src/viewers/canvas_interaction/panZoom.py
astrocabtools/mrs_spec_chan/src/__init__.py
astrocabtools/mrs_spec_chan/src/main.py
astrocabtools/mrs_spec_chan/src/templates/M82_ISO.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_0034_norm.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_1068_ISO.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_1614_norm.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_7469_norm.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_7674_norm.txt
astrocabtools/mrs_spec_chan/src/templates/NGC_7714_norm.txt
astrocabtools/mrs_spec_chan/src/ui/__init__.py
astrocabtools/mrs_spec_chan/src/ui/loiSelection.ui
astrocabtools/mrs_spec_chan/src/ui/mrs_spec_chan.ui
astrocabtools/mrs_spec_chan/src/ui/spectrumSelection.ui
astrocabtools/mrs_spec_chan/src/ui/templateSelection.ui
astrocabtools/mrs_spec_chan/src/ui/ui_loi_selection.py
astrocabtools/mrs_spec_chan/src/ui/ui_mrs_spec_chan.py
astrocabtools/mrs_spec_chan/src/ui/ui_spectrum_selection.py
astrocabtools/mrs_spec_chan/src/ui/ui_template_selection.py
astrocabtools/mrs_spec_chan/src/utils/__init__.py
astrocabtools/mrs_spec_chan/src/utils/constants.py
astrocabtools/mrs_spec_chan/src/utils/fileDialogProxyModel.py
astrocabtools/mrs_spec_chan/src/utils/operations.py
astrocabtools/mrs_spec_chan/src/viewers/__init__.py
astrocabtools/mrs_spec_chan/src/viewers/lineOfInterestSelectionListWidget.py
astrocabtools/mrs_spec_chan/src/viewers/loiSelection.py
astrocabtools/mrs_spec_chan/src/viewers/mrs_spec_chan.py
astrocabtools/mrs_spec_chan/src/viewers/spectrumManageListWidget.py
astrocabtools/mrs_spec_chan/src/viewers/spectrumSelection.py
astrocabtools/mrs_spec_chan/src/viewers/spectrumSelectionListWidget.py
astrocabtools/mrs_spec_chan/src/viewers/templateSelection.py
astrocabtools/mrs_spec_chan/src/viewers/canvas_interaction/__init__.py
astrocabtools/mrs_spec_chan/src/viewers/canvas_interaction/panZoom.py
astrocabtools/mrs_subviz/src/__init__.py
astrocabtools/mrs_subviz/src/main.py
astrocabtools/mrs_subviz/src/io/__init__.py
astrocabtools/mrs_subviz/src/io/directory_miri_cube_load.py
astrocabtools/mrs_subviz/src/io/lines_load.py
astrocabtools/mrs_subviz/src/io/miri_cube_load.py
astrocabtools/mrs_subviz/src/models/__init__.py
astrocabtools/mrs_subviz/src/models/centroidCoordinates.py
astrocabtools/mrs_subviz/src/models/cubeCurrState.py
astrocabtools/mrs_subviz/src/models/cubePatchesData.py
astrocabtools/mrs_subviz/src/models/cubeStats.py
astrocabtools/mrs_subviz/src/models/cubeViewerData.py
astrocabtools/mrs_subviz/src/models/ellipseSelection.py
astrocabtools/mrs_subviz/src/models/rectangleBackgData.py
astrocabtools/mrs_subviz/src/models/rectangleSelection.py
astrocabtools/mrs_subviz/src/models/wedgesData.py
astrocabtools/mrs_subviz/src/ui/__init__.py
astrocabtools/mrs_subviz/src/ui/backgroundSubtraction.ui
astrocabtools/mrs_subviz/src/ui/centroidAreaSelection.ui
astrocabtools/mrs_subviz/src/ui/centroidCoordinates.ui
astrocabtools/mrs_subviz/src/ui/centroidWavelengthSelection.ui
astrocabtools/mrs_subviz/src/ui/cubeLoader.ui
astrocabtools/mrs_subviz/src/ui/cubeSelection.ui
astrocabtools/mrs_subviz/src/ui/cubeViewer.ui
astrocabtools/mrs_subviz/src/ui/ellipseCoordinates.ui
astrocabtools/mrs_subviz/src/ui/ellipseCreation.ui
astrocabtools/mrs_subviz/src/ui/loiSelection.ui
astrocabtools/mrs_subviz/src/ui/rectangleCoordinates.ui
astrocabtools/mrs_subviz/src/ui/rectangleCreation.ui
astrocabtools/mrs_subviz/src/ui/sliceManager.ui
astrocabtools/mrs_subviz/src/ui/spectrumParametersSelection.ui
astrocabtools/mrs_subviz/src/ui/spectrumVisualization.ui
astrocabtools/mrs_subviz/src/ui/styleManager.ui
astrocabtools/mrs_subviz/src/ui/styleManagerCubeViewer.ui
astrocabtools/mrs_subviz/src/ui/sub_viz.ui
astrocabtools/mrs_subviz/src/ui/ui_backgroundSubtraction.py
astrocabtools/mrs_subviz/src/ui/ui_centroidAreaSelection.py
astrocabtools/mrs_subviz/src/ui/ui_centroidCoordinates.py
astrocabtools/mrs_subviz/src/ui/ui_centroidWavelengthSelection.py
astrocabtools/mrs_subviz/src/ui/ui_cubeLoader.py
astrocabtools/mrs_subviz/src/ui/ui_cubeSelection.py
astrocabtools/mrs_subviz/src/ui/ui_cubeViewer.py
astrocabtools/mrs_subviz/src/ui/ui_ellipseCoordinates.py
astrocabtools/mrs_subviz/src/ui/ui_ellipseCreation.py
astrocabtools/mrs_subviz/src/ui/ui_loiSelection.py
astrocabtools/mrs_subviz/src/ui/ui_rectangleCoordinates.py
astrocabtools/mrs_subviz/src/ui/ui_rectangleCreation.py
astrocabtools/mrs_subviz/src/ui/ui_sliceManager.py
astrocabtools/mrs_subviz/src/ui/ui_spectrumParameterSelection.py
astrocabtools/mrs_subviz/src/ui/ui_spectrumVisualization.py
astrocabtools/mrs_subviz/src/ui/ui_styleManager.py
astrocabtools/mrs_subviz/src/ui/ui_styleManagerCubeViewer.py
astrocabtools/mrs_subviz/src/ui/ui_sub_viz.py
astrocabtools/mrs_subviz/src/utils/__init__.py
astrocabtools/mrs_subviz/src/utils/background_xy_transformations.py
astrocabtools/mrs_subviz/src/utils/basic_transformations.py
astrocabtools/mrs_subviz/src/utils/centroid_operations.py
astrocabtools/mrs_subviz/src/utils/constants.py
astrocabtools/mrs_subviz/src/utils/ellipse_xy_transformations.py
astrocabtools/mrs_subviz/src/utils/lines_galaxies.txt
astrocabtools/mrs_subviz/src/utils/rectangle_xy_transformations.py
astrocabtools/mrs_subviz/src/utils/subband_contiguous.py
astrocabtools/mrs_subviz/src/utils/subband_position.py
astrocabtools/mrs_subviz/src/viewers/__init__.py
astrocabtools/mrs_subviz/src/viewers/backgroundSubtraction.py
astrocabtools/mrs_subviz/src/viewers/centroidAreaSelection.py
astrocabtools/mrs_subviz/src/viewers/centroidCoordinates.py
astrocabtools/mrs_subviz/src/viewers/centroidWavelengthSelection.py
astrocabtools/mrs_subviz/src/viewers/cubeFileDialogProxyModel.py
astrocabtools/mrs_subviz/src/viewers/cubeLoader.py
astrocabtools/mrs_subviz/src/viewers/cubeSelection.py
astrocabtools/mrs_subviz/src/viewers/cubeViewer.py
astrocabtools/mrs_subviz/src/viewers/ellipseCoordinates.py
astrocabtools/mrs_subviz/src/viewers/ellipseCreation.py
astrocabtools/mrs_subviz/src/viewers/lineOfInterestSelectionListWidget.py
astrocabtools/mrs_subviz/src/viewers/loiSelection.py
astrocabtools/mrs_subviz/src/viewers/rectangleCoordinates.py
astrocabtools/mrs_subviz/src/viewers/rectangleCreation.py
astrocabtools/mrs_subviz/src/viewers/sliceManager.py
astrocabtools/mrs_subviz/src/viewers/spectrumParametersSelection.py
astrocabtools/mrs_subviz/src/viewers/spectrumVisualization.py
astrocabtools/mrs_subviz/src/viewers/styleManager.py
astrocabtools/mrs_subviz/src/viewers/styleManagerCubeViewer.py
astrocabtools/mrs_subviz/src/viewers/sub_viz.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/__init__.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/__init__.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/mplInteraction.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/panOnClick.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/panZoom.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/rectangleCentroidSelection.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/centroidAreaSelectionCanvas/zoomOnWheel.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/__init__.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/ellipseInteractions.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/mplInteraction.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/panOnClick.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/panZoom.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/rectangleInteractions.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/cubeViewerCanvas/zoomOnWheel.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/spectrumCanvas/__init__.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/spectrumCanvas/mplInteraction.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/spectrumCanvas/panOnClick.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/spectrumCanvas/panZoom.py
astrocabtools/mrs_subviz/src/viewers/canvas_interaction/spectrumCanvas/zoomOnWheel.py
astrocabtools/mrs_subviz/tests/__init__.py
astrocabtools/mrs_subviz/tests/test_aperture.py
astrocabtools/mrs_subviz/tests/test_background_subtraction.py
astrocabtools/mrs_subviz/tests/test_fits_load.py
astrocabtools/mrs_subviz/tests/templates/dither_ch2-medium_s3d.fits
astrocabtools/quick_spec/src/__init__.py
astrocabtools/quick_spec/src/main.py
astrocabtools/quick_spec/src/io/__init__.py
astrocabtools/quick_spec/src/io/ascii_load.py
astrocabtools/quick_spec/src/ui/__init__.py
astrocabtools/quick_spec/src/ui/quick_spec.ui
astrocabtools/quick_spec/src/ui/spectrumSelection.ui
astrocabtools/quick_spec/src/ui/ui_quick_spec.py
astrocabtools/quick_spec/src/ui/ui_spectrumSelection.py
astrocabtools/quick_spec/src/utils/__init__.py
astrocabtools/quick_spec/src/utils/command_pattern.py
astrocabtools/quick_spec/src/viewers/__init__.py
astrocabtools/quick_spec/src/viewers/quick_spec.py
astrocabtools/quick_spec/src/viewers/spectrumSelection.py
astrocabtools/quick_spec/src/viewers/canvas_interaction/__init__.py
astrocabtools/quick_spec/src/viewers/canvas_interaction/panZoomQuickSpec.py
docs/Makefile
docs/all_tools_tutorial.rst
docs/conf.py
docs/fit_line_tutorial.rst
docs/index.rst
docs/layout.html
docs/make.bat
docs/mrs_chan_tutorial.rst
docs/mrs_det_plot_tutorial.rst
docs/mrs_spec_chan_tutorial.rst
docs/templates.rst
docs/_build/doctrees/all_tools_tutorial.doctree
docs/_build/doctrees/cube_ans_tutorial.doctree
docs/_build/doctrees/custom_look.doctree
docs/_build/doctrees/environment.pickle
docs/_build/doctrees/extensions.doctree
docs/_build/doctrees/fit_line_tutorial.doctree
docs/_build/doctrees/getting_started.doctree
docs/_build/doctrees/index.doctree
docs/_build/doctrees/ipython_directive.doctree
docs/_build/doctrees/mrs_chan_tutorial.doctree
docs/_build/doctrees/mrs_det_plot_tutorial.doctree
docs/_build/doctrees/mrs_spec_chan_tutorial.doctree
docs/_build/doctrees/templates.doctree
docs/_build/html/.buildinfo
docs/_build/html/.nojekyll
docs/_build/html/all_tools_tutorial.html
docs/_build/html/cube_ans_tutorial.html
docs/_build/html/custom_look.html
docs/_build/html/extensions.html
docs/_build/html/fit_line_tutorial.html
docs/_build/html/genindex.html
docs/_build/html/getting_started.html
docs/_build/html/index.html
docs/_build/html/ipython_directive.html
docs/_build/html/mrs_chan_tutorial.html
docs/_build/html/mrs_det_plot_tutorial.html
docs/_build/html/mrs_spec_chan_tutorial.html
docs/_build/html/objects.inv
docs/_build/html/search.html
docs/_build/html/searchindex.js
docs/_build/html/templates.html
docs/_build/html/_images/CAB_CAM.png
docs/_build/html/_images/LogoFinal.png
docs/_build/html/_images/basic_screenshot.png
docs/_build/html/_images/fancy_screenshot.png
docs/_build/html/_images/proj1-in1.PNG
docs/_build/html/_images/proj1-in2.PNG
docs/_build/html/_images/proj1-re1.PNG
docs/_build/html/_images/proj1-re2.PNG
docs/_build/html/_images/proj1-re3.PNG
docs/_build/html/_images/proj2-in1.PNG
docs/_build/html/_images/proj2-in2.PNG
docs/_build/html/_images/proj2-in3.PNG
docs/_build/html/_images/proj2-in4.png
docs/_build/html/_images/proj2-re1.png
docs/_build/html/_images/proj2-re10.png
docs/_build/html/_images/proj2-re11.png
docs/_build/html/_images/proj2-re12.png
docs/_build/html/_images/proj2-re2.png
docs/_build/html/_images/proj2-re3.png
docs/_build/html/_images/proj2-re4.png
docs/_build/html/_images/proj2-re5.png
docs/_build/html/_images/proj2-re6.png
docs/_build/html/_images/proj2-re7.png
docs/_build/html/_images/proj2-re8.png
docs/_build/html/_images/proj2-re9.png
docs/_build/html/_images/proj3-in1.PNG
docs/_build/html/_images/proj3-in2.PNG
docs/_build/html/_images/proj3-in4.PNG
docs/_build/html/_images/proj3-re10.PNG
docs/_build/html/_images/proj3-re11.PNG
docs/_build/html/_images/proj3-re12.PNG
docs/_build/html/_images/proj3-re13.PNG
docs/_build/html/_images/proj3-re14.PNG
docs/_build/html/_images/proj3-re15.PNG
docs/_build/html/_images/proj3-re16.PNG
docs/_build/html/_images/proj3-re17.png
docs/_build/html/_images/proj3-re18.png
docs/_build/html/_images/proj3-re3.PNG
docs/_build/html/_images/proj3-re4.PNG
docs/_build/html/_images/proj3-re5.PNG
docs/_build/html/_images/proj3-re6.PNG
docs/_build/html/_images/proj3-re7.PNG
docs/_build/html/_images/proj4-in1.png
docs/_build/html/_images/proj4-in2.png
docs/_build/html/_images/proj4-in9.png
docs/_build/html/_images/proj4-re1.png
docs/_build/html/_images/proj4-re10.png
docs/_build/html/_images/proj4-re11.png
docs/_build/html/_images/proj4-re12.png
docs/_build/html/_images/proj4-re13.png
docs/_build/html/_images/proj4-re14.png
docs/_build/html/_images/proj4-re2.png
docs/_build/html/_images/proj4-re3.png
docs/_build/html/_images/proj4-re4.png
docs/_build/html/_images/proj4-re5.png
docs/_build/html/_images/proj4-re6.png
docs/_build/html/_images/proj4-re7.png
docs/_build/html/_images/proj4-re8.png
docs/_build/html/_images/proj4-re9.png
docs/_build/html/_images/proj5-in1.png
docs/_build/html/_images/proj5-re1.png
docs/_build/html/_sources/all_tools_tutorial.rst.txt
docs/_build/html/_sources/cube_ans_tutorial.rst.txt
docs/_build/html/_sources/custom_look.rst.txt
docs/_build/html/_sources/extensions.rst.txt
docs/_build/html/_sources/fit_line_tutorial.rst.txt
docs/_build/html/_sources/getting_started.rst.txt
docs/_build/html/_sources/index.rst.txt
docs/_build/html/_sources/ipython_directive.rst.txt
docs/_build/html/_sources/mrs_chan_tutorial.rst.txt
docs/_build/html/_sources/mrs_det_plot_tutorial.rst.txt
docs/_build/html/_sources/mrs_spec_chan_tutorial.rst.txt
docs/_build/html/_sources/templates.rst.txt
docs/_build/html/_static/CAB_CAM.png
docs/_build/html/_static/LogoFinal.png
docs/_build/html/_static/alabaster.css
docs/_build/html/_static/alert_info_32.png
docs/_build/html/_static/alert_warning_32.png
docs/_build/html/_static/background_b01.png
docs/_build/html/_static/basic.css
docs/_build/html/_static/basic_screenshot.png
docs/_build/html/_static/bg-page.png
docs/_build/html/_static/bizstyle.css
docs/_build/html/_static/bizstyle.js
docs/_build/html/_static/bullet_orange.png
docs/_build/html/_static/contents.png
docs/_build/html/_static/css3-mediaqueries.js
docs/_build/html/_static/css3-mediaqueries_src.js
docs/_build/html/_static/custom.css
docs/_build/html/_static/default.css
docs/_build/html/_static/doctools.js
docs/_build/html/_static/documentation_options.js
docs/_build/html/_static/fancy_screenshot.png
docs/_build/html/_static/file.png
docs/_build/html/_static/glpi.css
docs/_build/html/_static/haiku.css
docs/_build/html/_static/jquery-3.2.1.js
docs/_build/html/_static/jquery-3.5.1.js
docs/_build/html/_static/jquery.fancybox.min.css
docs/_build/html/_static/jquery.fancybox.min.js
docs/_build/html/_static/jquery.js
docs/_build/html/_static/language_data.js
docs/_build/html/_static/minus.png
docs/_build/html/_static/navigation.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/proj1-in1.PNG
docs/_build/html/_static/proj1-in2.PNG
docs/_build/html/_static/proj1-re1.PNG
docs/_build/html/_static/proj1-re2.PNG
docs/_build/html/_static/proj1-re3.PNG
docs/_build/html/_static/proj2-1.png
docs/_build/html/_static/proj2-in1.PNG
docs/_build/html/_static/proj2-in2.PNG
docs/_build/html/_static/proj2-in3.PNG
docs/_build/html/_static/proj2-in4.png
docs/_build/html/_static/proj2-re1.png
docs/_build/html/_static/proj2-re10.png
docs/_build/html/_static/proj2-re11.png
docs/_build/html/_static/proj2-re12.png
docs/_build/html/_static/proj2-re2.png
docs/_build/html/_static/proj2-re3.png
docs/_build/html/_static/proj2-re4.png
docs/_build/html/_static/proj2-re5.png
docs/_build/html/_static/proj2-re6.png
docs/_build/html/_static/proj2-re7.png
docs/_build/html/_static/proj2-re8.png
docs/_build/html/_static/proj2-re9.png
docs/_build/html/_static/proj3-in1.PNG
docs/_build/html/_static/proj3-in2.PNG
docs/_build/html/_static/proj3-in4.PNG
docs/_build/html/_static/proj3-re10.PNG
docs/_build/html/_static/proj3-re11.PNG
docs/_build/html/_static/proj3-re12.PNG
docs/_build/html/_static/proj3-re13.PNG
docs/_build/html/_static/proj3-re14.PNG
docs/_build/html/_static/proj3-re15.PNG
docs/_build/html/_static/proj3-re16.PNG
docs/_build/html/_static/proj3-re17.png
docs/_build/html/_static/proj3-re18.png
docs/_build/html/_static/proj3-re3.PNG
docs/_build/html/_static/proj3-re4.PNG
docs/_build/html/_static/proj3-re5.PNG
docs/_build/html/_static/proj3-re6.PNG
docs/_build/html/_static/proj3-re7.PNG
docs/_build/html/_static/proj4-in1.png
docs/_build/html/_static/proj4-in2.png
docs/_build/html/_static/proj4-in9.png
docs/_build/html/_static/proj4-re1.png
docs/_build/html/_static/proj4-re10.png
docs/_build/html/_static/proj4-re11.png
docs/_build/html/_static/proj4-re12.png
docs/_build/html/_static/proj4-re13.png
docs/_build/html/_static/proj4-re14.png
docs/_build/html/_static/proj4-re2.png
docs/_build/html/_static/proj4-re3.png
docs/_build/html/_static/proj4-re4.png
docs/_build/html/_static/proj4-re5.png
docs/_build/html/_static/proj4-re6.png
docs/_build/html/_static/proj4-re7.png
docs/_build/html/_static/proj4-re8.png
docs/_build/html/_static/proj4-re9.png
docs/_build/html/_static/proj5-in1.png
docs/_build/html/_static/proj5-re1.png
docs/_build/html/_static/pygments.css
docs/_build/html/_static/searchtools.js
docs/_build/html/_static/sphinxdoc.css
docs/_build/html/_static/underscore-1.3.1.js
docs/_build/html/_static/underscore.js
docs/_build/html/_static/css/badge_only.css
docs/_build/html/_static/css/theme.css
docs/_build/html/_static/fonts/Inconsolata-Bold.ttf
docs/_build/html/_static/fonts/Inconsolata-Regular.ttf
docs/_build/html/_static/fonts/Lato-Bold.ttf
docs/_build/html/_static/fonts/Lato-Regular.ttf
docs/_build/html/_static/fonts/RobotoSlab-Bold.ttf
docs/_build/html/_static/fonts/RobotoSlab-Regular.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.eot
docs/_build/html/_static/fonts/fontawesome-webfont.svg
docs/_build/html/_static/fonts/fontawesome-webfont.ttf
docs/_build/html/_static/fonts/fontawesome-webfont.woff
docs/_build/html/_static/fonts/fontawesome-webfont.woff2
docs/_build/html/_static/images/glpi.png
docs/_build/html/_static/js/modernizr.min.js
docs/_build/html/_static/js/theme.js
docs/_static/LogoFinal.png
docs/_static/proj1-in1.PNG
docs/_static/proj1-in2.PNG
docs/_static/proj1-re1.PNG
docs/_static/proj1-re2.PNG
docs/_static/proj1-re3.PNG
docs/_static/proj2-in1.PNG
docs/_static/proj2-in2.PNG
docs/_static/proj2-in3.PNG
docs/_static/proj2-in4.png
docs/_static/proj2-re1.png
docs/_static/proj2-re10.png
docs/_static/proj2-re11.png
docs/_static/proj2-re12.png
docs/_static/proj2-re2.png
docs/_static/proj2-re3.png
docs/_static/proj2-re4.png
docs/_static/proj2-re5.png
docs/_static/proj2-re6.png
docs/_static/proj2-re7.png
docs/_static/proj2-re8.png
docs/_static/proj2-re9.png
docs/_static/proj3-in1.PNG
docs/_static/proj3-in2.PNG
docs/_static/proj3-in4.PNG
docs/_static/proj3-re10.PNG
docs/_static/proj3-re11.PNG
docs/_static/proj3-re12.PNG
docs/_static/proj3-re13.PNG
docs/_static/proj3-re14.PNG
docs/_static/proj3-re15.PNG
docs/_static/proj3-re16.PNG
docs/_static/proj3-re17.png
docs/_static/proj3-re18.png
docs/_static/proj3-re3.PNG
docs/_static/proj3-re4.PNG
docs/_static/proj3-re5.PNG
docs/_static/proj3-re6.PNG
docs/_static/proj3-re7.PNG
docs/_static/proj4-in1.png
docs/_static/proj4-in2.png
docs/_static/proj4-in9.png
docs/_static/proj4-re1.png
docs/_static/proj4-re10.png
docs/_static/proj4-re11.png
docs/_static/proj4-re12.png
docs/_static/proj4-re2.png
docs/_static/proj4-re3.png
docs/_static/proj4-re4.png
docs/_static/proj4-re5.png
docs/_static/proj4-re6.png
docs/_static/proj4-re7.png
docs/_static/proj4-re8.png
docs/_static/proj4-re9.png
docs/_static/proj5-in1.png