lsst.pipe.tasks  13.0-51-g46e0a8d
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig:

Public Member Functions

def setupSkyMapPatches
 
def setDefaults
 

Static Public Attributes

tuple makeSkyMap
 
tuple mockObject
 
tuple mockObservation
 
tuple coaddName
 
tuple nObservations
 
tuple edgeBuffer
 

Detailed Description

Definition at line 38 of file mockCoadd.py.

Member Function Documentation

def lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.setDefaults (   self)

Definition at line 83 of file mockCoadd.py.

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.

Member Data Documentation

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",
3  dtype=str,
4  optional=False,
5  default="deep"
6  )

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"),
4  dtype=int,
5  optional=False,
6  default=5
7  )

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",
3  target=MakeSkyMapTask
4  )

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",
3  target=MockObjectTask
4  )

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
4  )

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.",
3  dtype=int,
4  optional=False,
5  default=12
6  )

Definition at line 57 of file mockCoadd.py.


The documentation for this class was generated from the following file: