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.CameraCamera object for the exposures.
Raises¶
ValueErrorThe camera is not supported.