abstract dataType TimeInstant
extends TimeStamp
TimeStamps which specify a specific instant in time. We define three subtypes (FITSTime, JD, MJD), which allow users to explicitly identify the representation and interpretation of the TimeInstant.
classDiagram
class TimeInstant{
}
TimeInstant --|> TimeStamp
TimeStamp --|> Coordinate
JD --|> TimeInstant
MJD --|> TimeInstant
FITSTime --|> TimeInstant
link TimeStamp "../TimeStamp"
link Coordinate "../Coordinate"
link JD "../JD"
link MJD "../MJD"
link FITSTime "../FITSTime"
Members
name | type | mult | description |
---|---|---|---|