diff --git a/docs/img/slit_overlay.png b/docs/img/slit_overlay.png deleted file mode 100644 index 325aa5160a..0000000000 Binary files a/docs/img/slit_overlay.png and /dev/null differ diff --git a/docs/mosviz/displayspectra.rst b/docs/mosviz/displayspectra.rst index 677328cd55..b88d508c91 100644 --- a/docs/mosviz/displayspectra.rst +++ b/docs/mosviz/displayspectra.rst @@ -23,9 +23,6 @@ Synchronous Spectral Pan/Zoom ----------------------------- Mosviz assumes the 1D and 2D spectra objects share a relationship in spectral space. As a result, the 1D and 2D spectral viewers have their spectral axes (the horizontal x-axis) linked. As you pan and zoom in spectral space (horizontally) in either of the two spectral viewers, the other will follow, simultaneously panning and zooming by the same amounts. -.. warning:: - If you pan too far away from the bounds of the dataset provided in the 1D or 2D spectral viewers, a warning will be displayed to notify the user. If you go too far, there is a risk of desynchronizing the two viewers. - Defining Spectral Regions ========================= diff --git a/docs/mosviz/img/mosviz_ui.png b/docs/mosviz/img/mosviz_ui.png index 4150eb7cc8..77351c72d4 100644 Binary files a/docs/mosviz/img/mosviz_ui.png and b/docs/mosviz/img/mosviz_ui.png differ diff --git a/docs/mosviz/navigation.rst b/docs/mosviz/navigation.rst index 49306b5923..3cdcea5ae5 100644 --- a/docs/mosviz/navigation.rst +++ b/docs/mosviz/navigation.rst @@ -23,9 +23,9 @@ Clicking on a row in the table viewer populates the other viewers with the data corresponding to that row. Note that the checkbox at the far left of the row does not need to be checked to display the data - that checkbox is related to selecting subsets of rows. By default, 10 rows are shown at a time but this can be changed -with the selector at the bottom right of the table viewer. To the right of the +with the selector at the bottom right of the table viewer. To the right of the rows-per-page selector are left and right arrows that are used to move between -pages of the table, if there is more data than fits on a single page. +pages of the table, if there is more data than fits on a single page. .. _slit-overlay: @@ -33,9 +33,6 @@ pages of the table, if there is more data than fits on a single page. Using the Slit Overlay ====================== -Currently, the option to overlay slit geometry is enabled by default if the +Currently, the option to overlay slit geometry is enabled by default if the required information is present. The option to toggle whether slits are displayed -is located in the top right tool menu under the "Slit Overlay" heading, as seen -in the screenshot below. - -.. image:: ../img/slit_overlay.png +is located in the top right tool menu under the "Slit Overlay" heading. diff --git a/docs/mosviz/notebook.rst b/docs/mosviz/notebook.rst index 66e2c11630..bf76105aa8 100644 --- a/docs/mosviz/notebook.rst +++ b/docs/mosviz/notebook.rst @@ -1,8 +1,8 @@ .. _mosviz-notebook: -*********************************** -Using Mosviz in a Jupyter Notebook -*********************************** +*************************** +Exporting data from Mosviz +*************************** To initialize an instance of the Mosviz app in a Jupyter notebook, simply run the following code in a cell of the notebook: @@ -13,7 +13,7 @@ the following code in a cell of the notebook: mosviz = Mosviz() mosviz.show() -After running the code above, you can interact with the Mosviz application from +After running the code above, you can interact with the Mosviz application from subsequent notebook cells via the API methods attached to the :class:`~jdaviz.configs.mosviz.helper.Mosviz` object, for example loading data into the app as described in :ref:`mosviz-import-api`.