cxotime.converters.greta2maude#

cxotime.converters.greta2maude(date)#

Convert GRETA date to MAUDE date.

This is equivalent to CxoTime(date, format='greta').maude but potentially 10x faster.

Format in: YYYYDDD.HHMMSSsss (str or float) Format out: YYYYDDD.HHMMSSsss (int)

Parameters:
datestr, bytes, float, list, np.ndarray

GRETA date

Returns:
dateint, ndarray[int]

MAUDE date