#! /usr/bin/env python from eon_date import eon_date from eon_delta import eon_delta from eon_util import eon_tz, eon_julian #from eon_helper import g_EXPONENT from eon_helper import special_format, EonError import os def parse_input_times( is_date, marker=None, arg=None): ''' #+ # NAME: # parse_input_times # PURPOSE: # Parses input dates and delta times from command line # CALLING SEQUENCE: # tt = parse_input_times( is_date, marker, arg ) # INPUTS: # is_date True : 'arg' is a date # False: 'arg' is a delta time # marker identifies the type of information # that 'arg' represents # # marker = 're=' # Then 'arg' is string to be processed # with the regex. # # marker = '