|
LSSTApplications
17.0+124,17.0+14,17.0+73,18.0.0+37,18.0.0+80,18.0.0-4-g68ffd23+4,18.1.0-1-g0001055+12,18.1.0-1-g03d53ef+5,18.1.0-1-g1349e88+55,18.1.0-1-g2505f39+44,18.1.0-1-g5315e5e+4,18.1.0-1-g5e4b7ea+14,18.1.0-1-g7e8fceb+4,18.1.0-1-g85f8cd4+48,18.1.0-1-g8ff0b9f+4,18.1.0-1-ga2c679d+1,18.1.0-1-gd55f500+35,18.1.0-10-gb58edde+2,18.1.0-11-g0997b02+4,18.1.0-13-gfe4edf0b+12,18.1.0-14-g259bd21+21,18.1.0-19-gdb69f3f+2,18.1.0-2-g5f9922c+24,18.1.0-2-gd3b74e5+11,18.1.0-2-gfbf3545+32,18.1.0-26-g728bddb4+5,18.1.0-27-g6ff7ca9+2,18.1.0-3-g52aa583+25,18.1.0-3-g8ea57af+9,18.1.0-3-gb69f684+42,18.1.0-3-gfcaddf3+6,18.1.0-32-gd8786685a,18.1.0-4-gf3f9b77+6,18.1.0-5-g1dd662b+2,18.1.0-5-g6dbcb01+41,18.1.0-6-gae77429+3,18.1.0-7-g9d75d83+9,18.1.0-7-gae09a6d+30,18.1.0-9-gc381ef5+4,w.2019.45
LSSTDataManagementBasePackage
|
Base class for coaddition. More...
Public Member Functions | |
| def | __init__ (self, kwargs) |
| def | selectExposures (self, patchRef, skyInfo=None, selectDataList=[]) |
| Select exposures to coadd. More... | |
| def | getSkyInfo (self, patchRef) |
| Use getSkyinfo to return the skyMap, tract and patch information, wcs and the outer bbox of the patch. More... | |
| def | getCoaddDatasetName (self, warpType="direct") |
| def | getTempExpDatasetName (self, warpType="direct") |
| def | getBadPixelMask (self) |
| Convenience method to provide the bitmask from the mask plane names. More... | |
Static Public Attributes | |
| ConfigClass | |
| RunnerClass | |
Base class for coaddition.
Subclasses must specify _DefaultName
Definition at line 101 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.__init__ | ( | self, | |
| kwargs | |||
| ) |
Definition at line 109 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getBadPixelMask | ( | self | ) |
Convenience method to provide the bitmask from the mask plane names.
Definition at line 199 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getCoaddDatasetName | ( | self, | |
warpType = "direct" |
|||
| ) |
Return coadd name for given warpType and task config
Parameters
----------
warpType : string
Either 'direct' or 'psfMatched'
Returns
-------
CoaddDatasetName : `string`
Definition at line 150 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getSkyInfo | ( | self, | |
| patchRef | |||
| ) |
Use getSkyinfo to return the skyMap, tract and patch information, wcs and the outer bbox of the patch.
| [in] | patchRef | data reference for sky map. Must include keys "tract" and "patch" |
Definition at line 134 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.getTempExpDatasetName | ( | self, | |
warpType = "direct" |
|||
| ) |
Return warp name for given warpType and task config
Parameters
----------
warpType : string
Either 'direct' or 'psfMatched'
Returns
-------
WarpDatasetName : `string`
Definition at line 164 of file coaddBase.py.
| def lsst.pipe.tasks.coaddBase.CoaddBaseTask.selectExposures | ( | self, | |
| patchRef, | |||
skyInfo = None, |
|||
selectDataList = [] |
|||
| ) |
Select exposures to coadd.
Get the corners of the bbox supplied in skyInfo using geom::Box2D and convert the pixel positions of the bbox corners to sky coordinates using skyInfo.wcs.pixelToSky. Use the WcsSelectImagesTask to select exposures that lie inside the patch indicated by the dataRef.
| [in] | patchRef | data reference for sky map patch. Must include keys "tract", "patch", plus the camera-specific filter key (e.g. "filter" or "band") |
| [in] | skyInfo | geometry for the patch; output from getSkyInfo |
Definition at line 114 of file coaddBase.py.
|
static |
Definition at line 106 of file coaddBase.py.
|
static |
Definition at line 107 of file coaddBase.py.
1.8.13