lsst.pipe.drivers  20.0.0+10
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.drivers.utils.NullSelectImagesTask Class Reference
Inheritance diagram for lsst.pipe.drivers.utils.NullSelectImagesTask:
lsst.pipe::tasks::selectImages::BaseSelectImagesTask

Public Member Functions

def runDataRef (self, patchRef, coordList, makeDataRefList=True, selectDataList=[])
 
def run (self, coordList)
 
def runDataRef (self, dataRef, coordList, makeDataRefList=True, selectDataList=[])
 

Static Public Attributes

 ConfigClass
 

Detailed Description

Select images by taking everything we're given without further examination

This is useful if the examination (e.g., Wcs checking) has been performed
previously, and we've been provided a good list.

Definition at line 23 of file utils.py.

Member Function Documentation

◆ runDataRef()

def lsst.pipe.drivers.utils.NullSelectImagesTask.runDataRef (   self,
  patchRef,
  coordList,
  makeDataRefList = True,
  selectDataList = [] 
)

Definition at line 30 of file utils.py.


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