
public class TakeExposureStatus extends Object implements Serializable
| Constructor and Description |
|---|
TakeExposureStatus(ShutterSide firstSide,
double moveTime,
double exposureTime)
Constructs an instance from the field values.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getExposureTime()
Gets the exposure time in seconds.
|
ShutterSide |
getFirstSide()
Gets the shutter side of the first blade set to be moved for this command.
|
double |
getMoveTime()
Gets the duration in seconds of each blade set move.
|
long |
getStartTime()
Gets the time at which the worker subsystem started executing the command.
|
public TakeExposureStatus(ShutterSide firstSide, double moveTime, double exposureTime)
firstSide - the side (blade set) of the shutter to move firstmoveTime - the duration in seconds of each blade set moveexposureTime - the duration of the exposure in secondspublic double getExposureTime()
public ShutterSide getFirstSide()
public double getMoveTime()
public long getStartTime()
Copyright © 2016 LSST. All rights reserved.