LSSTApplications  18.1.0
LSSTDataManagementBasePackage
Public Member Functions | List of all members
lsst.pipe.tasks.selectImages.SelectStruct Class Reference
Inheritance diagram for lsst.pipe.tasks.selectImages.SelectStruct:

Public Member Functions

def __init__ (self, dataRef, wcs, bbox)
 

Detailed Description

A container for data to be passed to the WcsSelectImagesTask

Definition at line 163 of file selectImages.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.selectImages.SelectStruct.__init__ (   self,
  dataRef,
  wcs,
  bbox 
)

Definition at line 166 of file selectImages.py.

166  def __init__(self, dataRef, wcs, bbox):
167  super(SelectStruct, self).__init__(dataRef=dataRef, wcs=wcs, bbox=bbox)
168 
169 
def __init__(self, minimum, dataRange, Q)

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