jwst_novt.run_notebook Module

Functions

main(notebook_name, *[, serve_only])

Run a NOVT notebook as a Voila application.

jwst_novt.footprints Module

Functions

nirspec_footprint(ra, dec, pa, *[, ...])

Create NIRSpec footprint regions in sky coordinates.

nircam_short_footprint(ra, dec, pa, *[, ...])

Create NIRCam short channel footprint regions in sky coordinates.

nircam_long_footprint(ra, dec, pa, *[, ...])

Create NIRCam long channel footprint regions in sky coordinates.

nircam_dither_footprint(ra, dec, pa, *[, ...])

Dither and/or mosaic the NIRCam aperture footprint.

source_catalog(catalog_file)

Create point regions for a source catalog.

jwst_novt.timeline Module

Functions

timeline(ra, dec[, start_date, end_date, ...])

Retrieve a visibility timeline for NIRSpec and NIRCam.

jwst_maximum_date()

Retrieve the last available date for JWST ephemerides.

jwst_novt.interact Package