lsst.pipe.tasks  13.0-29-g7046ce1+1
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.selectImages.PsfWcsSelectImagesTask Class Reference
Inheritance diagram for lsst.pipe.tasks.selectImages.PsfWcsSelectImagesTask:
lsst.pipe.tasks.selectImages.WcsSelectImagesTask lsst.pipe.tasks.selectImages.BaseSelectImagesTask

Public Member Functions

def runDataRef
 
- Public Member Functions inherited from lsst.pipe.tasks.selectImages.WcsSelectImagesTask
def runDataRef
 
- Public Member Functions inherited from lsst.pipe.tasks.selectImages.BaseSelectImagesTask
def run
 
def runDataRef
 

Static Public Attributes

 ConfigClass = PsfWcsSelectImagesConfig
 
- Static Public Attributes inherited from lsst.pipe.tasks.selectImages.BaseSelectImagesTask
 ConfigClass = pexConfig.Config
 

Detailed Description

Select images using their Wcs and cuts on the PSF properties

Definition at line 259 of file selectImages.py.

Member Function Documentation

def lsst.pipe.tasks.selectImages.PsfWcsSelectImagesTask.runDataRef (   self,
  dataRef,
  coordList,
  makeDataRefList = True,
  selectDataList = [] 
)
Select images in the selectDataList that overlap the patch and satisfy PSF quality critera.

The PSF quality criteria are based on the size and ellipticity residuals from the
adaptive second moments of the star and the PSF.

The criteria are:
  - the median of the ellipticty residuals
  - the robust scatter of the size residuals (using the median absolute deviation)

@param dataRef: Data reference for coadd/tempExp (with tract, patch)
@param coordList: List of Coord specifying boundary of patch
@param makeDataRefList: Construct a list of data references?
@param selectDataList: List of SelectStruct, to consider for selection

Definition at line 265 of file selectImages.py.

Member Data Documentation

lsst.pipe.tasks.selectImages.PsfWcsSelectImagesTask.ConfigClass = PsfWcsSelectImagesConfig
static

Definition at line 262 of file selectImages.py.


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