public class MCMSubsystem extends Object implements org.lsst.ccs.framework.HasLifecycle
| Constructor and Description |
|---|
MCMSubsystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear(int nClears) |
void |
disableCalibration() |
void |
discardRows(int nRows) |
void |
enableCalibration() |
void |
endImage() |
void |
initGuiders(String roiSpec) |
void |
initImage(double delta) |
void |
postStart() |
void |
setFilter(String name) |
void |
start(String configuration) |
void |
startImage(boolean shutter,
boolean wfs,
boolean science,
boolean guide,
double timeout,
String imageType,
String groupId) |
void |
takeImages(double expTime,
int numImages,
boolean shutter,
boolean science,
boolean wfs,
boolean guide,
String imageType,
String groupId) |
public void postStart()
postStart in interface org.lsst.ccs.framework.HasLifecycle@Command(type=ACTION,
autoAck=false,
level=0)
public void initImage(@Argument(description="Time in seconds")
double delta)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void startImage(boolean shutter,
boolean wfs,
boolean science,
boolean guide,
double timeout,
String imageType,
String groupId)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void takeImages(double expTime,
int numImages,
boolean shutter,
boolean science,
boolean wfs,
boolean guide,
String imageType,
String groupId)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void setFilter(String name)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void initGuiders(String roiSpec)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void endImage()
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void clear(int nClears)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void discardRows(int nRows)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void start(String configuration)
throws Exception
Exception@Command(type=ACTION,
autoAck=false,
level=0)
public void enableCalibration()
throws Exception
ExceptionCopyright © 2019 LSST. All rights reserved.