lsst.pipe.tasks gdf62c121a3+1fdf519404
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask Class Reference
Inheritance diagram for lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask:

Public Member Functions

def makeCameraImage (self, inputExps, camera, binning)
 
def run (self, inputExps, camera)
 

Static Public Attributes

 ConfigClass = VisualizeMosaicExpConfig
 

Detailed Description

Task to mosaic binned products.

The config.binning parameter must match that used in the
VisualizeBinExpTask.  Otherwise there will be a mismatch between
the input image size and the expected size of that image in the
full focal plane frame.

Definition at line 156 of file visualizeVisit.py.

Member Function Documentation

◆ makeCameraImage()

def lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask.makeCameraImage (   self,
  inputExps,
  camera,
  binning 
)
Make an image of an entire focal plane.

Parameters
----------
exposures: `dict` [`int`, `lsst.afw.image.Exposure`]
    CCD exposures, binned by `binning`.  The keys are the
    detectorIDs, with the values the binned image exposure.

Returns
-------
image : `lsst.afw.image.Image`
    Image mosaicked from the individual binned images for each
    detector.

Definition at line 168 of file visualizeVisit.py.

◆ run()

def lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask.run (   self,
  inputExps,
  camera 
)
Mosaic inputs together to create focal plane image.

Parameters
----------
inputExp : `list` [`lsst.afw.image.Exposure`]
    Input exposure data to bin.
camera : `lsst.afw.cameraGeom.Camera`
    Input camera to use for mosaic geometry.

Returns
-------
output : `lsst.pipe.base.Struct`
    Results struct with attribute:

    ``outputExp``
        Binned version of input image (`lsst.afw.image.Exposure`).

Definition at line 191 of file visualizeVisit.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.visualizeVisit.VisualizeMosaicExpTask.ConfigClass = VisualizeMosaicExpConfig
static

Definition at line 165 of file visualizeVisit.py.


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