public interface FocalPlaneInterface
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int nClears) |
void |
definePlaylist(String playlist,
String folder,
String... images) |
void |
discardRows(int nRows) |
void |
endIntegration(boolean readout,
Duration exposure) |
void |
play(String playlist,
boolean repeat) |
void |
start(String configName)
Called when the MCM receives a start command.
|
void |
startIntegration(org.lsst.ccs.imagenaming.ImageName imageName,
Map<String,String> parsedKeyValueData,
org.lsst.ccs.utilities.location.LocationSet locations,
String annotation) |
void clear(int nClears)
throws ExecutionException
ExecutionExceptionvoid endIntegration(boolean readout,
Duration exposure)
throws ExecutionException
ExecutionExceptionvoid start(String configName) throws ExecutionException
configName - ExecutionExceptionvoid startIntegration(org.lsst.ccs.imagenaming.ImageName imageName,
Map<String,String> parsedKeyValueData,
org.lsst.ccs.utilities.location.LocationSet locations,
String annotation)
throws ExecutionException
ExecutionExceptionvoid play(String playlist, boolean repeat) throws ExecutionException
ExecutionExceptionvoid definePlaylist(String playlist, String folder, String... images) throws ExecutionException
ExecutionExceptionvoid discardRows(int nRows)
throws ExecutionException
ExecutionExceptionCopyright © 2022 LSST. All rights reserved.