lsst.pipe.drivers  13.0-19-g8a3047b+8
Public Member Functions | List of all members
lsst.pipe.drivers.utils.NullSelectImagesTask Class Reference
Inheritance diagram for lsst.pipe.drivers.utils.NullSelectImagesTask:

Public Member Functions

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

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 24 of file utils.py.

Member Function Documentation

◆ runDataRef()

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

Definition at line 31 of file utils.py.


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