Go to the source code of this file.
|
float | code_version = 1.0 |
|
string | code_author = 'R. Healy (richard.healy@nasa.gov) SAIC' |
|
string | code_name = 'interpFields2HicoTimes.py' |
|
string | code_date = '2/3/2016' |
|
| parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=, add_help=True) |
|
| nargs |
|
| type |
|
| str |
|
| help |
|
| default |
|
| args = parser.parse_args('-ifile /home/rhealy/src/python/hico/l02l1b/iss.2013067.0308.063527.L0.12933.20130308205743.hico.bil -csvfile /home/rhealy/src/python/hico/l02l1b/iss.2013067.0308.063527.L0.12933.20130308205743.hico.csv -hdr /home/rhealy/src/python/hico/l02l1b/iss.2013067.0308.063527.L0.12933.20130308205743.hico.hdr'.split()) |
|
string | ifile = ''.join(args.ifile) |
|
string | csvfile = ''.join(args.csvfile) |
|
string | hdrfile = ''.join(args.hdr) |
|
string | orient = ''.join(args.orient) |
|
def | odrc_time_offset = get_odrc_time_offset(hdrfile) |
|
| newH = Hico(ifile,csvfile,odrc_time_offset,orient) |
|