| S/N Estimator |
compute_uncertainties_internally |
internally estimates the uncertainty for each pixel in the image when no independent uncertainty estimate is available. Only use if you do not trust the uncertainty images provided with your data download. |
none |
| MedFilter |
run_medfilter |
performs background subtraction of the individual images. Only required if you intend to use Single Frame or Dual Outlier detection. |
none |
| Detect RadHit |
run_detect_radhit |
performs single frame radhit rejection. It is the simplest of the outlier rejection schemes. |
none |
| Fiducial Image Frame |
run_fiducial_image_frame |
creates the unified grid coordinate system and defines the spatial boundaries that will include all of the input data frames (the FIF table). |
none |
| Mosaic Geometry |
run_mosaic_geom |
finds all of the input images that overlap with the FIF table, allowing the user to make a mosaic of a subset of the input data frames. |
none, but requires a hand-edited version of the Fiducial Image Frame table. |
| Mosaic Interpolate |
run_mosaic_int |
performs a projection of input images onto a 2D plane defined by the FIF table and interpolates the input pixels to the output array. Also corrects for optical distortion in the input images. |
Uses the output from S/N Estimator (but only if S/N Estimator is turned on).
|
| Detect (Outlier) |
run_detect_outlier |
first of four modules run as part of dual outlier detection. Performs image segmentation and produces detection maps of point sources and radhits. |
none |
| Mosaic Projection |
run_mosaic_proj |
second of four modules run as part of dual outlier detection. Projects the detection maps from Detect (Outlier) onto a common reference frame, and interpolates.
| Detect (Outlier) |
| Mosaic Coverage |
run_mosaic_covg |
produces a preliminary coverage map covering the whole FIF for use in the later module Mosaic RMask. |
Mosaic Interpolate |
| Mosaic Dual Outlier |
run_mosaic_dual_outlier |
third of four modules run as part of dual outlier detection. Applies the user-defined criteria to classify outliers using both spatial and temporal information. |
Mosaic Projection |
| Level |
run_level |
last of four modules run as part of dual outlier detection. Corrects the dual outlier maps produced in Mosaic Dual Outlier to ensure that the edges of point sources are not accidentally rejected |
Mosaic Dual Outlier |
| Mosaic Outlier |
run_mosaic_outlier |
runs the multiframe outlier rejection method to flag bad pixels. |
Mosaic Interpolate |
| Mosaic Box Outlier |
run_mosaic_box_outlier |
runs the Box Outlier rejection method to flag bad pixels. |
Mosaic Interpolate |
| Mosaic RMask |
run_mosaic_rmask |
combines outlier rejection information into a single RMask: bit 0 (single frame radhit detection), bit 1 (multiframe temporal outlier detection), bit 2 (dual outlier detection), bit 3 (box outlier detection) |
Mosaic Outlier, Level, Mosaic Coverage |
| Mosaic Reinterpolate |
run_mosaic_reinterp |
re-runs the interpolation, this time including information from the RMasks. Only pixels flagged by the RMasks are reinterpolated. |
Mosaic Interpolate, Mosaic RMask |
| Fix Coverage |
run_fix_coverage |
after all outlier pixels have been identified, this module gives the option to suppress the use of pixels that have very small coverage (repeated observations at the same point on the sky). Pixels whose usage is suppressed have their coverage set to 0 in new coverage maps. |
Mosaic Interpolate (Mosaic Reinterpolate) |
| Mosaic Coadder |
run_mosaic_coadder |
co-adds the interpolated images to create one mosaic image. Co-addition can be performed on Tiles to address computer memory considerations. Several co-addition schemes are available. |
Mosaic Interpolate (Mosaic Reinterpolate) |
| Mosaic Combiner |
run_mosaic_combiner |
combines the co-added tiles into a single mosaicked image. This module must be run, even when there is only one tile, in order to create the expected output files. |
Mosaic Coadder |
| Mosaic Medfilter |
run_mosaic_medfilter |
performs median background subtraction of the mosaic image. |
Mosaic Combine |