makeSkyInfo#
- lsst.pipe.tasks.coaddBase.makeSkyInfo(skyMap, tractId, patchId)#
Constructs SkyInfo used by coaddition tasks for multiple patchId formats.
Parameters#
- skyMap
lsst.skyMap.SkyMap Sky map.
- tractId
int The ID of the tract.
- patchId
strorintortupleofint Either Gen2-style comma delimited string (e.g. ‘4,5’), tuple of integers (e.g (4, 5), Gen3-style integer.
Returns#
- makeSkyInfo
lsst.pipe.base.Struct pipe_base Struct with attributes:
skyMapSky map (
lsst.skyMap.SkyMap).tractInfoInformation for chosen tract of sky map (
lsst.skyMap.TractInfo).patchInfoInformation about chosen patch of tract (
lsst.skyMap.PatchInfo).wcsWCS of tract (
lsst.afw.image.SkyWcs).bboxOuter bbox of patch, as an geom Box2I (
lsst.afw.geom.Box2I).
- skyMap