Skip to content

Commit

Permalink
Merge pull request #698 from orifox/master
Browse files Browse the repository at this point in the history
Documentation Updates
  • Loading branch information
rosteen authored Jun 29, 2021
2 parents 9f0ff3e + 4997913 commit 9ce4a91
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,22 @@ produced by JWST MIRI), along with 1D spectra extracted from the cube.
**Imviz** provides visualization and quick-look analysis for 2D astronomical
images.

This tool is designed with instrument modes from the James Webb Space Telescope (JWST) in mind, but
the tool should be flexible enough to read in data from many astronomical telescopes. The documentation provides a complete `table of all supported modes <https://jdaviz.readthedocs.io/en/latest/#jwst-instrument-modes-in-jdaviz>`_.


Installing
----------
For details on installing and using JDAViz, see the
`Jdaviz documentation <https://jdaviz.readthedocs.io/en/latest/>`_.

Help
----

If you uncover any issues or bugs, you can
`open a GitHub issue <https://github.com/spacetelescope/jdaviz/issues/new/choose>`_
if they are not already reported. For faster responses, however, we encourage you to
submit a `JWST Help Desk Ticket <https://jwsthelp.stsci.edu>`_.

License
-------
Expand Down
130 changes: 130 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,136 @@ contextual information like on-sky views of the spectrograph slit.
Cubeviz provides a view of spectroscopic data cubes (like those to be
produced by JWST MIRI), along with 1D spectra extracted from the cube.

.. _jdaviz_instrument_table:

JWST Instrument Modes in Jdaviz
===============================

This tool is designed with instrument modes from the James Webb Space Telescope (JWST) in mind, but
the tool should be flexible enough to read in data from many astronomical telescopes. The table below
summarizes Jdaviz file support specific to JWST instrument modes.

.. list-table:: JWST Instrument Modes in Jdaviz
:widths: 25 15 10 15 20
:header-rows: 1

* - Instrument
- Template Mode
- File Type
- Pipeline Level
- Primary Configuration
* - NIRSpec
- MOS
- S2D
- 2b,3
- Mosviz
* -
-
- X1D
- 2b,3
- Specviz
* -
- IFU
- S3D
- 2b,3
- Cubeviz
* -
-
- X1D
- 2b,3
- Specviz
* -
- FS
- S2D
- 2b,3
- Specviz2d
* -
-
- X1D
- 2b,3
- Specviz
* -
- BOTS
- X1DINTS
- --
- No Support
* - NIRISS
- IMAGING
- I2D
- 2b,3
- Imviz
* -
- WFSS
- X1D
- 2b
- Specviz
* -
- AMI
- AMINORM
- --
- No Support
* -
- SOSS
- X1DINTS
- --
- No Support
* - NIRCam
- Imaging
- I2D
- 2b,3
- Imviz
* -
- Coronagraphic Imaging
- I2D
- 2b,3
- Imviz
* -
- WFSS
- X1D
- 2b
- Specviz
* -
- Grism TSO
- X1DINTS
- --
- No Support
* - MIRI
- Imaging
- I2D
- 2b,3
- Imviz
* -
- Coronagraphic Imaging
- I2D
- 2b,3
- Imviz
* -
- LRS-slit
- S2D
- 2b,3
- Specviz2d
* -
-
- X1D
- 2b,3
- Specviz
* -
- LRS-slitless
- X1DINTS
- --
- No Support
* -
- MRS
- S3D
- 2b,3
- Cubeviz
* -
-
- X1D
- 2b, 3
- Specviz


Using Jdaviz
============

Expand Down

0 comments on commit 9ce4a91

Please sign in to comment.