ocssw
V2022
|
Classes | |
class | CNamespace |
Functions | |
def | qtpow (q, pwr) |
def | qtmult (aqt, bqt, inverse1=0, inverse2=0) |
def | qterp_slerp (t0, q0, t1) |
def | ValueLocate (vec, vals) |
def | ConvLst2DT (date, time) |
def | GetOdrcTimeOffset (refHdrFile) |
Function Documentation
◆ ConvLst2DT()
def hico.auxiliary.ConvLst2DT | ( | date, | |
time | |||
) |
Takes a date and time strings and returns a datetime object
Definition at line 181 of file auxiliary.py.
◆ GetOdrcTimeOffset()
def hico.auxiliary.GetOdrcTimeOffset | ( | refHdrFile | ) |
Definition at line 195 of file auxiliary.py.
◆ qterp_slerp()
def hico.auxiliary.qterp_slerp | ( | t0, | |
q0, | |||
t1 | |||
) |
Definition at line 115 of file auxiliary.py.
◆ qtmult()
def hico.auxiliary.qtmult | ( | aqt, | |
bqt, | |||
inverse1 = 0 , |
|||
inverse2 = 0 |
|||
) |
This will only work with hico
Definition at line 63 of file auxiliary.py.
◆ qtpow()
def hico.auxiliary.qtpow | ( | q, | |
pwr | |||
) |
Definition at line 7 of file auxiliary.py.
◆ ValueLocate()
def hico.auxiliary.ValueLocate | ( | vec, | |
vals | |||
) |
Equivalent to IDL's value_locate routine. Excerpt from exelis follows "The VALUE_LOCATE function finds the intervals within a given monotonic vector that brackets a given set of one or more search values." Assumes vec and val are 1D arrays
Definition at line 170 of file auxiliary.py.