getCameraFromButlerName#

lsst.ts.wep.utils.getCameraFromButlerName(camName)#

Get the proper camera object for the donuts.

Parameters:

camName (str) – Name of instrument using butler convention. Available instruments are LSSTCam, LSSTCamSim, LSSTComCam, LSSTComCamSim, and LATISS.

Returns:

Camera object for the exposures.

Return type:

lsst.afw.cameraGeom.Camera

Raises:

ValueError – The camera is not supported.