Skip to content

Commit

Permalink
rcal-740 Update 4-D to 3-D
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-stsci committed Jan 17, 2024
1 parent fef1e95 commit 4138ce5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions docs/roman/data_products/product_types.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ the user is running the pipeline. The input for each optional step is the output
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| Pipeline Step | Input | Output(s) | Model | Units | Description |
+================================================+=================+==========================+==================+=====================+=======================================+
| | | uncal | ScienceRawModel | DN | 4-D uncalibrated exposure data |
| | | uncal | ScienceRawModel | DN | 3-D uncalibrated exposure data |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`dq_init <dq_init_step>` | uncal | dq_init (opt) | RampModel | electron | 4-D data quality flags applied |
| :ref:`dq_init <dq_init_step>` | uncal | dq_init (opt) | RampModel | electron | 3-D data quality flags applied |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`saturation <saturation_step>` | | saturation (opt) | RampModel | electron | 4-D data saturated values flagged |
| :ref:`saturation <saturation_step>` | | saturation (opt) | RampModel | electron | 3-D data saturated values flagged |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`reference pixels <refpix>` | | ref_pix (opt) | RampModel | electron | 4-D ref pix corrected data |
| :ref:`reference pixels <refpix>` | | ref_pix (opt) | RampModel | electron | 3-D ref pix corrected data |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`linearity <linearity_step>` | | linearity (opt) | RampModel | electron | 4-D linearity corrected data |
| :ref:`linearity <linearity_step>` | | linearity (opt) | RampModel | electron | 3-D linearity corrected data |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`dark_current <dark_current_step>` | | dark_current (opt) | RampModel | electron | 4-D dark current subtracted data |
| :ref:`dark_current <dark_current_step>` | | dark_current (opt) | RampModel | electron | 3-D dark current subtracted data |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
| :ref:`ramp_fitting <ramp_fitting_step>` | | ramp_fit (opt) | ImageModel | electron/s | 2-D slope corrected data |
+------------------------------------------------+-----------------+--------------------------+------------------+---------------------+---------------------------------------+
Expand Down
4 changes: 2 additions & 2 deletions docs/roman/data_products/science_products.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ process.
| resultantdq | Optional | uint8 | N/A | ncols x nrows x nresultants |
+--------------+----------+------------+-------+-------------------------------+

- data: 4-D data array containing the raw pixel values. The first two dimensions are equal to
- data: 3-D data array containing the raw pixel values. The first two dimensions are equal to
the size of the detector readout, with the data from multiple resultants stored along the 3rd
axis.

Expand Down Expand Up @@ -93,7 +93,7 @@ The ASDF file layout is as follows:
Calibrated data: ``cal``
^^^^^^^^^^^^^^^^^^^^^^^^
The ``cal`` products are the result of runnng the :ref:`romancal.pipeline.ExposurePipeline <exposure_pipeline>`
and yields an `~romancal.datamodels.ImageModel`.
and yields an `~romancal.datamodels.ImageModel`2-D.
Single exposure calibrated products contain many of the same arrays as the previous products.
The calibrated products are the result of an average over all integrations (``cal``).

Expand Down

0 comments on commit 4138ce5

Please sign in to comment.