LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig Class Reference

Configuration for image-to-image Psf matching. More...

Inheritance diagram for lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig:

Public Member Functions

def setDefaults
 

Static Public Attributes

tuple kernel
 
tuple selectDetection
 
tuple selectMeasurement
 

Detailed Description

Configuration for image-to-image Psf matching.

Definition at line 41 of file imagePsfMatch.py.

Member Function Documentation

def lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.setDefaults (   self)

Definition at line 60 of file imagePsfMatch.py.

60 
61  def setDefaults(self):
62  # High sigma detections only
63  self.selectDetection.reEstimateBackground = False
64  self.selectDetection.thresholdValue = 10.0
65 
66  # Minimal set of measurments for star selection
67  self.selectMeasurement.doApplyApCorr = "no"
68  self.selectMeasurement.algorithms.names.clear()
69  self.selectMeasurement.algorithms.names = ('base_SdssCentroid', 'base_PsfFlux', 'base_PixelFlags',
70  'base_SdssShape', 'base_GaussianFlux', 'base_SkyCoord')
71  self.selectMeasurement.slots.modelFlux = None
72  self.selectMeasurement.slots.apFlux = None
73  self.selectMeasurement.slots.calibFlux = None

Member Data Documentation

tuple lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.kernel
static
Initial value:
1 = pexConfig.ConfigChoiceField(
2  doc="kernel type",
3  typemap=dict(
4  AL=PsfMatchConfigAL,
5  DF=PsfMatchConfigDF
6  ),
7  default="AL",
8  )

Definition at line 43 of file imagePsfMatch.py.

tuple lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectDetection
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=SourceDetectionTask,
3  doc="Initial detections used to feed stars to kernel fitting",
4  )

Definition at line 51 of file imagePsfMatch.py.

tuple lsst.ip.diffim.imagePsfMatch.ImagePsfMatchConfig.selectMeasurement
static
Initial value:
1 = pexConfig.ConfigurableField(
2  target=SingleFrameMeasurementTask,
3  doc="Initial measurements used to feed stars to kernel fitting",
4  )

Definition at line 55 of file imagePsfMatch.py.


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