<< ymdhms_t gpstime

gpstime >> gpstime > yyyyddds_t

yyyyddds_t

Calculate all time elements from year, DOY and as an option seconds of day

Calling Sequence

tgps=mjd_t(mjd)

Parameters

yyyy :

year (I4 or I2. for I2 if yyyy>80 ; yyyy+=1900)

ddd :

DOY [1-366]

s :

second of day [0-86400]

Description

the function initializes a gpstime structure

tgps =

Examples

[tgps]=yyyyddds_t(2009,365,43200.0)

Authors


Report an issue
<< ymdhms_t gpstime