public class Camera extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
OPCODE_STEP |
| Modifier and Type | Method and Description |
|---|---|
void |
setRegisterList(org.lsst.ccs.utilities.location.Location.LocationType rebType,
int[] registerAddresses)
Set the registers used for reading meta-data when an image is triggered
|
Instant |
startSequencer(int opcode)
Start the sequencers using the given opcode.
|
Image |
triggerImage(ImageMetaData meta)
Trigger an image acquisition
|
public static final int OPCODE_STEP
public void setRegisterList(org.lsst.ccs.utilities.location.Location.LocationType rebType,
int[] registerAddresses)
throws DAQException
rebType - The type of REB for which the registers should be setregisterAddresses - The register addressesDAQExceptionpublic Image triggerImage(ImageMetaData meta) throws DAQException
meta - The meta-data to be associated with the triggered imageDAQExceptionpublic Instant startSequencer(int opcode) throws DAQException
opcode - The opcode to triggerDAQExceptionCopyright © 2021 LSST. All rights reserved.