lsst.pipe.tasks  20.0.0-22-g629db56c+ad33c1be2e
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 (self, nPatches=2, patchSize=400, pixelScale=0.2 *lsst.geom.arcseconds)
 
def setDefaults (self)
 

Static Public Attributes

 makeSkyMap
 
 mockObject
 
 mockObservation
 
 coaddName
 
 nObservations
 
 edgeBuffer
 

Detailed Description

Definition at line 36 of file mockCoadd.py.

Member Function Documentation

◆ setDefaults()

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

Definition at line 81 of file mockCoadd.py.

◆ setupSkyMapPatches()

def lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.setupSkyMapPatches (   self,
  nPatches = 2,
  patchSize = 400,
  pixelScale = 0.2*lsst.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 69 of file mockCoadd.py.

Member Data Documentation

◆ coaddName

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.coaddName
static

Definition at line 49 of file mockCoadd.py.

◆ edgeBuffer

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.edgeBuffer
static

Definition at line 61 of file mockCoadd.py.

◆ makeSkyMap

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.makeSkyMap
static

Definition at line 37 of file mockCoadd.py.

◆ mockObject

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.mockObject
static

Definition at line 41 of file mockCoadd.py.

◆ mockObservation

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.mockObservation
static

Definition at line 45 of file mockCoadd.py.

◆ nObservations

lsst.pipe.tasks.mocks.mockCoadd.MockCoaddConfig.nObservations
static

Definition at line 55 of file mockCoadd.py.


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