Definition at line 38 of file mockCoadd.py.
def lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.setDefaults |
( |
|
self | ) |
|
def lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.setupSkyMapPatches |
( |
|
self, |
|
|
|
nPatches = 2 , |
|
|
|
patchSize = 400 , |
|
|
|
pixelScale = 0.2*lsst.afw.geom.arcseconds |
|
) |
| |
Set the nested [discrete] skymap config parameters such that the full tract
has nPatches x nPatches patches of the given size and pixel scale.
Definition at line 71 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.coaddName |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=
"Coadd name used as a prefix for other datasets",
Definition at line 51 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.edgeBuffer |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=(
"Number of pixels by which to grow object bounding boxes when determining whether they land "
3 " completely on a generated image"),
Definition at line 63 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.makeSkyMap |
|
static |
Initial value: 1 = lsst.pex.config.ConfigurableField(
2 doc=
"SkyMap builder subtask",
Definition at line 39 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.mockObject |
|
static |
Initial value: 1 = lsst.pex.config.ConfigurableField(
2 doc=
"Subtask that generates and draws the objects/sources in the mock images",
Definition at line 43 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.mockObservation |
|
static |
Initial value: 1 = lsst.pex.config.ConfigurableField(
2 doc=
"Subtask that generates the Wcs, Psf, Calib, etc. of mock images",
3 target=MockObservationTask
Definition at line 47 of file mockCoadd.py.
tuple lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.nObservations |
|
static |
Initial value: 1 = lsst.pex.config.Field(
2 doc=
"Number of mock observations to generate.",
Definition at line 57 of file mockCoadd.py.
The documentation for this class was generated from the following file: