The Roman Space Telescope Calibration Pipeline¶

Introduction¶
Welcome to the documentation for romancal
. This package contains the
calibration software for the WFI instrument on the Nancy Grace Roman
Space Telescope.
romancal
processes data by applying various corrections to produce
science-ready output products, including fully calibrated individual
exposures as well as high-level data products (e.g., mosaics and catalogs).
The tools in this package allow users to run and configure the pipeline steps to custom process the Roman data. Additionally, the romancal package contains the interface to the Roman datamodels, the recommended method of reading and writing Roman data files in Python.
RomanCal Pipeline
RomanCal Package Index
- Assign WCS
- Associations
- Dark Current Subtraction
- Data Quality (DQ) Initialization
- Flatfield Correction
- Jump Detection
- Linearity Correction
- Outlier Detection
- Pipeline Modules
- Ramp Fitting
- Reference File Information
- Reference Pixel Correction
- Resample
- SkyMatch
- Source Detection
- STPIPE
- TweakReg
Datamodels
- About datamodels
- Working with models
- Metadata
- Working with Roman datamodels and ASDF files
- ModelContainer
ModelContainer
ModelContainer.append()
ModelContainer.close()
ModelContainer.copy()
ModelContainer.crds_observatory
ModelContainer.extend()
ModelContainer.from_asn()
ModelContainer.get_crds_parameters()
ModelContainer.get_sections()
ModelContainer.insert()
ModelContainer.merge_tree()
ModelContainer.models_grouped
ModelContainer.pop()
ModelContainer.read_asn()
ModelContainer.save()
ModelContainer.set_buffer()