public class Measurement extends Object implements Serializable
| Constructor and Description |
|---|
Measurement(double value,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimestamp)
Build a Measurement object providing the value/timestamp pairs
|
Measurement(Measurement measurement)
Build a Measurement object from another Measurement
|
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.utilities.taitime.CCSTimeStamp |
getCCSTimestamp() |
double |
getValue() |
String |
toString() |
public Measurement(double value,
org.lsst.ccs.utilities.taitime.CCSTimeStamp ccsTimestamp)
value - The value of the measurementccsTimestamp - The timestamp when the measurement was performedpublic Measurement(Measurement measurement)
measurement - Another Measurement objectCopyright © 2022 LSST. All rights reserved.