.. _calwebb_dark: calwebb_dark: Dark Processing ============================= :Class: `jwst.pipeline.DarkPipeline` :Alias: calwebb_dark The ``DarkPipeline`` applies basic detector-level corrections to all dark exposures. It is identical to the :ref:`calwebb_detector1 ` pipeline, except that it stops processing immediately before the :ref:`dark_current ` step. The list of steps is shown below. As with the :ref:`calwebb_detector1 ` pipeline, the order of steps is a bit different for MIRI exposures. +---------------------------------------+-----------------------------------------+ | Near-IR | MIRI | +=======================================+=========================================+ | :ref:`group_scale ` | :ref:`group_scale ` | +---------------------------------------+-----------------------------------------+ | :ref:`dq_init ` | :ref:`dq_init ` | +---------------------------------------+-----------------------------------------+ | | :ref:`emicorr ` | +---------------------------------------+-----------------------------------------+ | :ref:`saturation ` | :ref:`saturation ` | +---------------------------------------+-----------------------------------------+ | :ref:`ipc ` [1]_ | :ref:`ipc ` | +---------------------------------------+-----------------------------------------+ | :ref:`superbias ` | :ref:`firstframe ` | +---------------------------------------+-----------------------------------------+ | :ref:`refpix ` | :ref:`lastframe ` | +---------------------------------------+-----------------------------------------+ | :ref:`linearity ` | :ref:`reset ` | +---------------------------------------+-----------------------------------------+ | | :ref:`linearity ` | +---------------------------------------+-----------------------------------------+ | | :ref:`rscd ` | +---------------------------------------+-----------------------------------------+ .. [1] By default, the parameter reference `pars-darkpipeline` retrieved from CRDS will skip the :ref:`ipc ` step. Arguments --------- The ``calwebb_dark`` pipeline has no optional arguments. Inputs ------ 4D raw data +++++++++++ :Data model: `~jwst.datamodels.RampModel` :File suffix: _uncal The input to ``DarkPipeline`` is a single raw dark exposure, which contains the original raw data from all of the detector readouts in the exposure (ncols x nrows x ngroups x nintegrations). Outputs ------- 4D corrected ramp +++++++++++++++++ :Data model: `~jwst.datamodels.RampModel` :File suffix: _dark Result of applying all pipeline steps listed above. Will have the same data dimensions as the input raw 4D data (ncols x nints x ngroups x nints). .. include:: ../references_general/pars-darkpipeline_reffile.inc