MakeSkyMapTask¶
Python API summary¶
from lsst.pipe.tasks.makeSkyMap import MakeSkyMapTask
- 
classMakeSkyMapTask(**kwargs)
- !Make a sky map in a repository - ...
- attributeconfig
- Access configuration fields and retargetable subtasks. 
- 
methodrunDataRef(butler)
- !Make a skymap, persist it (optionally) and log some information about it - ...
See also
See the MakeSkyMapTask API reference for complete details.
Retargetable subtasks¶
skyMap¶
- Default
- 'dodeca'
- Field type
- Single-selection - RegistryField
- Choices
- 'dodeca'
- lsst.skymap.dodecaSkyMap.DodecaSkyMap
- 'equat'
- lsst.skymap.equatSkyMap.EquatSkyMap
- 'discrete'
- lsst.skymap.discreteSkyMap.DiscreteSkyMap
- 'rings'
- lsst.skymap.ringsSkyMap.RingsSkyMap
- 'healpix'
- lsst.skymap.healpixSkyMap.HealpixSkyMap
 
type of skyMap
Configuration fields¶
coaddName¶
coadd name, e.g. deep, goodSeeing, chiSquared
doWrite¶
persist the skyMap? If False then run generates the sky map and returns it, but does not save it to the data repository