public class Guider extends Object
Store.getGuider()| Modifier and Type | Class and Description |
|---|---|
static class |
Guider.Subscriber |
| Modifier and Type | Method and Description |
|---|---|
Config |
config() |
org.lsst.ccs.utilities.location.LocationSet |
getConfiguredLocations() |
String |
getPartition() |
Status |
pause() |
Status |
resume() |
Series |
series() |
Status |
sleep() |
Status |
start(ROICommon common,
String id,
List<ROILocation> locations)
Start the guider, using the specified ROI locations
|
Status |
stop() |
Guider.Subscriber |
subscribe(Set<org.lsst.ccs.utilities.location.SensorLocation> locations,
ByteOrder byteOrder,
GuiderListener listener) |
void |
validate(ROICommon common,
List<ROILocation> locations) |
Status |
wake() |
public Guider(Store store, long guider)
public Status start(ROICommon common, String id, List<ROILocation> locations) throws DAQException
common - The common settings for this start commandid - The id of this sequence of guider images. From CCS this will
normally be the OBSID.locations - The set of ROIs to startDAQExceptionpublic void validate(ROICommon common, List<ROILocation> locations) throws DAQException
DAQExceptionpublic Guider.Subscriber subscribe(Set<org.lsst.ccs.utilities.location.SensorLocation> locations, ByteOrder byteOrder, GuiderListener listener) throws DAQException
DAQExceptionpublic Status stop() throws DAQException
DAQExceptionpublic Status pause() throws DAQException
DAQExceptionpublic Status resume() throws DAQException
DAQExceptionpublic Status sleep() throws DAQException
DAQExceptionpublic Status wake() throws DAQException
DAQExceptionpublic Config config() throws DAQException
DAQExceptionpublic Series series() throws DAQException
DAQExceptionpublic String getPartition()
public org.lsst.ccs.utilities.location.LocationSet getConfiguredLocations()
throws DAQException
DAQExceptionCopyright © 2023 LSST. All rights reserved.