public class FocalPlaneSimulation extends Object implements FocalPlaneInterface
| Constructor and Description |
|---|
FocalPlaneSimulation(CCS ccs,
State raftsState) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int nClears) |
void |
definePlaylist(String playlist,
String folder,
String... images) |
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) |
public void clear(int nClears)
clear in interface FocalPlaneInterfacepublic void endIntegration(boolean readout,
Duration exposure)
throws ExecutionException
endIntegration in interface FocalPlaneInterfaceExecutionExceptionpublic void start(String configName) throws ExecutionException
FocalPlaneInterfacestart in interface FocalPlaneInterfaceExecutionExceptionpublic void startIntegration(org.lsst.ccs.imagenaming.ImageName imageName,
Map<String,String> parsedKeyValueData,
org.lsst.ccs.utilities.location.LocationSet locations,
String annotation)
throws ExecutionException
startIntegration in interface FocalPlaneInterfaceExecutionExceptionpublic void play(String playlist, boolean repeat)
play in interface FocalPlaneInterfacepublic void definePlaylist(String playlist, String folder, String... images)
definePlaylist in interface FocalPlaneInterfaceCopyright © 2022 LSST. All rights reserved.