OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
interpolateFields2hicotimes.py File Reference

Go to the source code of this file.

Classes

class  Hico
 

Namespaces

 hico.interpolateFields2hicotimes
 

Functions

def qtpow (q, pwr)
 
def qtmult (aqt, bqt, inverse1=0, inverse2=0)
 
def qterp_slerp (t0, q0, t1)
 
def writeHicoTimes (hico)
 
def get_odrc_time_offset (filename)
 

Variables

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)