Config for ProcessCcd
Definition at line 32 of file processCcd.py.
def lsst.pipe.tasks.processCcd.ProcessCcdConfig.setDefaults |
( |
|
self | ) |
|
tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.calibrate |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
3 doc=
"""Task to perform astrometric and photometric calibration: - refine the WCS in the exposure - refine the Calib photometric calibration object in the exposure - detect sources, usually at low S/N """,
Definition at line 57 of file processCcd.py.
tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.charImage |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
2 target=CharacterizeImageTask,
3 doc=
"""Task to characterize a science exposure: - detect sources, usually at high S/N - estimate the background, which is subtracted from the image and returned as field "background" - estimate a PSF model, which is added to the exposure - interpolate over defects and cosmic rays, updating the image, variance and mask planes """,
Definition at line 43 of file processCcd.py.
tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.doCalibrate |
|
static |
Initial value:
4 doc=
"Perform calibration?",
Definition at line 52 of file processCcd.py.
tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.isr |
|
static |
Initial value: 1 = pexConfig.ConfigurableField(
3 doc=
"""Task to perform instrumental signature removal or load a post-ISR image; ISR consists of: - assemble raw amplifier images into an exposure with image, variance and mask planes - perform bias subtraction, flat fielding, etc. - mask known bad pixels - provide a preliminary WCS """,
Definition at line 34 of file processCcd.py.
The documentation for this class was generated from the following file: