lsst.pipe.tasks gaec7515425+e4adbcf0ac
Loading...
Searching...
No Matches
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

 __init__ (self, dataRef, wcs, bbox)
 

Detailed Description

A container for data to be passed to the WcsSelectImagesTask.

Parameters
----------
dataRef : `Unknown`
    Data reference.
wcs : `lsst.afw.geom.SkyWcs`
    Coordinate system definition (wcs).
bbox : `lsst.geom.box.Box2I`
    Integer bounding box for image.

Definition at line 145 of file selectImages.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 158 of file selectImages.py.


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