Classes | |
class | CameraMapper |
Functions | |
def | exposureFromImage |
def lsst.obs.base.cameraMapper.exposureFromImage | ( | image, | |
logger = None |
|||
) |
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 1044 of file cameraMapper.py.