Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melanieclarke committed Feb 5, 2025
1 parent f1b46d8 commit c1f751d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions docs/jwst/dark_current/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ subtracted from the corresponding first few integrations of the science exposure
The data in the last integration of the dark reference file is applied to all
remaining science integrations.

The ERR arrays of the science data are currently not modified by this step.

The DQ flags from the dark reference file are propagated into the science
exposure PIXELDQ array using a bitwise OR operation.

Expand Down
2 changes: 0 additions & 2 deletions docs/jwst/linearity/description.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ Special Handling
applied to that group. Any groups for that pixel that are not flagged as
saturated will be corrected.

The ERR array of the input science exposure is not modified.

The flags from the linearity reference file DQ array are propagated into the
PIXELDQ array of the science exposure using a bitwise OR operation.

Expand Down
2 changes: 1 addition & 1 deletion docs/jwst/pipeline/calwebb_detector1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ input will be in the form of a `~jwst.datamodels.Level1bModel`, which only
contains the 4D array of detector pixel values, along with some optional
extensions. When such a file is loaded into the pipeline, it is immediately
converted into a `~jwst.datamodels.RampModel`, and has all additional data arrays
for errors and Data Quality flags created and initialized to zero.
for Data Quality flags created and initialized to zero.

The input can also contain a 3D cube of NIRCam "Frame 0" data, where
each image plane in the 3D cube is the initial frame for each integration in
Expand Down

0 comments on commit c1f751d

Please sign in to comment.