MGH_DT_UNITS Name
MGH_DT_UNITS Purpose
This function parses "units" descriptors for date-time data, see
http://my.unidata.ucar.edu/content/software/udunits/man.php?udunits+3
Category
Date-time.
Calling Sequence
Result = MGH_DT_UNITS(ustring) Return Value
The function returns a structure containing tags "scale" and "offset"
that can be used to convert data-time data into a Julian Date.
###########################################################################
This software is provided subject to the following conditions:
1. NIWA makes no representations or warranties regarding the
accuracy of the software, the use to which the software may
be put or the results to be obtained from the use of the
software. Accordingly NIWA accepts no liability for any loss
or damage (whether direct of indirect) incurred by any person
through the use of or reliance on the software.
2. NIWA is to be acknowledged as the original author of the
software where the software is used or presented in any form.
###########################################################################
Modification History
Mark Hadfield, 2004-10:
Written.