lsst.pipe.tasks  13.0-56-g21e2fbf+3
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.processCcd.ProcessCcdConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.processCcd.ProcessCcdConfig:

Public Member Functions

def setDefaults
 

Static Public Attributes

tuple isr
 
tuple charImage
 
tuple doCalibrate
 
tuple calibrate
 

Detailed Description

Config for ProcessCcd

Definition at line 32 of file processCcd.py.

Member Function Documentation

def lsst.pipe.tasks.processCcd.ProcessCcdConfig.setDefaults (   self)

Definition at line 66 of file processCcd.py.

Member Data Documentation

tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.calibrate
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=CalibrateTask,
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 """,
4  )

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 """,
4  )

Definition at line 43 of file processCcd.py.

tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.doCalibrate
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
3  default=True,
4  doc="Perform calibration?",
5  )

Definition at line 52 of file processCcd.py.

tuple lsst.pipe.tasks.processCcd.ProcessCcdConfig.isr
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=IsrTask,
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 """,
4  )

Definition at line 34 of file processCcd.py.


The documentation for this class was generated from the following file: