getCameraFromButlerName

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

Get the proper camera object for the donuts.

Parameters
camNamestr

Name of instrument using butler convention. Available instruments are LSSTCam, LSSTComCam, LSSTComCamSim, and LATISS.

Returns
lsst.afw.cameraGeom.Camera

Camera object for the exposures.

Raises
ValueError

The camera is not supported.