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

Public Member Functions

def setDefaults
 

Static Public Attributes

tuple zogyConfig
 
tuple zogyMapReduceConfig
 

Detailed Description

Config for the ZogyImagePsfMatchTask

Definition at line 978 of file zogy.py.

Member Function Documentation

def lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.setDefaults (   self)

Definition at line 991 of file zogy.py.

Member Data Documentation

tuple lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.zogyConfig
static
Initial value:
1 = pexConfig.ConfigField(
2  dtype=ZogyConfig,
3  doc='ZogyTask config to use when running on complete exposure (non spatially-varying)',
4  )

Definition at line 981 of file zogy.py.

tuple lsst.ip.diffim.zogy.ZogyImagePsfMatchConfig.zogyMapReduceConfig
static
Initial value:
1 = pexConfig.ConfigField(
2  dtype=ZogyMapReduceConfig,
3  doc='ZogyMapReduce config to use when running Zogy on each sub-image (spatially-varying)',
4  )

Definition at line 986 of file zogy.py.


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