MakeDiscreteSkyMapConfig#
- class lsst.pipe.tasks.makeDiscreteSkyMap.MakeDiscreteSkyMapConfig(*args, **kw)#
Bases:
ConfigConfig for MakeDiscreteSkyMapTask.
Attributes Summary
additional border added to the bounding box of the calexps, in degrees (
float, default0.0)coadd name, e.g. deep, goodSeeing, chiSquared (
str, default'deep').append another tract to an existing DiscreteSkyMap on disk, if present? (
bool, defaultFalse)persist the skyMap? (
bool, defaultTrue)SkyMap configuration parameters, excluding position and radius (
BaseSkyMapConfig, default<class 'lsst.skymap.baseSkyMap.BaseSkyMapConfig'>)Methods Summary
Subclass hook for computing defaults.
Attributes Documentation
- borderSize#
additional border added to the bounding box of the calexps, in degrees (
float, default0.0)
- coaddName#
coadd name, e.g. deep, goodSeeing, chiSquared (
str, default'deep')
- doAppend#
append another tract to an existing DiscreteSkyMap on disk, if present? (
bool, defaultFalse)
- doWrite#
persist the skyMap? (
bool, defaultTrue)
- skyMap#
SkyMap configuration parameters, excluding position and radius (
BaseSkyMapConfig, default<class 'lsst.skymap.baseSkyMap.BaseSkyMapConfig'>)
Methods Documentation