lsst.obs.base  13.0-24-gedf0888
 All Classes Namespaces Files Functions Variables
Classes | Functions
lsst.obs.base.cameraMapper Namespace Reference

Classes

class  CameraMapper
 

Functions

def exposureFromImage
 

Function Documentation

def lsst.obs.base.cameraMapper.exposureFromImage (   image)
Generate an Exposure from an image-like object

If the image is a DecoratedImage then also set its WCS and metadata
(Image and MaskedImage are missing the necessary metadata
and Exposure already has those set)

@param[in] image  Image-like object (lsst.afw.image.DecoratedImage, Image, MaskedImage or Exposure)
@return (lsst.afw.image.Exposure) Exposure containing input image

Definition at line 1030 of file cameraMapper.py.