Convert time value to CDF_EPOCH16
value
epoch16 = cdflib.computeEpoch16(timeval)
epoch16 = cdflib.computeEpoch16(timeval)
converts the time value specified by timeval
into
a CDF_EPOCH16
value.
|
10-by-1 time vector. The following table describes the time components. To specify multiple time values, use additional columns.
|
|
CDF Epoch16 time value. If the input argument |
Convert the time value into an CDF_EPOCH16
value:
timeval = [1999; 12; 31; 23; 59; 59; 50; 100; 500; 999]; epoch16 = cdflib.computeEpoch16(timeval);
This function corresponds to the CDF library C API routine computeEPOCH16
.
To use this function, you must be familiar with the CDF C
interface. Read the CDF documentation at the CDF website
.
For copyright information, see the cdfcopyright.txt
file.