
public class LSE71Commands extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LSE71Commands.READOUT_MODE |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int nClears)
Performs a clear operation.
|
void |
endIntegration(LSE71Commands.READOUT_MODE readout) |
void |
shiftNRows(int nRows) |
org.lsst.ccs.imagenaming.ImageName |
startIntegration(String annotation,
Set locations)
Starts an integration operation.This method returns immediately.
|
@Command(type=ACTION, description="Perform a clear operation", level=0, autoAck=false) public void clear(@Argument(defaultValue="1") int nClears)
nClears - @Command(type=ACTION, description="Start integration", level=0, autoAck=false) public org.lsst.ccs.imagenaming.ImageName startIntegration(@Argument(defaultValue="") String annotation, @Argument(defaultValue="***NULL_VALUE_FOR_COMMAND_ARGUMENT***") Set locations)
annotation - The image annotationlocations - The set of locations to read@Command(type=ACTION, description="Shift n rows", level=0, autoAck=false) public void shiftNRows(int nRows)
@Command(type=ACTION, description="End exposure, and optionally read out", level=0, autoAck=false) public void endIntegration(@Argument(defaultValue="TRUE") LSE71Commands.READOUT_MODE readout)
Copyright © 2020 LSST. All rights reserved.