getCamType

lsst.ts.MTAOS.getCamType(camera)

Get the enum of camera type.

Parameters
camerastr

Camera (“lsstCam”, “lsstFamCam”, or “comcam”).

Returns
enum ‘CamType’ in lsst.ts.wep.Utility

Camera type.

Raises
ValueError

The camera is not supported.