lsst.afw g714e0ed6de+61745a5d47
Loading...
Searching...
No Matches
lsst.afw.image._coaddInputsContinued.CoaddInputs Class Reference

Public Member Functions

 subset_containing_ccds (self, point, wcs, includeValidPolygon=False)
 
 subset_containing_visits (self, point, wcs, includeValidPolygon=False)
 

Detailed Description

Definition at line 29 of file _coaddInputsContinued.py.

Member Function Documentation

◆ subset_containing_ccds()

lsst.afw.image._coaddInputsContinued.CoaddInputs.subset_containing_ccds ( self,
point,
wcs,
includeValidPolygon = False )
Return a view (shallow copy) of ExposureCatalog containing only the
subset of detectors that contain the given point.

Parameters
----------
point : `~lsst.geom.Point2D`
    Point in the coadd coordinate system.
wcs : `lsst.geom.SkyWcs`
    WCS for the coadd coordinate system. This is ignored if the
    CoaddInputs are made by stitching cell_coadds.
includeValidPolygon : `bool`, optional
    If True, check that the point is within the validPolygon of those records which have one.

Returns
-------
subset : `~lsst.afw.table.ExposureCatalog`
    ExposureCatalog containing only the relevant detector records.

Definition at line 31 of file _coaddInputsContinued.py.

◆ subset_containing_visits()

lsst.afw.image._coaddInputsContinued.CoaddInputs.subset_containing_visits ( self,
point,
wcs,
includeValidPolygon = False )
Return a view (shallow copy) of ExposureCatalog containing only the
subset of visits that contain the given point.

Parameters
----------
point : `~lsst.geom.Point2D`
    Point in the coadd coordinate system.
wcs : `lsst.geom.SkyWcs`
    WCS for the coadd coordinate system. This is ignored if the
    CoaddInputs are made by stitching cell_coadds.
includeValidPolygon : `bool`, optional
    If True, check that the point is within the validPolygon of those records which have one.

Returns
-------
subset : `~lsst.afw.table.ExposureCatalog`
    ExposureCatalog containing only the relevant visit records.

Definition at line 62 of file _coaddInputsContinued.py.


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