Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space DraftMASTDOCS and version 23.10
Excerpt
hiddentrue

Panel
borderColor#00617E
borderWidth2px
borderStylesolid

On this page...

Table of Contents
maxLevel2
indent24px


Prerequisites

Prior to running Jdaviz as a standalone application, you should:

  1. Make sure Jdaviz is installed on your system
  2. Download the data file you want to analyze

Installing the Software

Installation is fairly straightforward using pip. Open a terminal and type:

Code Block
pip install jdaviz --upgrade

That's all! Once the code has finished executing, you should have a fresh installation on your machine. You may want to familiarize yourself with available commands by entering:

Code Block
jdaviz --help

Running the Application

To start the application, open a terminal window and enter a command of the following type:

Code Block
jdaviz [module] [filename]

For example, if we wanted to open jw01023-o015_t002_miri_ch1-short_s3d.fits fits using the the Cubeviz module we would enter:

Code Block
jdaviz cubeviz jw01023-o015_t002_miri_ch1-short_s3d.fits

This will open a window in your default browser that looks like the image in Figure 1.

Panel
borderColor#00617E
bgColor#E3EEF1
borderWidth2
borderStylesolid
Center

Example JWST SpectraImage Modified

Figure 1 —

 An

An example set of JWST data. Depending on your data selection, you may not see the same analysis elements.

For Further Reading...