lsst.ip.diffim  13.0-26-g703d095+11
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Static Public Attributes | List of all members
lsst.ip.diffim.zogy.ZogyConfig Class Reference
Inheritance diagram for lsst.ip.diffim.zogy.ZogyConfig:

Static Public Attributes

tuple inImageSpace
 
tuple padSize
 
tuple templateFluxScaling
 
tuple scienceFluxScaling
 
tuple doTrimKernels
 
tuple doFilterPsfs
 
tuple ignoreMaskPlanes
 

Detailed Description

Configuration parameters for the ZogyTask

Definition at line 76 of file zogy.py.

Member Data Documentation

tuple lsst.ip.diffim.zogy.ZogyConfig.doFilterPsfs
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
3  default=True,
4  doc="Filter PSFs for image-space ZOGY. Aids in reducing artifacts. "
5  "Subject of future research."
6  )

Definition at line 111 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.doTrimKernels
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
3  default=False,
4  doc="Trim kernels for image-space ZOGY. Speeds up convolutions and shrinks artifacts. "
5  "Subject of future research."
6  )

Definition at line 104 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.ignoreMaskPlanes
static
Initial value:
1 = pexConfig.ListField(
2  dtype=str,
3  default=("INTRP", "EDGE", "DETECTED", "SAT", "CR", "BAD", "NO_DATA", "DETECTED_NEGATIVE"),
4  doc="Mask planes to ignore for statistics"
5  )

Definition at line 118 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.inImageSpace
static
Initial value:
1 = pexConfig.Field(
2  dtype=bool,
3  default=False,
4  doc="Perform all convolutions in real (image) space rather than Fourier space. "
5  "Currently if True, this results in artifacts when using real (noisy) PSFs."
6  )

Definition at line 79 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.padSize
static
Initial value:
1 = pexConfig.Field(
2  dtype=int,
3  default=7,
4  doc="Number of pixels to pad PSFs to avoid artifacts (when inImageSpace is True)"
5  )

Definition at line 86 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.scienceFluxScaling
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  default=1.,
4  doc="Science flux scaling factor (Fn in ZOGY paper)"
5  )

Definition at line 98 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyConfig.templateFluxScaling
static
Initial value:
1 = pexConfig.Field(
2  dtype=float,
3  default=1.,
4  doc="Template flux scaling factor (Fr in ZOGY paper)"
5  )

Definition at line 92 of file zogy.py.


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