
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()
Starts an integration operation.
|
org.lsst.ccs.imagenaming.ImageName |
startIntegration(org.lsst.ccs.imagenaming.ImageName name) |
@Command(type=ACTION,
description="Perform a clear operation",
level=0,
autoAck=false)
public void clear(int nClears)
nClears - @Command(type=ACTION,
description="Start integration",
level=0,
autoAck=false)
public org.lsst.ccs.imagenaming.ImageName startIntegration()
@Command(type=ACTION,
description="Start integration",
level=0,
autoAck=false)
public org.lsst.ccs.imagenaming.ImageName startIntegration(org.lsst.ccs.imagenaming.ImageName name)
@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 © 2019 LSST. All rights reserved.