|
lsst.afw g714e0ed6de+45adbcf3d0
|
Public Member Functions | |
| subset_containing_ccds (self, point, wcs, includeValidPolygon=False) | |
| subset_containing_visits (self, point, wcs, includeValidPolygon=False) | |
Definition at line 29 of file _coaddInputsContinued.py.
| 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.
| 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.