public class GuiderTool extends Object
| Constructor and Description |
|---|
GuiderTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Config |
config() |
void |
connect(String partition) |
void |
fitsWrite() |
org.lsst.ccs.utilities.location.LocationSet |
locations() |
Status |
pause() |
Status |
resume() |
Series |
series() |
Status |
sleep() |
Status |
start(String imageName,
String roiSpec) |
Status |
stop() |
void |
unsubscribe() |
void |
validate(String roiSpec) |
Version |
version() |
Status |
wake() |
@Command(name="connect",
description="Connect to a DAQ guider")
public void connect(@Argument(name="partition",description="Partition name")
String partition)
throws DAQException
DAQException@Command(name="close",
description="Close DAQ store")
public void close()
throws DAQException
DAQException@Command(name="stop",
description="Stop the guider")
public Status stop()
throws DAQException
DAQException@Command(name="pause",
description="Pause the guider")
public Status pause()
throws DAQException
DAQException@Command(name="resume",
description="Resume the guider")
public Status resume()
throws DAQException
DAQException@Command(name="sleep",
description="Sleep the guider")
public Status sleep()
throws DAQException
DAQException@Command(name="wake",
description="Wake the guider")
public Status wake()
throws DAQException
DAQException@Command(name="config",
description="Get the guider config")
public Config config()
throws DAQException
DAQException@Command(name="series",
description="Get the guider series")
public Series series()
throws DAQException
DAQException@Command(name="start",
description="Start the guider")
public Status start(String imageName,
String roiSpec)
throws DAQException
DAQException@Command(name="validate",
description="Validate the roi")
public void validate(String roiSpec)
throws DAQException
DAQException@Command(name="fits",
description="Subscribe to notifications to write a FITS file")
public void fitsWrite()
throws DAQException
DAQException@Command(name="unsubscribe",
description="Unsubscribe ")
public void unsubscribe()
throws DAQException
DAQException@Command(name="version",
description="Get version info")
public Version version()
throws DAQException
DAQException@Command(name="locations",
description="List configured locations")
public org.lsst.ccs.utilities.location.LocationSet locations()
throws DAQException
DAQExceptionCopyright © 2023 LSST. All rights reserved.