ocssw
V2022
|
Classes | |
class | Hico |
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) | |
Detailed Description
Created on Feb 1, 2016 @author: rhealy
Function Documentation
◆ get_odrc_time_offset()
def hico.interpolateFields2hicotimes.get_odrc_time_offset | ( | filename | ) |
Definition at line 781 of file interpolateFields2hicotimes.py.
◆ qterp_slerp()
def hico.interpolateFields2hicotimes.qterp_slerp | ( | t0, | |
q0, | |||
t1 | |||
) |
Definition at line 127 of file interpolateFields2hicotimes.py.
◆ qtmult()
def hico.interpolateFields2hicotimes.qtmult | ( | aqt, | |
bqt, | |||
inverse1 = 0 , |
|||
inverse2 = 0 |
|||
) |
Definition at line 73 of file interpolateFields2hicotimes.py.
◆ qtpow()
def hico.interpolateFields2hicotimes.qtpow | ( | q, | |
pwr | |||
) |
Definition at line 12 of file interpolateFields2hicotimes.py.
◆ writeHicoTimes()
def hico.interpolateFields2hicotimes.writeHicoTimes | ( | hico | ) |
Definition at line 773 of file interpolateFields2hicotimes.py.
Variable Documentation
◆ args
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()) |
Definition at line 802 of file interpolateFields2hicotimes.py.
◆ code_author
string code_author = 'R. Healy (richard.healy@nasa.gov) SAIC' |
Definition at line 8 of file interpolateFields2hicotimes.py.
◆ code_date
string code_date = '2/3/2016' |
Definition at line 10 of file interpolateFields2hicotimes.py.
◆ code_name
string code_name = 'interpFields2HicoTimes.py' |
Definition at line 9 of file interpolateFields2hicotimes.py.
◆ code_version
float code_version = 1.0 |
Definition at line 7 of file interpolateFields2hicotimes.py.
◆ csvfile
string csvfile = ''.join(args.csvfile) |
Definition at line 805 of file interpolateFields2hicotimes.py.
◆ default
default |
Definition at line 801 of file interpolateFields2hicotimes.py.
◆ hdrfile
string hdrfile = ''.join(args.hdr) |
Definition at line 806 of file interpolateFields2hicotimes.py.
◆ help
help |
Definition at line 798 of file interpolateFields2hicotimes.py.
◆ ifile
string ifile = ''.join(args.ifile) |
Definition at line 804 of file interpolateFields2hicotimes.py.
◆ nargs
nargs |
Definition at line 798 of file interpolateFields2hicotimes.py.
◆ newH
newH = Hico(ifile,csvfile,odrc_time_offset,orient) |
Definition at line 811 of file interpolateFields2hicotimes.py.
◆ odrc_time_offset
def odrc_time_offset = get_odrc_time_offset(hdrfile) |
Definition at line 809 of file interpolateFields2hicotimes.py.
◆ orient
string orient = ''.join(args.orient) |
Definition at line 807 of file interpolateFields2hicotimes.py.
◆ parser
parser = argparse.ArgumentParser(formatter_class=argparse.RawTextHelpFormatter, description=, add_help=True) |
Definition at line 794 of file interpolateFields2hicotimes.py.
◆ str
str |
Definition at line 798 of file interpolateFields2hicotimes.py.
◆ type
type |
Definition at line 798 of file interpolateFields2hicotimes.py.