Calibrations#

Important

Calibration images are not part of Early Data Preview 2 (EDP2); they will be delivered with the full DP2 release. For more information, see “Rubin Plans for an Early Science Program” (RTN-011).

Calibration products (e.g., combined bias, dark, and flat frames).

Citation: NSF-DOE Vera C. Rubin Observatory (2026); Legacy Survey of Space and Time Data Preview 2: calibrations dataset type DOI Logo <doi-tbd>

Access#

The calibration products are accessible via the Butler.

Unlike other data products, most calibrations are associated with a “validity range” as well as a Butler dataId (e.g., detector and physical_filter), since different calibrations can be valid for different observations. This is usually best provided by also passing an exposure or visit ID when looking up a calibration in addition to the calibration’s regular data ID dimensions, since both exposure and visit are associated with a timespan in the butler database.

Butler#

Examples of dataset types:

  • (‘bias’, {instrument, detector}, ExposureF, isCalibration=True)

  • (‘dark’, {instrument, detector}, ExposureF, isCalibration=True)

  • (‘flat’, {band, instrument, detector, physical_filter}, ExposureF, isCalibration=True)

For a full list of the calibration Butler dataset types and their descriptions, see:

Description#

The process of Instrument Signature Removal (ISR; also called “image reduction”) uses calibration products such as bias, dark, and flat field calibration frames as part of the process to transform raw images into visit images.

Bias images: An exposure obtained with zero exposure time to measure the pedestal level of counts applied during readout.

Dark frames: An exposure obtained with a nonzero exposure time but with no illumination (shutter closed) to measure the detector’s response to the thermal energy in the camera.

Flat fields: An exposure taken with even illumination across the field to measure pixel response variations.

In addition to the combined bias, dark, and flat frames, a number of other calibration products (e.g., defects, crosstalk, linearizer, photon transfer curves, and the brighter-fatter distortion matrix) are produced and used during ISR. See Calibration Butler dataset types for the full list of calibration Butler dataset types and their descriptions.

Processing#

The calibration frames and associated relations and kernels are created by processing calibration images and used in the Instrument signature removal (ISR) pipeline.

Pixel data#

ExposureF calibration products such as the combined bias, dark, and flat have an image plane and a variance plane.

The pixel data units are ADU (analog-to-digital units).

Metadata#

ExposureF calibration frames have a header and bounding box but don’t have a World Coordinate System (WCS) object.

Tutorials#

See the 200-level catalog Tutorials for a notebook on the calibration products.

This page was last modified on .