From 67cc0e99713f10208eb314594edb7d53942e317d Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Mon, 18 Nov 2024 10:44:09 -0500 Subject: [PATCH 1/6] adding links to ramp fitting docs for roman and jwst in rampviz --- docs/rampviz/plugins.rst | 17 ++++++++++++++--- .../plugins/ramp_extraction/ramp_extraction.vue | 11 +++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/rampviz/plugins.rst b/docs/rampviz/plugins.rst index 82301ea32b..7050becb75 100644 --- a/docs/rampviz/plugins.rst +++ b/docs/rampviz/plugins.rst @@ -62,6 +62,17 @@ Slice Ramp Extraction =============== -Coming soon. - - +Extract a ramp from a ramp cube. + +Data products from infrared detectors flow through the official +`JWST `_ or +`Roman `_ mission pipelines in levels. Infrared detectors use +an "up-the-ramp" readout pattern, which is summarized in the +`JWST documentation `_. + +The Ramp Extraction plugin is a quick-look tool, and it does not support all of the features of the mission pipelines. +The mission pipelines produce rate images from ramp cubes by fitting the samples up the ramp while accounting for +non-linearity, jumps detected during an integration, saturation, and detector defects. These data quality checks and +corrections are not applied in the Ramp Extraction plugin. For details on how rate images are derived from ramps, see +the `JWST pipeline's ramp fitting step `_ +or the `Roman pipeline's ramp fitting step `_. diff --git a/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue b/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue index da8194b206..96a649fa34 100644 --- a/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue +++ b/jdaviz/configs/rampviz/plugins/ramp_extraction/ramp_extraction.vue @@ -56,6 +56,17 @@
Extract + + + Note: this plugin does not detecting defects in ramps, fit the ramps, or apply corrections. For details on + how rate images are derived from ramps, see the documentation for the + + Roman calibration pipeline or the + + JWST calibration pipeline. + + + Aperture: '{{aperture_selected}}' does not support subpixel: {{aperture_selected_validity.aperture_message}}. From e12672e1946a65224f436edcbc586296c3f9ecf8 Mon Sep 17 00:00:00 2001 From: "Brett M. Morris" Date: Mon, 18 Nov 2024 11:19:45 -0500 Subject: [PATCH 2/6] switch to j-external-link rather than direct html links --- jdaviz/components/external_link.vue | 10 ++++------ .../plugins/ramp_extraction/ramp_extraction.vue | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/jdaviz/components/external_link.vue b/jdaviz/components/external_link.vue index f137fda746..6621dacb48 100644 --- a/jdaviz/components/external_link.vue +++ b/jdaviz/components/external_link.vue @@ -1,10 +1,8 @@