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.
|
void |
startNamedIntegration(org.lsst.ccs.imagenaming.ImageName imageName,
String annotation,
Set locations)
Starts an integration operation for a named image.
|
@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="Start integration",
level=0,
autoAck=false)
public void startNamedIntegration(@Argument
org.lsst.ccs.imagenaming.ImageName imageName,
@Argument(defaultValue="")
String annotation,
@Argument(defaultValue="***NULL_VALUE_FOR_COMMAND_ARGUMENT***")
Set locations)
imageName - The image name to useannotation - 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.