gpstkPython
index
/export/depot/sgl/gpstk/dev/apps/bindings/python/gpstkPython.py

# This file was created automatically by SWIG.
# Don't modify this file, modify the SWIG interface instead.
# This file is compatible with both classic and new-style classes.

 
Modules
       
_gpstkPython

 
Classes
       
exception
bad_exception
bad_exceptionPtr
exceptionPtr
logic_error
domain_error
domain_errorPtr
invalid_argument
invalid_argumentPtr
length_error
length_errorPtr
logic_errorPtr
out_of_range
out_of_rangePtr
runtime_error
overflow_error
overflow_errorPtr
range_error
range_errorPtr
runtime_errorPtr
underflow_error
underflow_errorPtr
__builtin__.object
AlmOrbit
AlmOrbitPtr
AlmanacStore
AlmanacStorePtr
BCEphemerisStore
BCEphemerisStorePtr
RinexEphemerisStore(BCEphemerisStore, FileStore_RinexNavHeader)
RinexEphemerisStorePtr
BOGUS_TEMPLATE
BOGUS_TEMPLATEPtr
ClockModel
ClockModelPtr
ObsClockModel
EpochClockModel
EpochClockModelPtr
LinearClockModel
LinearClockModelPtr
ObsClockModelPtr
CodeBuffer
CodeBufferPtr
CorrectedEphemerisRange
CorrectedEphemerisRangePtr
DayTime
DayTimePtr
EngNav
EngAlmanac
EngAlmanacPtr
EngEphemeris
EngEphemerisPtr
EngNavPtr
ExceptionLocation
ExceptionLocationPtr
ExtraWaveFact
ExtraWaveFactPtr
FFData
FFDataPtr
RinexObsBase
RinexObsBasePtr
RinexObsData
RinexObsDataPtr
RinexObsHeader
RinexObsHeaderPtr
FFStream
FFStreamPtr
FFTextStream
FFTextStreamPtr
FICAStream
FICAStreamPtr
MSCStream
MSCStreamPtr
RinexMetStream
RinexMetStreamPtr
RinexNavStream
RinexNavStreamPtr
RinexObsStream
RinexObsStreamPtr
SMODFStream
SMODFStreamPtr
SP3Stream
SP3StreamPtr
FICData
FICDataPtr
FICHeader
FICHeaderPtr
FICStream
FICStreamPtr
FileHunter
FileHunterPtr
FileStore_RinexNavHeader
FileStore_RinexNavHeaderPtr
FileStore_SP3Header
FileStore_SP3HeaderPtr
SP3EphemerisStore
SP3EphemerisStorePtr
GPSZcount
GPSZcountPtr
GenXSequence
GenXSequencePtr
GeoidModel
GeoidModelPtr
IonoModel
IonoModelPtr
IonoModelStore
IonoModelStorePtr
ORDEpoch
ORDEpochPtr
ObsEpoch
ObsEpochPtr
ObsRngDev
ObsRngDevPtr
Observation
ObservationPtr
ObservationPlus
ObservationPlusPtr
RAIMSolution
RAIMSolutionPtr
RinexDatum
RinexDatumPtr
RinexMetData
RinexMetDataPtr
RinexMetHeader
RinexMetHeaderPtr
RinexNavData
RinexNavDataPtr
RinexNavHeader
RinexNavHeaderPtr
RinexObsType
RinexObsTypePtr
RinexObsTypeMap
RinexObsTypeMapPtr
RinexPrn
RinexPrnPtr
RinexPrnMap
RinexPrnMapPtr
RungeKutta4
RungeKutta4Ptr
RxObsData
RxObsDataPtr
SP3Data
SP3DataPtr
SP3Header
SP3HeaderPtr
SVPCodeGen
SVPCodeGenPtr
SatID
SatIDPtr
Triple
ECEF
ECEFPtr
Geodetic
GeodeticPtr
Position
PositionPtr
TriplePtr
TropModel
GGHeightTropModel
GGHeightTropModelPtr
GGTropModel
GGTropModelPtr
NBTropModel
NBTropModelPtr
SimpleTropModel
SimpleTropModelPtr
TropModelPtr
ZeroTropModel
ZeroTropModelPtr
WxObsData
WxObsDataPtr
WxObservation
WxObservationPtr
X1Sequence
X1SequencePtr
X2Sequence
X2SequencePtr
Xvt
XvtPtr
ios_base
ios
iosPtr
istream
iostream(istream, ostream)
iostreamPtr
istreamPtr
ostream
Exception
AccessError
AccessErrorPtr
ObjectNotFound
ObjectNotFoundPtr
AssertionFailure
AssertionFailurePtr
ConfigurationException
ConfigurationExceptionPtr
DayTimeException
DayTimeExceptionPtr
ExceptionPtr
FileHunterException
FileHunterExceptionPtr
FileMissingException
FileMissingExceptionPtr
FormatException
FormatExceptionPtr
GeometryException
GeometryExceptionPtr
IndexOutOfBoundsException
IndexOutOfBoundsExceptionPtr
InvalidArgumentException
InvalidArgumentExceptionPtr
InvalidParameter
InvalidParameterPtr
InvalidRequest
InvalidRequestPtr
InvalidValue
InvalidValuePtr
NoGeoidException
NoGeoidExceptionPtr
OutOfMemory
OutOfMemoryPtr
SystemPipeException
SystemPipeExceptionPtr
SystemQueueException
SystemQueueExceptionPtr
SystemSemaphoreException
SystemSemaphoreExceptionPtr
WrongBlockFormat
WrongBlockFormatPtr
WrongBlockNumber
WrongBlockNumberPtr
ostreamPtr
ios_basePtr
sensorPosType
sensorPosTypePtr
sensorType
sensorTypePtr
vectord
vectordPtr
vectori
vectoriPtr

 
class AccessError(Exception)
    
Method resolution order:
AccessError
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_AccessError>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class AccessErrorPtr(AccessError)
    
Method resolution order:
AccessErrorPtr
AccessError
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from AccessError:
__del__(self, destroy=<built-in function delete_AccessError>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from AccessError:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class AlmOrbit(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_AlmOrbit>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
getFullWeek(*args)
getPRNID(*args)
getSVHealth(*args)
getTimestamp(*args)
getToaTime(*args)
getTransmitTime(*args)
svXvt(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'AlmOrbit' objects>
list of weak references to the object (if defined)

 
class AlmOrbitPtr(AlmOrbit)
    
Method resolution order:
AlmOrbitPtr
AlmOrbit
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from AlmOrbit:
__del__(self, destroy=<built-in function delete_AlmOrbit>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
getFullWeek(*args)
getPRNID(*args)
getSVHealth(*args)
getTimestamp(*args)
getToaTime(*args)
getTransmitTime(*args)
svXvt(*args)

Data and other attributes inherited from AlmOrbit:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'AlmOrbit' objects>
list of weak references to the object (if defined)

 
class AlmanacStore(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_AlmanacStore>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addAlmanac(*args)
findAlmanac(*args)
findAlmanacs(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'AlmanacStore' objects>
list of weak references to the object (if defined)

 
class AlmanacStorePtr(AlmanacStore)
    
Method resolution order:
AlmanacStorePtr
AlmanacStore
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from AlmanacStore:
__del__(self, destroy=<built-in function delete_AlmanacStore>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addAlmanac(*args)
findAlmanac(*args)
findAlmanacs(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)

Data and other attributes inherited from AlmanacStore:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'AlmanacStore' objects>
list of weak references to the object (if defined)

 
class AssertionFailure(Exception)
    
Method resolution order:
AssertionFailure
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_AssertionFailure>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class AssertionFailurePtr(AssertionFailure)
    
Method resolution order:
AssertionFailurePtr
AssertionFailure
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from AssertionFailure:
__del__(self, destroy=<built-in function delete_AssertionFailure>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from AssertionFailure:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class BCEphemerisStore(__builtin__.object)
     Methods defined here:
SearchNear(*args)
SearchPast(*args)
__del__(self, destroy=<built-in function delete_BCEphemerisStore>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addEphemeris(*args)
addToList(*args)
clear(*args)
dump(*args)
edit(*args)
findEphemeris(*args)
findNearEphemeris(*args)
findUserEphemeris(*args)
getFinalTime(*args)
getInitialTime(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)
ubeSize(*args)
wiper(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'BCEphemerisStore' objects>
list of weak references to the object (if defined)

 
class BCEphemerisStorePtr(BCEphemerisStore)
    
Method resolution order:
BCEphemerisStorePtr
BCEphemerisStore
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from BCEphemerisStore:
SearchNear(*args)
SearchPast(*args)
__del__(self, destroy=<built-in function delete_BCEphemerisStore>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addEphemeris(*args)
addToList(*args)
clear(*args)
dump(*args)
edit(*args)
findEphemeris(*args)
findNearEphemeris(*args)
findUserEphemeris(*args)
getFinalTime(*args)
getInitialTime(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)
ubeSize(*args)
wiper(*args)

Data and other attributes inherited from BCEphemerisStore:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'BCEphemerisStore' objects>
list of weak references to the object (if defined)

 
class BOGUS_TEMPLATE(__builtin__.object)
     Methods defined here:
__contains__(*args)
__del__(self, destroy=<built-in function delete_BOGUS_TEMPLATE>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__init__(self, *args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'BOGUS_TEMPLATE' objects>
list of weak references to the object (if defined)

 
class BOGUS_TEMPLATEPtr(BOGUS_TEMPLATE)
    
Method resolution order:
BOGUS_TEMPLATEPtr
BOGUS_TEMPLATE
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from BOGUS_TEMPLATE:
__contains__(*args)
__del__(self, destroy=<built-in function delete_BOGUS_TEMPLATE>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes inherited from BOGUS_TEMPLATE:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'BOGUS_TEMPLATE' objects>
list of weak references to the object (if defined)

 
class ClockModel(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ClockModel>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
getOffset(*args)
isOffsetValid(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class ClockModelPtr(ClockModel)
    
Method resolution order:
ClockModelPtr
ClockModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ClockModel:
__del__(self, destroy=<built-in function delete_ClockModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
getOffset(*args)
isOffsetValid(*args)

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class CodeBuffer(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_CodeBuffer>)
__getattr__ lambda self, name
__init__(self, *args)
__ixor__(*args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
class_operator_bracket(*args)
getBit(*args)
getCurrentTime(*args)
getPRNID(*args)
getPYFlag(*args)
operator_bracket_const(*args)
updateBufferStatus(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CodeBuffer' objects>
list of weak references to the object (if defined)

 
class CodeBufferPtr(CodeBuffer)
    
Method resolution order:
CodeBufferPtr
CodeBuffer
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CodeBuffer:
__del__(self, destroy=<built-in function delete_CodeBuffer>)
__getattr__ lambda self, name
__ixor__(*args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
class_operator_bracket(*args)
getBit(*args)
getCurrentTime(*args)
getPRNID(*args)
getPYFlag(*args)
operator_bracket_const(*args)
updateBufferStatus(*args)

Data and other attributes inherited from CodeBuffer:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'CodeBuffer' objects>
list of weak references to the object (if defined)

 
class ConfigurationException(Exception)
    
Method resolution order:
ConfigurationException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ConfigurationException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ConfigurationExceptionPtr(ConfigurationException)
    
Method resolution order:
ConfigurationExceptionPtr
ConfigurationException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ConfigurationException:
__del__(self, destroy=<built-in function delete_ConfigurationException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from ConfigurationException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class CorrectedEphemerisRange(__builtin__.object)
     Methods defined here:
ComputeAtReceiveTime(*args)
ComputeAtTransmitTime(*args)
__del__(self, destroy=<built-in function delete_CorrectedEphemerisRange>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
azimuth
get = CorrectedEphemerisRange_azimuth_get(...)
set = CorrectedEphemerisRange_azimuth_set(...)
cosines
get = CorrectedEphemerisRange_cosines_get(...)
set = CorrectedEphemerisRange_cosines_set(...)
elevation
get = CorrectedEphemerisRange_elevation_get(...)
set = CorrectedEphemerisRange_elevation_set(...)
rawrange
get = CorrectedEphemerisRange_rawrange_get(...)
set = CorrectedEphemerisRange_rawrange_set(...)
relativity
get = CorrectedEphemerisRange_relativity_get(...)
set = CorrectedEphemerisRange_relativity_set(...)
svPosVel
get = CorrectedEphemerisRange_svPosVel_get(...)
set = CorrectedEphemerisRange_svPosVel_set(...)
svclkbias
get = CorrectedEphemerisRange_svclkbias_get(...)
set = CorrectedEphemerisRange_svclkbias_set(...)
svclkdrift
get = CorrectedEphemerisRange_svclkdrift_get(...)
set = CorrectedEphemerisRange_svclkdrift_set(...)
transmit
get = CorrectedEphemerisRange_transmit_get(...)
set = CorrectedEphemerisRange_transmit_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'azimuth': <built-in function CorrectedEphemerisRange_azimuth_get>, 'cosines': <built-in function CorrectedEphemerisRange_cosines_get>, 'elevation': <built-in function CorrectedEphemerisRange_elevation_get>, 'rawrange': <built-in function CorrectedEphemerisRange_rawrange_get>, 'relativity': <built-in function CorrectedEphemerisRange_relativity_get>, 'svPosVel': <built-in function CorrectedEphemerisRange_svPosVel_get>, 'svclkbias': <built-in function CorrectedEphemerisRange_svclkbias_get>, 'svclkdrift': <built-in function CorrectedEphemerisRange_svclkdrift_get>, 'transmit': <built-in function CorrectedEphemerisRange_transmit_get>}
__swig_setmethods__ = {'azimuth': <built-in function CorrectedEphemerisRange_azimuth_set>, 'cosines': <built-in function CorrectedEphemerisRange_cosines_set>, 'elevation': <built-in function CorrectedEphemerisRange_elevation_set>, 'rawrange': <built-in function CorrectedEphemerisRange_rawrange_set>, 'relativity': <built-in function CorrectedEphemerisRange_relativity_set>, 'svPosVel': <built-in function CorrectedEphemerisRange_svPosVel_set>, 'svclkbias': <built-in function CorrectedEphemerisRange_svclkbias_set>, 'svclkdrift': <built-in function CorrectedEphemerisRange_svclkdrift_set>, 'transmit': <built-in function CorrectedEphemerisRange_transmit_set>}
__weakref__ = <attribute '__weakref__' of 'CorrectedEphemerisRange' objects>
list of weak references to the object (if defined)

 
class CorrectedEphemerisRangePtr(CorrectedEphemerisRange)
    
Method resolution order:
CorrectedEphemerisRangePtr
CorrectedEphemerisRange
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from CorrectedEphemerisRange:
ComputeAtReceiveTime(*args)
ComputeAtTransmitTime(*args)
__del__(self, destroy=<built-in function delete_CorrectedEphemerisRange>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from CorrectedEphemerisRange:
azimuth
get = CorrectedEphemerisRange_azimuth_get(...)
set = CorrectedEphemerisRange_azimuth_set(...)
cosines
get = CorrectedEphemerisRange_cosines_get(...)
set = CorrectedEphemerisRange_cosines_set(...)
elevation
get = CorrectedEphemerisRange_elevation_get(...)
set = CorrectedEphemerisRange_elevation_set(...)
rawrange
get = CorrectedEphemerisRange_rawrange_get(...)
set = CorrectedEphemerisRange_rawrange_set(...)
relativity
get = CorrectedEphemerisRange_relativity_get(...)
set = CorrectedEphemerisRange_relativity_set(...)
svPosVel
get = CorrectedEphemerisRange_svPosVel_get(...)
set = CorrectedEphemerisRange_svPosVel_set(...)
svclkbias
get = CorrectedEphemerisRange_svclkbias_get(...)
set = CorrectedEphemerisRange_svclkbias_set(...)
svclkdrift
get = CorrectedEphemerisRange_svclkdrift_get(...)
set = CorrectedEphemerisRange_svclkdrift_set(...)
transmit
get = CorrectedEphemerisRange_transmit_get(...)
set = CorrectedEphemerisRange_transmit_set(...)

Data and other attributes inherited from CorrectedEphemerisRange:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'azimuth': <built-in function CorrectedEphemerisRange_azimuth_get>, 'cosines': <built-in function CorrectedEphemerisRange_cosines_get>, 'elevation': <built-in function CorrectedEphemerisRange_elevation_get>, 'rawrange': <built-in function CorrectedEphemerisRange_rawrange_get>, 'relativity': <built-in function CorrectedEphemerisRange_relativity_get>, 'svPosVel': <built-in function CorrectedEphemerisRange_svPosVel_get>, 'svclkbias': <built-in function CorrectedEphemerisRange_svclkbias_get>, 'svclkdrift': <built-in function CorrectedEphemerisRange_svclkdrift_get>, 'transmit': <built-in function CorrectedEphemerisRange_transmit_get>}
__swig_setmethods__ = {'azimuth': <built-in function CorrectedEphemerisRange_azimuth_set>, 'cosines': <built-in function CorrectedEphemerisRange_cosines_set>, 'elevation': <built-in function CorrectedEphemerisRange_elevation_set>, 'rawrange': <built-in function CorrectedEphemerisRange_rawrange_set>, 'relativity': <built-in function CorrectedEphemerisRange_relativity_set>, 'svPosVel': <built-in function CorrectedEphemerisRange_svPosVel_set>, 'svclkbias': <built-in function CorrectedEphemerisRange_svclkbias_set>, 'svclkdrift': <built-in function CorrectedEphemerisRange_svclkdrift_set>, 'transmit': <built-in function CorrectedEphemerisRange_transmit_set>}
__weakref__ = <attribute '__weakref__' of 'CorrectedEphemerisRange' objects>
list of weak references to the object (if defined)

 
class DayTime(__builtin__.object)
     Methods defined here:
DOY(*args)
DOYday(*args)
DOYsecond(*args)
DOYyear(*args)
GPS10bitweek(*args)
GPSday(*args)
GPSfullweek(*args)
GPSsecond(*args)
GPSsow(*args)
GPSyear(*args)
GPSzcount(*args)
GPSzcountFloor(*args)
JD(*args)
MJD(*args)
MJDdate(*args)
Operator_GPSZcount(*args)
__add__(*args)
__del__(self, destroy=<built-in function delete_DayTime>)
__eq__(*args)
__ge__(*args)
__getattr__ lambda self, name
__gt__(*args)
__iadd__(*args)
__init__(self, *args)
__isub__(*args)
__le__(*args)
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
addMicroSeconds(*args)
addMilliSeconds(*args)
addSeconds(*args)
asString(*args)
class_operator_assignment(*args)
day(*args)
dayOfWeek(*args)
dump(*args)
fullZcount(*args)
fullZcountFloor(*args)
getMJDasLongDouble(*args)
getTimeFrame(*args)
getTolerance(*args)
getYMD(*args)
hour(*args)
minute(*args)
month(*args)
printf(*args)
printf_std_string(*args)
secOfDay(*args)
second(*args)
setANSI(*args)
setAllButTimeFrame(*args)
setGPS(*args)
setGPSZcount(*args)
setGPSfullweek(*args)
setHMS(*args)
setLocalTime(*args)
setMJD(*args)
setMJDdate(*args)
setSecOfDay(*args)
setSystemTime(*args)
setTimeFrame(*args)
setToString(*args)
setTolerance(*args)
setUnix(*args)
setYDoy(*args)
setYDoySod(*args)
setYMD(*args)
setYMDHMS(*args)
unixTime(*args)
year(*args)

Static methods defined here:
convertCalendarToJD = DayTime_convertCalendarToJD(...)
convertJDtoCalendar = DayTime_convertJDtoCalendar(...)
convertSODtoTime = DayTime_convertSODtoTime(...)
convertTimeToSOD = DayTime_convertTimeToSOD(...)
getDayTimeTolerance = DayTime_getDayTimeTolerance(...)
setDayTimeTolerance = DayTime_setDayTimeTolerance(...)

Data and other attributes defined here:
BEGINNING_OF_TIME = <Swig Object at _6cf42cb7_p_gpstk__DayTime>
BEGIN_LIMIT_JDAY = 0
END_LIMIT_JDAY = 3442448
END_OF_TIME = <Swig Object at _88f42cb7_p_gpstk__DayTime>
FACTOR = 1000
FULLWEEK = 604800
GPS_EPOCH_JDAY = 2444245
GPS_EPOCH_MJD = 44244
GPS_Receiver = 6
GPS_Rx = 4
GPS_SV = 5
GPS_Tx = 3
HALFWEEK = 302400
JD_TO_MJD = 2400000.5
LocalSystem = 2
MJD_JDAY = 2400001
MS_PER_DAY = 86400000
ONE_HOUR_TOLERANCE = 3600.0
ONE_MIN_TOLERANCE = 60.0
ONE_MSEC_TOLERANCE = 0.001
ONE_NSEC_TOLERANCE = 1.0000000000000001e-09
ONE_SEC_TOLERANCE = 1.0
ONE_USEC_TOLERANCE = 9.9999999999999995e-07
SEC_DAY = 86400
UNIX_MJD = 40587
UTC = 1
Unknown = 0
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'convertCalendarToJD': <function <lambda>>, 'convertJDtoCalendar': <function <lambda>>, 'convertSODtoTime': <function <lambda>>, 'convertTimeToSOD': <function <lambda>>, 'getDayTimeTolerance': <function <lambda>>, 'setDayTimeTolerance': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'DayTime' objects>
list of weak references to the object (if defined)

 
class DayTimeException(Exception)
    
Method resolution order:
DayTimeException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_DayTimeException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class DayTimeExceptionPtr(DayTimeException)
    
Method resolution order:
DayTimeExceptionPtr
DayTimeException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from DayTimeException:
__del__(self, destroy=<built-in function delete_DayTimeException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from DayTimeException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class DayTimePtr(DayTime)
    
Method resolution order:
DayTimePtr
DayTime
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from DayTime:
DOY(*args)
DOYday(*args)
DOYsecond(*args)
DOYyear(*args)
GPS10bitweek(*args)
GPSday(*args)
GPSfullweek(*args)
GPSsecond(*args)
GPSsow(*args)
GPSyear(*args)
GPSzcount(*args)
GPSzcountFloor(*args)
JD(*args)
MJD(*args)
MJDdate(*args)
Operator_GPSZcount(*args)
__add__(*args)
__del__(self, destroy=<built-in function delete_DayTime>)
__eq__(*args)
__ge__(*args)
__getattr__ lambda self, name
__gt__(*args)
__iadd__(*args)
__isub__(*args)
__le__(*args)
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
addMicroSeconds(*args)
addMilliSeconds(*args)
addSeconds(*args)
asString(*args)
class_operator_assignment(*args)
day(*args)
dayOfWeek(*args)
dump(*args)
fullZcount(*args)
fullZcountFloor(*args)
getMJDasLongDouble(*args)
getTimeFrame(*args)
getTolerance(*args)
getYMD(*args)
hour(*args)
minute(*args)
month(*args)
printf(*args)
printf_std_string(*args)
secOfDay(*args)
second(*args)
setANSI(*args)
setAllButTimeFrame(*args)
setGPS(*args)
setGPSZcount(*args)
setGPSfullweek(*args)
setHMS(*args)
setLocalTime(*args)
setMJD(*args)
setMJDdate(*args)
setSecOfDay(*args)
setSystemTime(*args)
setTimeFrame(*args)
setToString(*args)
setTolerance(*args)
setUnix(*args)
setYDoy(*args)
setYDoySod(*args)
setYMD(*args)
setYMDHMS(*args)
unixTime(*args)
year(*args)

Static methods inherited from DayTime:
convertCalendarToJD = DayTime_convertCalendarToJD(...)
convertJDtoCalendar = DayTime_convertJDtoCalendar(...)
convertSODtoTime = DayTime_convertSODtoTime(...)
convertTimeToSOD = DayTime_convertTimeToSOD(...)
getDayTimeTolerance = DayTime_getDayTimeTolerance(...)
setDayTimeTolerance = DayTime_setDayTimeTolerance(...)

Data and other attributes inherited from DayTime:
BEGINNING_OF_TIME = <Swig Object at _6cf42cb7_p_gpstk__DayTime>
BEGIN_LIMIT_JDAY = 0
END_LIMIT_JDAY = 3442448
END_OF_TIME = <Swig Object at _88f42cb7_p_gpstk__DayTime>
FACTOR = 1000
FULLWEEK = 604800
GPS_EPOCH_JDAY = 2444245
GPS_EPOCH_MJD = 44244
GPS_Receiver = 6
GPS_Rx = 4
GPS_SV = 5
GPS_Tx = 3
HALFWEEK = 302400
JD_TO_MJD = 2400000.5
LocalSystem = 2
MJD_JDAY = 2400001
MS_PER_DAY = 86400000
ONE_HOUR_TOLERANCE = 3600.0
ONE_MIN_TOLERANCE = 60.0
ONE_MSEC_TOLERANCE = 0.001
ONE_NSEC_TOLERANCE = 1.0000000000000001e-09
ONE_SEC_TOLERANCE = 1.0
ONE_USEC_TOLERANCE = 9.9999999999999995e-07
SEC_DAY = 86400
UNIX_MJD = 40587
UTC = 1
Unknown = 0
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'convertCalendarToJD': <function <lambda>>, 'convertJDtoCalendar': <function <lambda>>, 'convertSODtoTime': <function <lambda>>, 'convertTimeToSOD': <function <lambda>>, 'getDayTimeTolerance': <function <lambda>>, 'setDayTimeTolerance': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'DayTime' objects>
list of weak references to the object (if defined)

 
class ECEF(Triple)
    
Method resolution order:
ECEF
Triple
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ECEF>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
asGeodetic(*args)
class_operator_assignment(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
__add__(*args)
__sub__(*args)
azAngle(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class ECEFPtr(ECEF)
    
Method resolution order:
ECEFPtr
ECEF
Triple
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ECEF:
__del__(self, destroy=<built-in function delete_ECEF>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
asGeodetic(*args)
class_operator_assignment(*args)

Data and other attributes inherited from ECEF:
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
__add__(*args)
__sub__(*args)
azAngle(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class EngAlmanac(EngNav)
    
Method resolution order:
EngAlmanac
EngNav
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_EngAlmanac>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addSubframe(*args)
getA(*args)
getAf0(*args)
getAf1(*args)
getAhalf(*args)
getAlmOrbElem(*args)
getAlmOrbElems(*args)
getAlmWeek(*args)
getEcc(*args)
getFullWeek(*args)
getIOffset(*args)
getIon(*args)
getM0(*args)
getOmega0(*args)
getOmegadot(*args)
getSVHealth(*args)
getToa(*args)
getUTC(*args)
getW(*args)
getXmitTime(*args)
isData(*args)
svXvt(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}

Static methods inherited from EngNav:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes inherited from EngNav:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EngAlmanacPtr(EngAlmanac)
    
Method resolution order:
EngAlmanacPtr
EngAlmanac
EngNav
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from EngAlmanac:
__del__(self, destroy=<built-in function delete_EngAlmanac>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addSubframe(*args)
getA(*args)
getAf0(*args)
getAf1(*args)
getAhalf(*args)
getAlmOrbElem(*args)
getAlmOrbElems(*args)
getAlmWeek(*args)
getEcc(*args)
getFullWeek(*args)
getIOffset(*args)
getIon(*args)
getM0(*args)
getOmega0(*args)
getOmegadot(*args)
getSVHealth(*args)
getToa(*args)
getUTC(*args)
getW(*args)
getXmitTime(*args)
isData(*args)
svXvt(*args)

Data and other attributes inherited from EngAlmanac:
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}

Static methods inherited from EngNav:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes inherited from EngNav:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EngEphemeris(EngNav)
    
Method resolution order:
EngEphemeris
EngNav
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_EngEphemeris>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addSubframe(*args)
dump(*args)
getA(*args)
getASAlert(*args)
getAccFlag(*args)
getAccuracy(*args)
getAf0(*args)
getAf1(*args)
getAf2(*args)
getAhalf(*args)
getCic(*args)
getCis(*args)
getCodeFlags(*args)
getCrc(*args)
getCrs(*args)
getCuc(*args)
getCus(*args)
getDn(*args)
getEcc(*args)
getEphemerisEpoch(*args)
getEpochTime(*args)
getFitInt(*args)
getFitInterval(*args)
getFullWeek(*args)
getHOWTime(*args)
getHealth(*args)
getI0(*args)
getIDot(*args)
getIODC(*args)
getIODE(*args)
getL2Pdata(*args)
getM0(*args)
getOmega0(*args)
getOmegaDot(*args)
getPRNID(*args)
getTLMMessage(*args)
getTLMPreamble(*args)
getTgd(*args)
getTimestamp(*args)
getToc(*args)
getToe(*args)
getTot(*args)
getTracker(*args)
getTransmitTime(*args)
getW(*args)
isData(*args)
setAccuracy(*args)
setSF1(*args)
setSF2(*args)
setSF3(*args)
svClockBias(*args)
svClockDrift(*args)
svRelativity(*args)
svXvt(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}

Static methods inherited from EngNav:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes inherited from EngNav:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EngEphemerisPtr(EngEphemeris)
    
Method resolution order:
EngEphemerisPtr
EngEphemeris
EngNav
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from EngEphemeris:
__del__(self, destroy=<built-in function delete_EngEphemeris>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addSubframe(*args)
dump(*args)
getA(*args)
getASAlert(*args)
getAccFlag(*args)
getAccuracy(*args)
getAf0(*args)
getAf1(*args)
getAf2(*args)
getAhalf(*args)
getCic(*args)
getCis(*args)
getCodeFlags(*args)
getCrc(*args)
getCrs(*args)
getCuc(*args)
getCus(*args)
getDn(*args)
getEcc(*args)
getEphemerisEpoch(*args)
getEpochTime(*args)
getFitInt(*args)
getFitInterval(*args)
getFullWeek(*args)
getHOWTime(*args)
getHealth(*args)
getI0(*args)
getIDot(*args)
getIODC(*args)
getIODE(*args)
getL2Pdata(*args)
getM0(*args)
getOmega0(*args)
getOmegaDot(*args)
getPRNID(*args)
getTLMMessage(*args)
getTLMPreamble(*args)
getTgd(*args)
getTimestamp(*args)
getToc(*args)
getToe(*args)
getTot(*args)
getTracker(*args)
getTransmitTime(*args)
getW(*args)
isData(*args)
setAccuracy(*args)
setSF1(*args)
setSF2(*args)
setSF3(*args)
svClockBias(*args)
svClockDrift(*args)
svRelativity(*args)
svXvt(*args)

Data and other attributes inherited from EngEphemeris:
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}

Static methods inherited from EngNav:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes inherited from EngNav:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EngNav(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_EngNav>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Static methods defined here:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EngNavPtr(EngNav)
    
Method resolution order:
EngNavPtr
EngNav
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from EngNav:
__del__(self, destroy=<built-in function delete_EngNav>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Static methods inherited from EngNav:
convert10bit = EngNav_convert10bit(...)
convert8bit = EngNav_convert8bit(...)
getSubframePattern = EngNav_getSubframePattern(...)
subframeConvert = EngNav_subframeConvert(...)
subframeParity = EngNav_subframeParity(...)

Data and other attributes inherited from EngNav:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'convert10bit': <function <lambda>>, 'convert8bit': <function <lambda>>, 'getSubframePattern': <function <lambda>>, 'subframeConvert': <function <lambda>>, 'subframeParity': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'EngNav' objects>
list of weak references to the object (if defined)

 
class EpochClockModel(ObsClockModel)
    
Method resolution order:
EpochClockModel
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_EpochClockModel>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
isOffsetValid(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ObsClockModel:
dump(*args)
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes inherited from ObsClockModel:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0

Methods inherited from ClockModel:
getOffset(*args)

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class EpochClockModelPtr(EpochClockModel)
    
Method resolution order:
EpochClockModelPtr
EpochClockModel
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from EpochClockModel:
__del__(self, destroy=<built-in function delete_EpochClockModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
isOffsetValid(*args)

Data and other attributes inherited from EpochClockModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ObsClockModel:
dump(*args)
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes inherited from ObsClockModel:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0

Methods inherited from ClockModel:
getOffset(*args)

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class Exception(ostream)
    
Method resolution order:
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_Exception>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addLocation(*args)
addText(*args)
class_operator_assignment(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getName(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ExceptionLocation(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ExceptionLocation>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
getFileName(*args)
getFunctionName(*args)
getLineNumber(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ExceptionLocation' objects>
list of weak references to the object (if defined)

 
class ExceptionLocationPtr(ExceptionLocation)
    
Method resolution order:
ExceptionLocationPtr
ExceptionLocation
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ExceptionLocation:
__del__(self, destroy=<built-in function delete_ExceptionLocation>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
getFileName(*args)
getFunctionName(*args)
getLineNumber(*args)

Data and other attributes inherited from ExceptionLocation:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ExceptionLocation' objects>
list of weak references to the object (if defined)

 
class ExceptionPtr(Exception)
    
Method resolution order:
ExceptionPtr
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Exception:
__del__(self, destroy=<built-in function delete_Exception>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addLocation(*args)
addText(*args)
class_operator_assignment(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getName(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ExtraWaveFact(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ExtraWaveFact>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
prnList
get = ExtraWaveFact_prnList_get(...)
set = ExtraWaveFact_prnList_set(...)
wavelengthFactor
get = ExtraWaveFact_wavelengthFactor_get(...)
set = ExtraWaveFact_wavelengthFactor_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'prnList': <built-in function ExtraWaveFact_prnList_get>, 'wavelengthFactor': <built-in function ExtraWaveFact_wavelengthFactor_get>}
__swig_setmethods__ = {'prnList': <built-in function ExtraWaveFact_prnList_set>, 'wavelengthFactor': <built-in function ExtraWaveFact_wavelengthFactor_set>}
__weakref__ = <attribute '__weakref__' of 'ExtraWaveFact' objects>
list of weak references to the object (if defined)

 
class ExtraWaveFactPtr(ExtraWaveFact)
    
Method resolution order:
ExtraWaveFactPtr
ExtraWaveFact
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ExtraWaveFact:
__del__(self, destroy=<built-in function delete_ExtraWaveFact>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from ExtraWaveFact:
prnList
get = ExtraWaveFact_prnList_get(...)
set = ExtraWaveFact_prnList_set(...)
wavelengthFactor
get = ExtraWaveFact_wavelengthFactor_get(...)
set = ExtraWaveFact_wavelengthFactor_set(...)

Data and other attributes inherited from ExtraWaveFact:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'prnList': <built-in function ExtraWaveFact_prnList_get>, 'wavelengthFactor': <built-in function ExtraWaveFact_wavelengthFactor_get>}
__swig_setmethods__ = {'prnList': <built-in function ExtraWaveFact_prnList_set>, 'wavelengthFactor': <built-in function ExtraWaveFact_wavelengthFactor_set>}
__weakref__ = <attribute '__weakref__' of 'ExtraWaveFact' objects>
list of weak references to the object (if defined)

 
class FFData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FFData>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
getRecord(*args)
isData(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class FFDataPtr(FFData)
    
Method resolution order:
FFDataPtr
FFData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FFData:
__del__(self, destroy=<built-in function delete_FFData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
getRecord(*args)
isData(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class FFStream(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FFStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
conditionalThrow(*args)
open(*args)

Properties defined here:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FFStreamPtr(FFStream)
    
Method resolution order:
FFStreamPtr
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FFStream:
__del__(self, destroy=<built-in function delete_FFStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
conditionalThrow(*args)
open(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FFTextStream(FFStream)
    
Method resolution order:
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_FFTextStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
formattedGetLine(*args)
open(*args)

Properties defined here:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FFTextStreamPtr(FFTextStream)
    
Method resolution order:
FFTextStreamPtr
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FFTextStream:
__del__(self, destroy=<built-in function delete_FFTextStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
formattedGetLine(*args)
open(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Data and other attributes inherited from FFTextStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FICAStream(FFTextStream)
    
Method resolution order:
FICAStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_FICAStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FICAStreamPtr(FICAStream)
    
Method resolution order:
FICAStreamPtr
FICAStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FICAStream:
__del__(self, destroy=<built-in function delete_FICAStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Data and other attributes inherited from FICAStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class FICData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FICData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
generateUniqueKey(*args)
isData(*args)
isValid(*args)
operator_AlmOrbit(*args)
operator_EngEphemeris(*args)
prettyDump(*args)

Properties defined here:
blockNum
get = FICData_blockNum_get(...)
set = FICData_blockNum_set(...)
c
get = FICData_c_get(...)
set = FICData_c_set(...)
f
get = FICData_f_get(...)
set = FICData_f_set(...)
i
get = FICData_i_get(...)
set = FICData_i_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'blockNum': <built-in function FICData_blockNum_get>, 'c': <built-in function FICData_c_get>, 'f': <built-in function FICData_f_get>, 'i': <built-in function FICData_i_get>}
__swig_setmethods__ = {'blockNum': <built-in function FICData_blockNum_set>, 'c': <built-in function FICData_c_set>, 'f': <built-in function FICData_f_set>, 'i': <built-in function FICData_i_set>}
__weakref__ = <attribute '__weakref__' of 'FICData' objects>
list of weak references to the object (if defined)
blockString = 'BLK '

 
class FICDataPtr(FICData)
    
Method resolution order:
FICDataPtr
FICData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FICData:
__del__(self, destroy=<built-in function delete_FICData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
generateUniqueKey(*args)
isData(*args)
isValid(*args)
operator_AlmOrbit(*args)
operator_EngEphemeris(*args)
prettyDump(*args)

Properties inherited from FICData:
blockNum
get = FICData_blockNum_get(...)
set = FICData_blockNum_set(...)
c
get = FICData_c_get(...)
set = FICData_c_set(...)
f
get = FICData_f_get(...)
set = FICData_f_set(...)
i
get = FICData_i_get(...)
set = FICData_i_set(...)

Data and other attributes inherited from FICData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'blockNum': <built-in function FICData_blockNum_get>, 'c': <built-in function FICData_c_get>, 'f': <built-in function FICData_f_get>, 'i': <built-in function FICData_i_get>}
__swig_setmethods__ = {'blockNum': <built-in function FICData_blockNum_set>, 'c': <built-in function FICData_c_set>, 'f': <built-in function FICData_f_set>, 'i': <built-in function FICData_i_set>}
__weakref__ = <attribute '__weakref__' of 'FICData' objects>
list of weak references to the object (if defined)
blockString = 'BLK '

 
class FICHeader(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FICHeader>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties defined here:
header
get = FICHeader_header_get(...)
set = FICHeader_header_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'header': <built-in function FICHeader_header_get>}
__swig_setmethods__ = {'header': <built-in function FICHeader_header_set>}
__weakref__ = <attribute '__weakref__' of 'FICHeader' objects>
list of weak references to the object (if defined)
headerSize = 40

 
class FICHeaderPtr(FICHeader)
    
Method resolution order:
FICHeaderPtr
FICHeader
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FICHeader:
__del__(self, destroy=<built-in function delete_FICHeader>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties inherited from FICHeader:
header
get = FICHeader_header_get(...)
set = FICHeader_header_set(...)

Data and other attributes inherited from FICHeader:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'header': <built-in function FICHeader_header_get>}
__swig_setmethods__ = {'header': <built-in function FICHeader_header_set>}
__weakref__ = <attribute '__weakref__' of 'FICHeader' objects>
list of weak references to the object (if defined)
headerSize = 40

 
class FICStream(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FICStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FICStream' objects>
list of weak references to the object (if defined)

 
class FICStreamPtr(FICStream)
    
Method resolution order:
FICStreamPtr
FICStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FICStream:
__del__(self, destroy=<built-in function delete_FICStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Data and other attributes inherited from FICStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FICStream' objects>
list of weak references to the object (if defined)

 
class FileHunter(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FileHunter>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
find(*args)
newHunt(*args)
setFilter(*args)

Data and other attributes defined here:
DAY = 1
HOUR = 2
MINUTE = 3
WEEK = 0
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileHunter' objects>
list of weak references to the object (if defined)

 
class FileHunterException(Exception)
    
Method resolution order:
FileHunterException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_FileHunterException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class FileHunterExceptionPtr(FileHunterException)
    
Method resolution order:
FileHunterExceptionPtr
FileHunterException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FileHunterException:
__del__(self, destroy=<built-in function delete_FileHunterException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from FileHunterException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class FileHunterPtr(FileHunter)
    
Method resolution order:
FileHunterPtr
FileHunter
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FileHunter:
__del__(self, destroy=<built-in function delete_FileHunter>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
find(*args)
newHunt(*args)
setFilter(*args)

Data and other attributes inherited from FileHunter:
DAY = 1
HOUR = 2
MINUTE = 3
WEEK = 0
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileHunter' objects>
list of weak references to the object (if defined)

 
class FileMissingException(Exception)
    
Method resolution order:
FileMissingException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_FileMissingException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class FileMissingExceptionPtr(FileMissingException)
    
Method resolution order:
FileMissingExceptionPtr
FileMissingException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FileMissingException:
__del__(self, destroy=<built-in function delete_FileMissingException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from FileMissingException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class FileStore_RinexNavHeader(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FileStore_RinexNavHeader>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFile(*args)
loadFiles(*args)
size(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileStore_RinexNavHeader' objects>
list of weak references to the object (if defined)

 
class FileStore_RinexNavHeaderPtr(FileStore_RinexNavHeader)
    
Method resolution order:
FileStore_RinexNavHeaderPtr
FileStore_RinexNavHeader
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FileStore_RinexNavHeader:
__del__(self, destroy=<built-in function delete_FileStore_RinexNavHeader>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFile(*args)
loadFiles(*args)
size(*args)

Data and other attributes inherited from FileStore_RinexNavHeader:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileStore_RinexNavHeader' objects>
list of weak references to the object (if defined)

 
class FileStore_SP3Header(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_FileStore_SP3Header>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFile(*args)
loadFiles(*args)
size(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileStore_SP3Header' objects>
list of weak references to the object (if defined)

 
class FileStore_SP3HeaderPtr(FileStore_SP3Header)
    
Method resolution order:
FileStore_SP3HeaderPtr
FileStore_SP3Header
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FileStore_SP3Header:
__del__(self, destroy=<built-in function delete_FileStore_SP3Header>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFile(*args)
loadFiles(*args)
size(*args)

Data and other attributes inherited from FileStore_SP3Header:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'FileStore_SP3Header' objects>
list of weak references to the object (if defined)

 
class FormatException(Exception)
    
Method resolution order:
FormatException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_FormatException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class FormatExceptionPtr(FormatException)
    
Method resolution order:
FormatExceptionPtr
FormatException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from FormatException:
__del__(self, destroy=<built-in function delete_FormatException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from FormatException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class GGHeightTropModel(TropModel)
    
Method resolution order:
GGHeightTropModel
TropModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_GGHeightTropModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
setHeights(*args)
setReceiverHeight(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class GGHeightTropModelPtr(GGHeightTropModel)
    
Method resolution order:
GGHeightTropModelPtr
GGHeightTropModel
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GGHeightTropModel:
__del__(self, destroy=<built-in function delete_GGHeightTropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
setHeights(*args)
setReceiverHeight(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from GGHeightTropModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class GGTropModel(TropModel)
    
Method resolution order:
GGTropModel
TropModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_GGTropModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dry_mapping_function(*args)
dry_zenith_delay(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
correction(*args)
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class GGTropModelPtr(GGTropModel)
    
Method resolution order:
GGTropModelPtr
GGTropModel
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GGTropModel:
__del__(self, destroy=<built-in function delete_GGTropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dry_mapping_function(*args)
dry_zenith_delay(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from GGTropModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
correction(*args)
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class GPSZcount(__builtin__.object)
     Methods defined here:
__add__(*args)
__del__(self, destroy=<built-in function delete_GPSZcount>)
__eq__(*args)
__ge__(*args)
__getattr__ lambda self, name
__gt__(*args)
__iadd__(*args)
__init__(self, *args)
__isub__(*args)
__le__(*args)
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
addWeeks(*args)
addZcounts(*args)
class_operator_assignment(*args)
dump(*args)
getFullZcount(*args)
getTotalZcounts(*args)
getWeek(*args)
getZcount(*args)
inSameTimeBlock(*args)
operator_std_string(*args)
setFullZcount(*args)
setWeek(*args)
setZcount(*args)

Data and other attributes defined here:
ZCOUNT_DAY = 57600
ZCOUNT_HOUR = 2400
ZCOUNT_MINUTE = 40
ZCOUNT_WEEK = 403200
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GPSZcount' objects>
list of weak references to the object (if defined)

 
class GPSZcountPtr(GPSZcount)
    
Method resolution order:
GPSZcountPtr
GPSZcount
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GPSZcount:
__add__(*args)
__del__(self, destroy=<built-in function delete_GPSZcount>)
__eq__(*args)
__ge__(*args)
__getattr__ lambda self, name
__gt__(*args)
__iadd__(*args)
__isub__(*args)
__le__(*args)
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
addWeeks(*args)
addZcounts(*args)
class_operator_assignment(*args)
dump(*args)
getFullZcount(*args)
getTotalZcounts(*args)
getWeek(*args)
getZcount(*args)
inSameTimeBlock(*args)
operator_std_string(*args)
setFullZcount(*args)
setWeek(*args)
setZcount(*args)

Data and other attributes inherited from GPSZcount:
ZCOUNT_DAY = 57600
ZCOUNT_HOUR = 2400
ZCOUNT_MINUTE = 40
ZCOUNT_WEEK = 403200
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GPSZcount' objects>
list of weak references to the object (if defined)

 
class GenXSequence(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_GenXSequence>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)
setLengthOfSequence(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GenXSequence' objects>
list of weak references to the object (if defined)

 
class GenXSequencePtr(GenXSequence)
    
Method resolution order:
GenXSequencePtr
GenXSequence
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GenXSequence:
__del__(self, destroy=<built-in function delete_GenXSequence>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)
setLengthOfSequence(*args)

Data and other attributes inherited from GenXSequence:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GenXSequence' objects>
list of weak references to the object (if defined)

 
class Geodetic(Triple)
    
Method resolution order:
Geodetic
Triple
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_Geodetic>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
asECEF(*args)
class_operator_assignment(*args)
getAltitude(*args)
getLatitude(*args)
getLongitude(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
__add__(*args)
__sub__(*args)
azAngle(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class GeodeticPtr(Geodetic)
    
Method resolution order:
GeodeticPtr
Geodetic
Triple
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Geodetic:
__del__(self, destroy=<built-in function delete_Geodetic>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
asECEF(*args)
class_operator_assignment(*args)
getAltitude(*args)
getLatitude(*args)
getLongitude(*args)

Data and other attributes inherited from Geodetic:
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
__add__(*args)
__sub__(*args)
azAngle(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class GeoidModel(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_GeoidModel>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
a(*args)
a_km(*args)
angVelocity(*args)
c(*args)
c_km(*args)
eccSquared(*args)
eccentricity(*args)
flattening(*args)
gm(*args)
gm_km(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GeoidModel' objects>
list of weak references to the object (if defined)

 
class GeoidModelPtr(GeoidModel)
    
Method resolution order:
GeoidModelPtr
GeoidModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GeoidModel:
__del__(self, destroy=<built-in function delete_GeoidModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
a(*args)
a_km(*args)
angVelocity(*args)
c(*args)
c_km(*args)
eccSquared(*args)
eccentricity(*args)
flattening(*args)
gm(*args)
gm_km(*args)

Data and other attributes inherited from GeoidModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'GeoidModel' objects>
list of weak references to the object (if defined)

 
class GeometryException(Exception)
    
Method resolution order:
GeometryException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_GeometryException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class GeometryExceptionPtr(GeometryException)
    
Method resolution order:
GeometryExceptionPtr
GeometryException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from GeometryException:
__del__(self, destroy=<built-in function delete_GeometryException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from GeometryException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class IndexOutOfBoundsException(Exception)
    
Method resolution order:
IndexOutOfBoundsException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_IndexOutOfBoundsException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class IndexOutOfBoundsExceptionPtr(IndexOutOfBoundsException)
    
Method resolution order:
IndexOutOfBoundsExceptionPtr
IndexOutOfBoundsException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from IndexOutOfBoundsException:
__del__(self, destroy=<built-in function delete_IndexOutOfBoundsException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from IndexOutOfBoundsException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidArgumentException(Exception)
    
Method resolution order:
InvalidArgumentException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_InvalidArgumentException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidArgumentExceptionPtr(InvalidArgumentException)
    
Method resolution order:
InvalidArgumentExceptionPtr
InvalidArgumentException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from InvalidArgumentException:
__del__(self, destroy=<built-in function delete_InvalidArgumentException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from InvalidArgumentException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidParameter(Exception)
    
Method resolution order:
InvalidParameter
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_InvalidParameter>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidParameterPtr(InvalidParameter)
    
Method resolution order:
InvalidParameterPtr
InvalidParameter
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from InvalidParameter:
__del__(self, destroy=<built-in function delete_InvalidParameter>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from InvalidParameter:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidRequest(Exception)
    
Method resolution order:
InvalidRequest
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_InvalidRequest>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidRequestPtr(InvalidRequest)
    
Method resolution order:
InvalidRequestPtr
InvalidRequest
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from InvalidRequest:
__del__(self, destroy=<built-in function delete_InvalidRequest>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from InvalidRequest:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidValue(Exception)
    
Method resolution order:
InvalidValue
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_InvalidValue>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class InvalidValuePtr(InvalidValue)
    
Method resolution order:
InvalidValuePtr
InvalidValue
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from InvalidValue:
__del__(self, destroy=<built-in function delete_InvalidValue>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from InvalidValue:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class IonoModel(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_IonoModel>)
__eq__(*args)
__getattr__ lambda self, name
__init__(self, *args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
getCorrection(*args)
isValid(*args)

Data and other attributes defined here:
L1 = 0
L2 = 1
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'IonoModel' objects>
list of weak references to the object (if defined)

 
class IonoModelPtr(IonoModel)
    
Method resolution order:
IonoModelPtr
IonoModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from IonoModel:
__del__(self, destroy=<built-in function delete_IonoModel>)
__eq__(*args)
__getattr__ lambda self, name
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
getCorrection(*args)
isValid(*args)

Data and other attributes inherited from IonoModel:
L1 = 0
L2 = 1
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'IonoModel' objects>
list of weak references to the object (if defined)

 
class IonoModelStore(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_IonoModelStore>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addIonoModel(*args)
getCorrection(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'IonoModelStore' objects>
list of weak references to the object (if defined)

 
class IonoModelStorePtr(IonoModelStore)
    
Method resolution order:
IonoModelStorePtr
IonoModelStore
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from IonoModelStore:
__del__(self, destroy=<built-in function delete_IonoModelStore>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addIonoModel(*args)
getCorrection(*args)

Data and other attributes inherited from IonoModelStore:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'IonoModelStore' objects>
list of weak references to the object (if defined)

 
class LinearClockModel(ObsClockModel)
    
Method resolution order:
LinearClockModel
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_LinearClockModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
dump(*args)
getOffset(*args)
isOffsetValid(*args)
reset(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ObsClockModel:
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes inherited from ObsClockModel:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class LinearClockModelPtr(LinearClockModel)
    
Method resolution order:
LinearClockModelPtr
LinearClockModel
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from LinearClockModel:
__del__(self, destroy=<built-in function delete_LinearClockModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
dump(*args)
getOffset(*args)
isOffsetValid(*args)
reset(*args)

Data and other attributes inherited from LinearClockModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ObsClockModel:
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes inherited from ObsClockModel:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class MSCStream(FFTextStream)
    
Method resolution order:
MSCStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_MSCStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)
open(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class MSCStreamPtr(MSCStream)
    
Method resolution order:
MSCStreamPtr
MSCStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from MSCStream:
__del__(self, destroy=<built-in function delete_MSCStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from MSCStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)
open(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class NBTropModel(TropModel)
    
Method resolution order:
NBTropModel
TropModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_NBTropModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
setDayOfYear(*args)
setReceiverHeight(*args)
setReceiverLatitude(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class NBTropModelPtr(NBTropModel)
    
Method resolution order:
NBTropModelPtr
NBTropModel
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from NBTropModel:
__del__(self, destroy=<built-in function delete_NBTropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
setDayOfYear(*args)
setReceiverHeight(*args)
setReceiverLatitude(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from NBTropModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class NoGeoidException(Exception)
    
Method resolution order:
NoGeoidException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_NoGeoidException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class NoGeoidExceptionPtr(NoGeoidException)
    
Method resolution order:
NoGeoidExceptionPtr
NoGeoidException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from NoGeoidException:
__del__(self, destroy=<built-in function delete_NoGeoidException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from NoGeoidException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ORDEpoch(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ORDEpoch>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
applyClockModel(*args)
removeORD(*args)

Properties defined here:
clockOffset
get = ORDEpoch_clockOffset_get(...)
set = ORDEpoch_clockOffset_set(...)
ords
get = ORDEpoch_ords_get(...)
set = ORDEpoch_ords_set(...)
time
get = ORDEpoch_time_get(...)
set = ORDEpoch_time_set(...)
validClock
get = ORDEpoch_validClock_get(...)
set = ORDEpoch_validClock_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'clockOffset': <built-in function ORDEpoch_clockOffset_get>, 'ords': <built-in function ORDEpoch_ords_get>, 'time': <built-in function ORDEpoch_time_get>, 'validClock': <built-in function ORDEpoch_validClock_get>}
__swig_setmethods__ = {'clockOffset': <built-in function ORDEpoch_clockOffset_set>, 'ords': <built-in function ORDEpoch_ords_set>, 'time': <built-in function ORDEpoch_time_set>, 'validClock': <built-in function ORDEpoch_validClock_set>}
__weakref__ = <attribute '__weakref__' of 'ORDEpoch' objects>
list of weak references to the object (if defined)

 
class ORDEpochPtr(ORDEpoch)
    
Method resolution order:
ORDEpochPtr
ORDEpoch
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ORDEpoch:
__del__(self, destroy=<built-in function delete_ORDEpoch>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
applyClockModel(*args)
removeORD(*args)

Properties inherited from ORDEpoch:
clockOffset
get = ORDEpoch_clockOffset_get(...)
set = ORDEpoch_clockOffset_set(...)
ords
get = ORDEpoch_ords_get(...)
set = ORDEpoch_ords_set(...)
time
get = ORDEpoch_time_get(...)
set = ORDEpoch_time_set(...)
validClock
get = ORDEpoch_validClock_get(...)
set = ORDEpoch_validClock_set(...)

Data and other attributes inherited from ORDEpoch:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'clockOffset': <built-in function ORDEpoch_clockOffset_get>, 'ords': <built-in function ORDEpoch_ords_get>, 'time': <built-in function ORDEpoch_time_get>, 'validClock': <built-in function ORDEpoch_validClock_get>}
__swig_setmethods__ = {'clockOffset': <built-in function ORDEpoch_clockOffset_set>, 'ords': <built-in function ORDEpoch_ords_set>, 'time': <built-in function ORDEpoch_time_set>, 'validClock': <built-in function ORDEpoch_validClock_set>}
__weakref__ = <attribute '__weakref__' of 'ORDEpoch' objects>
list of weak references to the object (if defined)

 
class ObjectNotFound(AccessError)
    
Method resolution order:
ObjectNotFound
AccessError
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ObjectNotFound>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ObjectNotFoundPtr(ObjectNotFound)
    
Method resolution order:
ObjectNotFoundPtr
ObjectNotFound
AccessError
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ObjectNotFound:
__del__(self, destroy=<built-in function delete_ObjectNotFound>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from ObjectNotFound:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ObsClockModel(ClockModel)
    
Method resolution order:
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ObsClockModel>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
dump(*args)
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes defined here:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ClockModel:
getOffset(*args)
isOffsetValid(*args)

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class ObsClockModelPtr(ObsClockModel)
    
Method resolution order:
ObsClockModelPtr
ObsClockModel
ClockModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ObsClockModel:
__del__(self, destroy=<built-in function delete_ObsClockModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
addEpoch(*args)
dump(*args)
getElevationMask(*args)
getPRNMode(*args)
getPRNModeMap(*args)
getPRNStatus(*args)
getPRNStatusMap(*args)
getSigmaMultiplier(*args)
setElevationMask(*args)
setPRNMode(*args)
setPRNModeMap(*args)
setSigmaMultiplier(*args)
simpleOrdClock(*args)

Data and other attributes inherited from ObsClockModel:
ALWAYS = 2
ELEVATION = 3
HEALTHY = 1
IGNORE = 0
MANUAL = 1
SIGMA = 4
SVHEALTH = 2
USED = 0
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from ClockModel:
getOffset(*args)
isOffsetValid(*args)

Data and other attributes inherited from ClockModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ClockModel' objects>
list of weak references to the object (if defined)

 
class ObsEpoch(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ObsEpoch>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
insertObservation(*args)

Properties defined here:
dt
get = ObsEpoch_dt_get(...)
set = ObsEpoch_dt_set(...)
obs
get = ObsEpoch_obs_get(...)
set = ObsEpoch_obs_set(...)
t
get = ObsEpoch_t_get(...)
set = ObsEpoch_t_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'dt': <built-in function ObsEpoch_dt_get>, 'obs': <built-in function ObsEpoch_obs_get>, 't': <built-in function ObsEpoch_t_get>}
__swig_setmethods__ = {'dt': <built-in function ObsEpoch_dt_set>, 'obs': <built-in function ObsEpoch_obs_set>, 't': <built-in function ObsEpoch_t_set>}
__weakref__ = <attribute '__weakref__' of 'ObsEpoch' objects>
list of weak references to the object (if defined)

 
class ObsEpochPtr(ObsEpoch)
    
Method resolution order:
ObsEpochPtr
ObsEpoch
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ObsEpoch:
__del__(self, destroy=<built-in function delete_ObsEpoch>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
insertObservation(*args)

Properties inherited from ObsEpoch:
dt
get = ObsEpoch_dt_get(...)
set = ObsEpoch_dt_set(...)
obs
get = ObsEpoch_obs_get(...)
set = ObsEpoch_obs_set(...)
t
get = ObsEpoch_t_get(...)
set = ObsEpoch_t_set(...)

Data and other attributes inherited from ObsEpoch:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'dt': <built-in function ObsEpoch_dt_get>, 'obs': <built-in function ObsEpoch_obs_get>, 't': <built-in function ObsEpoch_t_get>}
__swig_setmethods__ = {'dt': <built-in function ObsEpoch_dt_set>, 'obs': <built-in function ObsEpoch_obs_set>, 't': <built-in function ObsEpoch_t_set>}
__weakref__ = <attribute '__weakref__' of 'ObsEpoch' objects>
list of weak references to the object (if defined)

 
class ObsRngDev(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ObsRngDev>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
applyClockOffset(*args)
getAzimuth(*args)
getElevation(*args)
getHealth(*args)
getIODC(*args)
getIono(*args)
getORD(*args)
getPRN(*args)
getTime(*args)
getTrop(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ObsRngDev' objects>
list of weak references to the object (if defined)

 
class ObsRngDevPtr(ObsRngDev)
    
Method resolution order:
ObsRngDevPtr
ObsRngDev
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ObsRngDev:
__del__(self, destroy=<built-in function delete_ObsRngDev>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
applyClockOffset(*args)
getAzimuth(*args)
getElevation(*args)
getHealth(*args)
getIODC(*args)
getIono(*args)
getORD(*args)
getPRN(*args)
getTime(*args)
getTrop(*args)

Data and other attributes inherited from ObsRngDev:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ObsRngDev' objects>
list of weak references to the object (if defined)

 
class Observation(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_Observation>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
SNR
get = Observation_SNR_get(...)
set = Observation_SNR_set(...)
carrier
get = Observation_carrier_get(...)
set = Observation_carrier_set(...)
channel
get = Observation_channel_get(...)
set = Observation_channel_set(...)
code
get = Observation_code_get(...)
set = Observation_code_set(...)
doppler
get = Observation_doppler_get(...)
set = Observation_doppler_set(...)
phase
get = Observation_phase_get(...)
set = Observation_phase_set(...)
range
get = Observation_range_get(...)
set = Observation_range_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'SNR': <built-in function Observation_SNR_get>, 'carrier': <built-in function Observation_carrier_get>, 'channel': <built-in function Observation_channel_get>, 'code': <built-in function Observation_code_get>, 'doppler': <built-in function Observation_doppler_get>, 'phase': <built-in function Observation_phase_get>, 'range': <built-in function Observation_range_get>}
__swig_setmethods__ = {'SNR': <built-in function Observation_SNR_set>, 'carrier': <built-in function Observation_carrier_set>, 'channel': <built-in function Observation_channel_set>, 'code': <built-in function Observation_code_set>, 'doppler': <built-in function Observation_doppler_set>, 'phase': <built-in function Observation_phase_set>, 'range': <built-in function Observation_range_set>}
__weakref__ = <attribute '__weakref__' of 'Observation' objects>
list of weak references to the object (if defined)
cfL1 = 0
cfL2 = 1
cfL5 = 2
cfOther = 3
rcCA = 0
rcOther = 4
rcPY = 1
rcRC = 3
rcZ = 2

 
class ObservationPlus(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ObservationPlus>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
obs
get = ObservationPlus_obs_get(...)
set = ObservationPlus_obs_set(...)
rxId
get = ObservationPlus_rxId_get(...)
set = ObservationPlus_rxId_set(...)
svId
get = ObservationPlus_svId_get(...)
set = ObservationPlus_svId_set(...)
time
get = ObservationPlus_time_get(...)
set = ObservationPlus_time_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'obs': <built-in function ObservationPlus_obs_get>, 'rxId': <built-in function ObservationPlus_rxId_get>, 'svId': <built-in function ObservationPlus_svId_get>, 'time': <built-in function ObservationPlus_time_get>}
__swig_setmethods__ = {'obs': <built-in function ObservationPlus_obs_set>, 'rxId': <built-in function ObservationPlus_rxId_set>, 'svId': <built-in function ObservationPlus_svId_set>, 'time': <built-in function ObservationPlus_time_set>}
__weakref__ = <attribute '__weakref__' of 'ObservationPlus' objects>
list of weak references to the object (if defined)

 
class ObservationPlusPtr(ObservationPlus)
    
Method resolution order:
ObservationPlusPtr
ObservationPlus
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ObservationPlus:
__del__(self, destroy=<built-in function delete_ObservationPlus>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from ObservationPlus:
obs
get = ObservationPlus_obs_get(...)
set = ObservationPlus_obs_set(...)
rxId
get = ObservationPlus_rxId_get(...)
set = ObservationPlus_rxId_set(...)
svId
get = ObservationPlus_svId_get(...)
set = ObservationPlus_svId_set(...)
time
get = ObservationPlus_time_get(...)
set = ObservationPlus_time_set(...)

Data and other attributes inherited from ObservationPlus:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'obs': <built-in function ObservationPlus_obs_get>, 'rxId': <built-in function ObservationPlus_rxId_get>, 'svId': <built-in function ObservationPlus_svId_get>, 'time': <built-in function ObservationPlus_time_get>}
__swig_setmethods__ = {'obs': <built-in function ObservationPlus_obs_set>, 'rxId': <built-in function ObservationPlus_rxId_set>, 'svId': <built-in function ObservationPlus_svId_set>, 'time': <built-in function ObservationPlus_time_set>}
__weakref__ = <attribute '__weakref__' of 'ObservationPlus' objects>
list of weak references to the object (if defined)

 
class ObservationPtr(Observation)
    
Method resolution order:
ObservationPtr
Observation
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Observation:
__del__(self, destroy=<built-in function delete_Observation>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from Observation:
SNR
get = Observation_SNR_get(...)
set = Observation_SNR_set(...)
carrier
get = Observation_carrier_get(...)
set = Observation_carrier_set(...)
channel
get = Observation_channel_get(...)
set = Observation_channel_set(...)
code
get = Observation_code_get(...)
set = Observation_code_set(...)
doppler
get = Observation_doppler_get(...)
set = Observation_doppler_set(...)
phase
get = Observation_phase_get(...)
set = Observation_phase_set(...)
range
get = Observation_range_get(...)
set = Observation_range_set(...)

Data and other attributes inherited from Observation:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'SNR': <built-in function Observation_SNR_get>, 'carrier': <built-in function Observation_carrier_get>, 'channel': <built-in function Observation_channel_get>, 'code': <built-in function Observation_code_get>, 'doppler': <built-in function Observation_doppler_get>, 'phase': <built-in function Observation_phase_get>, 'range': <built-in function Observation_range_get>}
__swig_setmethods__ = {'SNR': <built-in function Observation_SNR_set>, 'carrier': <built-in function Observation_carrier_set>, 'channel': <built-in function Observation_channel_set>, 'code': <built-in function Observation_code_set>, 'doppler': <built-in function Observation_doppler_set>, 'phase': <built-in function Observation_phase_set>, 'range': <built-in function Observation_range_set>}
__weakref__ = <attribute '__weakref__' of 'Observation' objects>
list of weak references to the object (if defined)
cfL1 = 0
cfL2 = 1
cfL5 = 2
cfOther = 3
rcCA = 0
rcOther = 4
rcPY = 1
rcRC = 3
rcZ = 2

 
class OutOfMemory(Exception)
    
Method resolution order:
OutOfMemory
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_OutOfMemory>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class OutOfMemoryPtr(OutOfMemory)
    
Method resolution order:
OutOfMemoryPtr
OutOfMemory
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from OutOfMemory:
__del__(self, destroy=<built-in function delete_OutOfMemory>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from OutOfMemory:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class Position(Triple)
    
Method resolution order:
Position
Triple
__builtin__.object

Methods defined here:
X(*args)
Y(*args)
Z(*args)
__add__(*args)
__del__(self, destroy=<built-in function delete_Position>)
__eq__(*args)
__getattr__ lambda self, name
__init__(self, *args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
asECEF(*args)
asGeodetic(*args)
asString(*args)
azimuth(*args)
elevation(*args)
geocentricLatitude(*args)
geodeticLatitude(*args)
getAltitude(*args)
getCoordinateSystem(*args)
getGeocentricLatitude(*args)
getGeodeticLatitude(*args)
getHeight(*args)
getIonosphericPiercePoint(*args)
getLongitude(*args)
getPhi(*args)
getRadius(*args)
getSystemName(*args)
getTheta(*args)
getX(*args)
getY(*args)
getZ(*args)
height(*args)
longitude(*args)
phi(*args)
printf(*args)
printf_const(*args)
radius(*args)
radiusEarth(*args)
setECEF(*args)
setGeocentric(*args)
setGeodetic(*args)
setGeoidModel(*args)
setSpherical(*args)
setToString(*args)
setTolerance(*args)
theta(*args)
transformTo(*args)

Static methods defined here:
convertCartesianToGeocentric = Position_convertCartesianToGeocentric(...)
convertCartesianToGeodetic = Position_convertCartesianToGeodetic(...)
convertCartesianToSpherical = Position_convertCartesianToSpherical(...)
convertGeocentricToCartesian = Position_convertGeocentricToCartesian(...)
convertGeocentricToGeodetic = Position_convertGeocentricToGeodetic(...)
convertGeodeticToCartesian = Position_convertGeodeticToCartesian(...)
convertGeodeticToGeocentric = Position_convertGeodeticToGeocentric(...)
convertSphericalToCartesian = Position_convertSphericalToCartesian(...)
getPositionTolerance = Position_getPositionTolerance(...)
setPositionTolerance = Position_setPositionTolerance(...)

Data and other attributes defined here:
Cartesian = 3
Geocentric = 2
Geodetic = 1
ONE_CM_TOLERANCE = 0.01
ONE_MM_TOLERANCE = 0.001
ONE_UM_TOLERANCE = 9.9999999999999995e-07
Spherical = 4
Unknown = 0
__swig_getmethods__ = {'convertCartesianToGeocentric': <function <lambda>>, 'convertCartesianToGeodetic': <function <lambda>>, 'convertCartesianToSpherical': <function <lambda>>, 'convertGeocentricToCartesian': <function <lambda>>, 'convertGeocentricToGeodetic': <function <lambda>>, 'convertGeodeticToCartesian': <function <lambda>>, 'convertGeodeticToGeocentric': <function <lambda>>, 'convertSphericalToCartesian': <function <lambda>>, 'getPositionTolerance': <function <lambda>>, 'setPositionTolerance': <function <lambda>>, ...}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
azAngle(*args)
class_operator_assignment(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class PositionPtr(Position)
    
Method resolution order:
PositionPtr
Position
Triple
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Position:
X(*args)
Y(*args)
Z(*args)
__add__(*args)
__del__(self, destroy=<built-in function delete_Position>)
__eq__(*args)
__getattr__ lambda self, name
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
asECEF(*args)
asGeodetic(*args)
asString(*args)
azimuth(*args)
elevation(*args)
geocentricLatitude(*args)
geodeticLatitude(*args)
getAltitude(*args)
getCoordinateSystem(*args)
getGeocentricLatitude(*args)
getGeodeticLatitude(*args)
getHeight(*args)
getIonosphericPiercePoint(*args)
getLongitude(*args)
getPhi(*args)
getRadius(*args)
getSystemName(*args)
getTheta(*args)
getX(*args)
getY(*args)
getZ(*args)
height(*args)
longitude(*args)
phi(*args)
printf(*args)
printf_const(*args)
radius(*args)
radiusEarth(*args)
setECEF(*args)
setGeocentric(*args)
setGeodetic(*args)
setGeoidModel(*args)
setSpherical(*args)
setToString(*args)
setTolerance(*args)
theta(*args)
transformTo(*args)

Static methods inherited from Position:
convertCartesianToGeocentric = Position_convertCartesianToGeocentric(...)
convertCartesianToGeodetic = Position_convertCartesianToGeodetic(...)
convertCartesianToSpherical = Position_convertCartesianToSpherical(...)
convertGeocentricToCartesian = Position_convertGeocentricToCartesian(...)
convertGeocentricToGeodetic = Position_convertGeocentricToGeodetic(...)
convertGeodeticToCartesian = Position_convertGeodeticToCartesian(...)
convertGeodeticToGeocentric = Position_convertGeodeticToGeocentric(...)
convertSphericalToCartesian = Position_convertSphericalToCartesian(...)
getPositionTolerance = Position_getPositionTolerance(...)
setPositionTolerance = Position_setPositionTolerance(...)

Data and other attributes inherited from Position:
Cartesian = 3
Geocentric = 2
Geodetic = 1
ONE_CM_TOLERANCE = 0.01
ONE_MM_TOLERANCE = 0.001
ONE_UM_TOLERANCE = 9.9999999999999995e-07
Spherical = 4
Unknown = 0
__swig_getmethods__ = {'convertCartesianToGeocentric': <function <lambda>>, 'convertCartesianToGeodetic': <function <lambda>>, 'convertCartesianToSpherical': <function <lambda>>, 'convertGeocentricToCartesian': <function <lambda>>, 'convertGeocentricToGeodetic': <function <lambda>>, 'convertGeodeticToCartesian': <function <lambda>>, 'convertGeodeticToGeocentric': <function <lambda>>, 'convertSphericalToCartesian': <function <lambda>>, 'getPositionTolerance': <function <lambda>>, 'setPositionTolerance': <function <lambda>>, ...}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}

Methods inherited from Triple:
azAngle(*args)
class_operator_assignment(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class RAIMSolution(__builtin__.object)
     Methods defined here:
Compute(*args)
__del__(self, destroy=<built-in function delete_RAIMSolution>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
isValid(*args)

Properties defined here:
Algebraic
get = RAIMSolution_Algebraic_get(...)
set = RAIMSolution_Algebraic_set(...)
Convergence
get = RAIMSolution_Convergence_get(...)
set = RAIMSolution_Convergence_set(...)
ConvergenceLimit
get = RAIMSolution_ConvergenceLimit_get(...)
set = RAIMSolution_ConvergenceLimit_set(...)
Covariance
get = RAIMSolution_Covariance_get(...)
set = RAIMSolution_Covariance_set(...)
Debug
get = RAIMSolution_Debug_get(...)
set = RAIMSolution_Debug_set(...)
MaxNIterations
get = RAIMSolution_MaxNIterations_get(...)
set = RAIMSolution_MaxNIterations_set(...)
MaxSlope
get = RAIMSolution_MaxSlope_get(...)
set = RAIMSolution_MaxSlope_set(...)
NIterations
get = RAIMSolution_NIterations_get(...)
set = RAIMSolution_NIterations_set(...)
NSatsReject
get = RAIMSolution_NSatsReject_get(...)
set = RAIMSolution_NSatsReject_set(...)
Nsvs
get = RAIMSolution_Nsvs_get(...)
set = RAIMSolution_Nsvs_set(...)
RMSLimit
get = RAIMSolution_RMSLimit_get(...)
set = RAIMSolution_RMSLimit_set(...)
RMSResidual
get = RAIMSolution_RMSResidual_get(...)
set = RAIMSolution_RMSResidual_set(...)
ResidualCriterion
get = RAIMSolution_ResidualCriterion_get(...)
set = RAIMSolution_ResidualCriterion_set(...)
ReturnAtOnce
get = RAIMSolution_ReturnAtOnce_get(...)
set = RAIMSolution_ReturnAtOnce_set(...)
SlopeLimit
get = RAIMSolution_SlopeLimit_get(...)
set = RAIMSolution_SlopeLimit_set(...)
Solution
get = RAIMSolution_Solution_get(...)
set = RAIMSolution_Solution_set(...)
Valid
get = RAIMSolution_Valid_get(...)
set = RAIMSolution_Valid_set(...)
pDebugStream
get = RAIMSolution_pDebugStream_get(...)
set = RAIMSolution_pDebugStream_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'Algebraic': <built-in function RAIMSolution_Algebraic_get>, 'Convergence': <built-in function RAIMSolution_Convergence_get>, 'ConvergenceLimit': <built-in function RAIMSolution_ConvergenceLimit_get>, 'Covariance': <built-in function RAIMSolution_Covariance_get>, 'Debug': <built-in function RAIMSolution_Debug_get>, 'MaxNIterations': <built-in function RAIMSolution_MaxNIterations_get>, 'MaxSlope': <built-in function RAIMSolution_MaxSlope_get>, 'NIterations': <built-in function RAIMSolution_NIterations_get>, 'NSatsReject': <built-in function RAIMSolution_NSatsReject_get>, 'Nsvs': <built-in function RAIMSolution_Nsvs_get>, ...}
__swig_setmethods__ = {'Algebraic': <built-in function RAIMSolution_Algebraic_set>, 'Convergence': <built-in function RAIMSolution_Convergence_set>, 'ConvergenceLimit': <built-in function RAIMSolution_ConvergenceLimit_set>, 'Covariance': <built-in function RAIMSolution_Covariance_set>, 'Debug': <built-in function RAIMSolution_Debug_set>, 'MaxNIterations': <built-in function RAIMSolution_MaxNIterations_set>, 'MaxSlope': <built-in function RAIMSolution_MaxSlope_set>, 'NIterations': <built-in function RAIMSolution_NIterations_set>, 'NSatsReject': <built-in function RAIMSolution_NSatsReject_set>, 'Nsvs': <built-in function RAIMSolution_Nsvs_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RAIMSolution' objects>
list of weak references to the object (if defined)

 
class RAIMSolutionPtr(RAIMSolution)
    
Method resolution order:
RAIMSolutionPtr
RAIMSolution
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RAIMSolution:
Compute(*args)
__del__(self, destroy=<built-in function delete_RAIMSolution>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
isValid(*args)

Properties inherited from RAIMSolution:
Algebraic
get = RAIMSolution_Algebraic_get(...)
set = RAIMSolution_Algebraic_set(...)
Convergence
get = RAIMSolution_Convergence_get(...)
set = RAIMSolution_Convergence_set(...)
ConvergenceLimit
get = RAIMSolution_ConvergenceLimit_get(...)
set = RAIMSolution_ConvergenceLimit_set(...)
Covariance
get = RAIMSolution_Covariance_get(...)
set = RAIMSolution_Covariance_set(...)
Debug
get = RAIMSolution_Debug_get(...)
set = RAIMSolution_Debug_set(...)
MaxNIterations
get = RAIMSolution_MaxNIterations_get(...)
set = RAIMSolution_MaxNIterations_set(...)
MaxSlope
get = RAIMSolution_MaxSlope_get(...)
set = RAIMSolution_MaxSlope_set(...)
NIterations
get = RAIMSolution_NIterations_get(...)
set = RAIMSolution_NIterations_set(...)
NSatsReject
get = RAIMSolution_NSatsReject_get(...)
set = RAIMSolution_NSatsReject_set(...)
Nsvs
get = RAIMSolution_Nsvs_get(...)
set = RAIMSolution_Nsvs_set(...)
RMSLimit
get = RAIMSolution_RMSLimit_get(...)
set = RAIMSolution_RMSLimit_set(...)
RMSResidual
get = RAIMSolution_RMSResidual_get(...)
set = RAIMSolution_RMSResidual_set(...)
ResidualCriterion
get = RAIMSolution_ResidualCriterion_get(...)
set = RAIMSolution_ResidualCriterion_set(...)
ReturnAtOnce
get = RAIMSolution_ReturnAtOnce_get(...)
set = RAIMSolution_ReturnAtOnce_set(...)
SlopeLimit
get = RAIMSolution_SlopeLimit_get(...)
set = RAIMSolution_SlopeLimit_set(...)
Solution
get = RAIMSolution_Solution_get(...)
set = RAIMSolution_Solution_set(...)
Valid
get = RAIMSolution_Valid_get(...)
set = RAIMSolution_Valid_set(...)
pDebugStream
get = RAIMSolution_pDebugStream_get(...)
set = RAIMSolution_pDebugStream_set(...)

Data and other attributes inherited from RAIMSolution:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'Algebraic': <built-in function RAIMSolution_Algebraic_get>, 'Convergence': <built-in function RAIMSolution_Convergence_get>, 'ConvergenceLimit': <built-in function RAIMSolution_ConvergenceLimit_get>, 'Covariance': <built-in function RAIMSolution_Covariance_get>, 'Debug': <built-in function RAIMSolution_Debug_get>, 'MaxNIterations': <built-in function RAIMSolution_MaxNIterations_get>, 'MaxSlope': <built-in function RAIMSolution_MaxSlope_get>, 'NIterations': <built-in function RAIMSolution_NIterations_get>, 'NSatsReject': <built-in function RAIMSolution_NSatsReject_get>, 'Nsvs': <built-in function RAIMSolution_Nsvs_get>, ...}
__swig_setmethods__ = {'Algebraic': <built-in function RAIMSolution_Algebraic_set>, 'Convergence': <built-in function RAIMSolution_Convergence_set>, 'ConvergenceLimit': <built-in function RAIMSolution_ConvergenceLimit_set>, 'Covariance': <built-in function RAIMSolution_Covariance_set>, 'Debug': <built-in function RAIMSolution_Debug_set>, 'MaxNIterations': <built-in function RAIMSolution_MaxNIterations_set>, 'MaxSlope': <built-in function RAIMSolution_MaxSlope_set>, 'NIterations': <built-in function RAIMSolution_NIterations_set>, 'NSatsReject': <built-in function RAIMSolution_NSatsReject_set>, 'Nsvs': <built-in function RAIMSolution_Nsvs_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RAIMSolution' objects>
list of weak references to the object (if defined)

 
class RinexDatum(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexDatum>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
data
get = RinexDatum_data_get(...)
set = RinexDatum_data_set(...)
lli
get = RinexDatum_lli_get(...)
set = RinexDatum_lli_set(...)
ssi
get = RinexDatum_ssi_get(...)
set = RinexDatum_ssi_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'data': <built-in function RinexDatum_data_get>, 'lli': <built-in function RinexDatum_lli_get>, 'ssi': <built-in function RinexDatum_ssi_get>}
__swig_setmethods__ = {'data': <built-in function RinexDatum_data_set>, 'lli': <built-in function RinexDatum_lli_set>, 'ssi': <built-in function RinexDatum_ssi_set>}
__weakref__ = <attribute '__weakref__' of 'RinexDatum' objects>
list of weak references to the object (if defined)

 
class RinexDatumPtr(RinexDatum)
    
Method resolution order:
RinexDatumPtr
RinexDatum
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexDatum:
__del__(self, destroy=<built-in function delete_RinexDatum>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from RinexDatum:
data
get = RinexDatum_data_get(...)
set = RinexDatum_data_set(...)
lli
get = RinexDatum_lli_get(...)
set = RinexDatum_lli_set(...)
ssi
get = RinexDatum_ssi_get(...)
set = RinexDatum_ssi_set(...)

Data and other attributes inherited from RinexDatum:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'data': <built-in function RinexDatum_data_get>, 'lli': <built-in function RinexDatum_lli_get>, 'ssi': <built-in function RinexDatum_ssi_get>}
__swig_setmethods__ = {'data': <built-in function RinexDatum_data_set>, 'lli': <built-in function RinexDatum_lli_set>, 'ssi': <built-in function RinexDatum_ssi_set>}
__weakref__ = <attribute '__weakref__' of 'RinexDatum' objects>
list of weak references to the object (if defined)

 
class RinexEphemerisStore(BCEphemerisStore, FileStore_RinexNavHeader)
    
Method resolution order:
RinexEphemerisStore
BCEphemerisStore
FileStore_RinexNavHeader
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexEphemerisStore>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
loadFile(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from BCEphemerisStore:
SearchNear(*args)
SearchPast(*args)
addEphemeris(*args)
addToList(*args)
clear(*args)
edit(*args)
findEphemeris(*args)
findNearEphemeris(*args)
findUserEphemeris(*args)
getFinalTime(*args)
getInitialTime(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)
ubeSize(*args)
wiper(*args)

Data and other attributes inherited from BCEphemerisStore:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'BCEphemerisStore' objects>
list of weak references to the object (if defined)

Methods inherited from FileStore_RinexNavHeader:
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFiles(*args)

 
class RinexEphemerisStorePtr(RinexEphemerisStore)
    
Method resolution order:
RinexEphemerisStorePtr
RinexEphemerisStore
BCEphemerisStore
FileStore_RinexNavHeader
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexEphemerisStore:
__del__(self, destroy=<built-in function delete_RinexEphemerisStore>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
loadFile(*args)

Data and other attributes inherited from RinexEphemerisStore:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from BCEphemerisStore:
SearchNear(*args)
SearchPast(*args)
addEphemeris(*args)
addToList(*args)
clear(*args)
edit(*args)
findEphemeris(*args)
findNearEphemeris(*args)
findUserEphemeris(*args)
getFinalTime(*args)
getInitialTime(*args)
getPrnHealth(*args)
getPrnXvt(*args)
size(*args)
ubeSize(*args)
wiper(*args)

Data and other attributes inherited from BCEphemerisStore:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'BCEphemerisStore' objects>
list of weak references to the object (if defined)

Methods inherited from FileStore_RinexNavHeader:
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFiles(*args)

 
class RinexMetData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexMetData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties defined here:
data
get = RinexMetData_data_get(...)
set = RinexMetData_data_set(...)
time
get = RinexMetData_time_get(...)
set = RinexMetData_time_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'data': <built-in function RinexMetData_data_get>, 'time': <built-in function RinexMetData_time_get>}
__swig_setmethods__ = {'data': <built-in function RinexMetData_data_set>, 'time': <built-in function RinexMetData_time_set>}
__weakref__ = <attribute '__weakref__' of 'RinexMetData' objects>
list of weak references to the object (if defined)
maxObsPerContinuationLine = 10
maxObsPerLine = 8

 
class RinexMetDataPtr(RinexMetData)
    
Method resolution order:
RinexMetDataPtr
RinexMetData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexMetData:
__del__(self, destroy=<built-in function delete_RinexMetData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties inherited from RinexMetData:
data
get = RinexMetData_data_get(...)
set = RinexMetData_data_set(...)
time
get = RinexMetData_time_get(...)
set = RinexMetData_time_set(...)

Data and other attributes inherited from RinexMetData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'data': <built-in function RinexMetData_data_get>, 'time': <built-in function RinexMetData_time_get>}
__swig_setmethods__ = {'data': <built-in function RinexMetData_data_set>, 'time': <built-in function RinexMetData_time_set>}
__weakref__ = <attribute '__weakref__' of 'RinexMetData' objects>
list of weak references to the object (if defined)
maxObsPerContinuationLine = 10
maxObsPerLine = 8

 
class RinexMetHeader(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexMetHeader>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Static methods defined here:
bitString = RinexMetHeader_bitString(...)
bitsAsString = RinexMetHeader_bitsAsString(...)
convertObsType = RinexMetHeader_convertObsType(...)

Properties defined here:
commentList
get = RinexMetHeader_commentList_get(...)
set = RinexMetHeader_commentList_set(...)
date
get = RinexMetHeader_date_get(...)
set = RinexMetHeader_date_set(...)
fileAgency
get = RinexMetHeader_fileAgency_get(...)
set = RinexMetHeader_fileAgency_set(...)
fileProgram
get = RinexMetHeader_fileProgram_get(...)
set = RinexMetHeader_fileProgram_set(...)
fileType
get = RinexMetHeader_fileType_get(...)
set = RinexMetHeader_fileType_set(...)
markerName
get = RinexMetHeader_markerName_get(...)
set = RinexMetHeader_markerName_set(...)
markerNumber
get = RinexMetHeader_markerNumber_get(...)
set = RinexMetHeader_markerNumber_set(...)
obsTypeList
get = RinexMetHeader_obsTypeList_get(...)
set = RinexMetHeader_obsTypeList_set(...)
sensorPosList
get = RinexMetHeader_sensorPosList_get(...)
set = RinexMetHeader_sensorPosList_set(...)
sensorTypeList
get = RinexMetHeader_sensorTypeList_get(...)
set = RinexMetHeader_sensorTypeList_set(...)
valid
get = RinexMetHeader_valid_get(...)
set = RinexMetHeader_valid_set(...)
version
get = RinexMetHeader_version_get(...)
set = RinexMetHeader_version_set(...)

Data and other attributes defined here:
HR = 2
PR = 0
TD = 1
ZD = 4
ZT = 5
ZW = 3
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'bitString': <function <lambda>>, 'bitsAsString': <function <lambda>>, 'commentList': <built-in function RinexMetHeader_commentList_get>, 'convertObsType': <function <lambda>>, 'date': <built-in function RinexMetHeader_date_get>, 'fileAgency': <built-in function RinexMetHeader_fileAgency_get>, 'fileProgram': <built-in function RinexMetHeader_fileProgram_get>, 'fileType': <built-in function RinexMetHeader_fileType_get>, 'markerName': <built-in function RinexMetHeader_markerName_get>, 'markerNumber': <built-in function RinexMetHeader_markerNumber_get>, ...}
__swig_setmethods__ = {'commentList': <built-in function RinexMetHeader_commentList_set>, 'date': <built-in function RinexMetHeader_date_set>, 'fileAgency': <built-in function RinexMetHeader_fileAgency_set>, 'fileProgram': <built-in function RinexMetHeader_fileProgram_set>, 'fileType': <built-in function RinexMetHeader_fileType_set>, 'markerName': <built-in function RinexMetHeader_markerName_set>, 'markerNumber': <built-in function RinexMetHeader_markerNumber_set>, 'obsTypeList': <built-in function RinexMetHeader_obsTypeList_set>, 'sensorPosList': <built-in function RinexMetHeader_sensorPosList_set>, 'sensorTypeList': <built-in function RinexMetHeader_sensorTypeList_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexMetHeader' objects>
list of weak references to the object (if defined)
allValid20 = -2147483413
allValid21 = -2147483413
commentString = 'COMMENT'
commentValid = 4
endOfHeader = 'END OF HEADER'
endValid = -2147483648
markerNameString = 'MARKER NAME'
markerNameValid = 8
markerNumberString = 'MARKER NUMBER'
markerNumberValid = 16
maxObsPerLine = 9
obsTypeString = '# / TYPES OF OBSERV'
obsTypeValid = 32
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
sensorPosString = 'SENSOR POS XYZ/H'
sensorPosValid = 128
sensorTypeString = 'SENSOR MOD/TYPE/ACC'
sensorTypeValid = 64
versionString = 'RINEX VERSION / TYPE'
versionValid = 1

 
class RinexMetHeaderPtr(RinexMetHeader)
    
Method resolution order:
RinexMetHeaderPtr
RinexMetHeader
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexMetHeader:
__del__(self, destroy=<built-in function delete_RinexMetHeader>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Static methods inherited from RinexMetHeader:
bitString = RinexMetHeader_bitString(...)
bitsAsString = RinexMetHeader_bitsAsString(...)
convertObsType = RinexMetHeader_convertObsType(...)

Properties inherited from RinexMetHeader:
commentList
get = RinexMetHeader_commentList_get(...)
set = RinexMetHeader_commentList_set(...)
date
get = RinexMetHeader_date_get(...)
set = RinexMetHeader_date_set(...)
fileAgency
get = RinexMetHeader_fileAgency_get(...)
set = RinexMetHeader_fileAgency_set(...)
fileProgram
get = RinexMetHeader_fileProgram_get(...)
set = RinexMetHeader_fileProgram_set(...)
fileType
get = RinexMetHeader_fileType_get(...)
set = RinexMetHeader_fileType_set(...)
markerName
get = RinexMetHeader_markerName_get(...)
set = RinexMetHeader_markerName_set(...)
markerNumber
get = RinexMetHeader_markerNumber_get(...)
set = RinexMetHeader_markerNumber_set(...)
obsTypeList
get = RinexMetHeader_obsTypeList_get(...)
set = RinexMetHeader_obsTypeList_set(...)
sensorPosList
get = RinexMetHeader_sensorPosList_get(...)
set = RinexMetHeader_sensorPosList_set(...)
sensorTypeList
get = RinexMetHeader_sensorTypeList_get(...)
set = RinexMetHeader_sensorTypeList_set(...)
valid
get = RinexMetHeader_valid_get(...)
set = RinexMetHeader_valid_set(...)
version
get = RinexMetHeader_version_get(...)
set = RinexMetHeader_version_set(...)

Data and other attributes inherited from RinexMetHeader:
HR = 2
PR = 0
TD = 1
ZD = 4
ZT = 5
ZW = 3
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'bitString': <function <lambda>>, 'bitsAsString': <function <lambda>>, 'commentList': <built-in function RinexMetHeader_commentList_get>, 'convertObsType': <function <lambda>>, 'date': <built-in function RinexMetHeader_date_get>, 'fileAgency': <built-in function RinexMetHeader_fileAgency_get>, 'fileProgram': <built-in function RinexMetHeader_fileProgram_get>, 'fileType': <built-in function RinexMetHeader_fileType_get>, 'markerName': <built-in function RinexMetHeader_markerName_get>, 'markerNumber': <built-in function RinexMetHeader_markerNumber_get>, ...}
__swig_setmethods__ = {'commentList': <built-in function RinexMetHeader_commentList_set>, 'date': <built-in function RinexMetHeader_date_set>, 'fileAgency': <built-in function RinexMetHeader_fileAgency_set>, 'fileProgram': <built-in function RinexMetHeader_fileProgram_set>, 'fileType': <built-in function RinexMetHeader_fileType_set>, 'markerName': <built-in function RinexMetHeader_markerName_set>, 'markerNumber': <built-in function RinexMetHeader_markerNumber_set>, 'obsTypeList': <built-in function RinexMetHeader_obsTypeList_set>, 'sensorPosList': <built-in function RinexMetHeader_sensorPosList_set>, 'sensorTypeList': <built-in function RinexMetHeader_sensorTypeList_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexMetHeader' objects>
list of weak references to the object (if defined)
allValid20 = -2147483413
allValid21 = -2147483413
commentString = 'COMMENT'
commentValid = 4
endOfHeader = 'END OF HEADER'
endValid = -2147483648
markerNameString = 'MARKER NAME'
markerNameValid = 8
markerNumberString = 'MARKER NUMBER'
markerNumberValid = 16
maxObsPerLine = 9
obsTypeString = '# / TYPES OF OBSERV'
obsTypeValid = 32
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
sensorPosString = 'SENSOR POS XYZ/H'
sensorPosValid = 128
sensorTypeString = 'SENSOR MOD/TYPE/ACC'
sensorTypeValid = 64
versionString = 'RINEX VERSION / TYPE'
versionValid = 1

 
class RinexMetStream(FFTextStream)
    
Method resolution order:
RinexMetStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexMetStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties defined here:
header
get = RinexMetStream_header_get(...)
set = RinexMetStream_header_set(...)
headerRead
get = RinexMetStream_headerRead_get(...)
set = RinexMetStream_headerRead_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexMetStream_header_get>, 'headerRead': <built-in function RinexMetStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexMetStream_header_set>, 'headerRead': <built-in function RinexMetStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexMetStreamPtr(RinexMetStream)
    
Method resolution order:
RinexMetStreamPtr
RinexMetStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexMetStream:
__del__(self, destroy=<built-in function delete_RinexMetStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties inherited from RinexMetStream:
header
get = RinexMetStream_header_get(...)
set = RinexMetStream_header_set(...)
headerRead
get = RinexMetStream_headerRead_get(...)
set = RinexMetStream_headerRead_set(...)

Data and other attributes inherited from RinexMetStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexMetStream_header_get>, 'headerRead': <built-in function RinexMetStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexMetStream_header_set>, 'headerRead': <built-in function RinexMetStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexNavData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexNavData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)
operator_EngEphemeris(*args)
toList(*args)

Properties defined here:
Ahalf
get = RinexNavData_Ahalf_get(...)
set = RinexNavData_Ahalf_set(...)
Cic
get = RinexNavData_Cic_get(...)
set = RinexNavData_Cic_set(...)
Cis
get = RinexNavData_Cis_get(...)
set = RinexNavData_Cis_set(...)
Crc
get = RinexNavData_Crc_get(...)
set = RinexNavData_Crc_set(...)
Crs
get = RinexNavData_Crs_get(...)
set = RinexNavData_Crs_set(...)
Cuc
get = RinexNavData_Cuc_get(...)
set = RinexNavData_Cuc_set(...)
Cus
get = RinexNavData_Cus_get(...)
set = RinexNavData_Cus_set(...)
HOWtime
get = RinexNavData_HOWtime_get(...)
set = RinexNavData_HOWtime_set(...)
IODC
get = RinexNavData_IODC_get(...)
set = RinexNavData_IODC_set(...)
IODE
get = RinexNavData_IODE_get(...)
set = RinexNavData_IODE_set(...)
L2Pdata
get = RinexNavData_L2Pdata_get(...)
set = RinexNavData_L2Pdata_set(...)
M0
get = RinexNavData_M0_get(...)
set = RinexNavData_M0_set(...)
OMEGA0
get = RinexNavData_OMEGA0_get(...)
set = RinexNavData_OMEGA0_set(...)
OMEGAdot
get = RinexNavData_OMEGAdot_get(...)
set = RinexNavData_OMEGAdot_set(...)
PRNID
get = RinexNavData_PRNID_get(...)
set = RinexNavData_PRNID_set(...)
Tgd
get = RinexNavData_Tgd_get(...)
set = RinexNavData_Tgd_set(...)
Toc
get = RinexNavData_Toc_get(...)
set = RinexNavData_Toc_set(...)
Toe
get = RinexNavData_Toe_get(...)
set = RinexNavData_Toe_set(...)
accuracy
get = RinexNavData_accuracy_get(...)
set = RinexNavData_accuracy_set(...)
af0
get = RinexNavData_af0_get(...)
set = RinexNavData_af0_set(...)
af1
get = RinexNavData_af1_get(...)
set = RinexNavData_af1_set(...)
af2
get = RinexNavData_af2_get(...)
set = RinexNavData_af2_set(...)
codeflgs
get = RinexNavData_codeflgs_get(...)
set = RinexNavData_codeflgs_set(...)
dn
get = RinexNavData_dn_get(...)
set = RinexNavData_dn_set(...)
ecc
get = RinexNavData_ecc_get(...)
set = RinexNavData_ecc_set(...)
fitint
get = RinexNavData_fitint_get(...)
set = RinexNavData_fitint_set(...)
health
get = RinexNavData_health_get(...)
set = RinexNavData_health_set(...)
i0
get = RinexNavData_i0_get(...)
set = RinexNavData_i0_set(...)
idot
get = RinexNavData_idot_get(...)
set = RinexNavData_idot_set(...)
time
get = RinexNavData_time_get(...)
set = RinexNavData_time_set(...)
w
get = RinexNavData_w_get(...)
set = RinexNavData_w_set(...)
weeknum
get = RinexNavData_weeknum_get(...)
set = RinexNavData_weeknum_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'Ahalf': <built-in function RinexNavData_Ahalf_get>, 'Cic': <built-in function RinexNavData_Cic_get>, 'Cis': <built-in function RinexNavData_Cis_get>, 'Crc': <built-in function RinexNavData_Crc_get>, 'Crs': <built-in function RinexNavData_Crs_get>, 'Cuc': <built-in function RinexNavData_Cuc_get>, 'Cus': <built-in function RinexNavData_Cus_get>, 'HOWtime': <built-in function RinexNavData_HOWtime_get>, 'IODC': <built-in function RinexNavData_IODC_get>, 'IODE': <built-in function RinexNavData_IODE_get>, ...}
__swig_setmethods__ = {'Ahalf': <built-in function RinexNavData_Ahalf_set>, 'Cic': <built-in function RinexNavData_Cic_set>, 'Cis': <built-in function RinexNavData_Cis_set>, 'Crc': <built-in function RinexNavData_Crc_set>, 'Crs': <built-in function RinexNavData_Crs_set>, 'Cuc': <built-in function RinexNavData_Cuc_set>, 'Cus': <built-in function RinexNavData_Cus_set>, 'HOWtime': <built-in function RinexNavData_HOWtime_set>, 'IODC': <built-in function RinexNavData_IODC_set>, 'IODE': <built-in function RinexNavData_IODE_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexNavData' objects>
list of weak references to the object (if defined)

 
class RinexNavDataPtr(RinexNavData)
    
Method resolution order:
RinexNavDataPtr
RinexNavData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexNavData:
__del__(self, destroy=<built-in function delete_RinexNavData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)
operator_EngEphemeris(*args)
toList(*args)

Properties inherited from RinexNavData:
Ahalf
get = RinexNavData_Ahalf_get(...)
set = RinexNavData_Ahalf_set(...)
Cic
get = RinexNavData_Cic_get(...)
set = RinexNavData_Cic_set(...)
Cis
get = RinexNavData_Cis_get(...)
set = RinexNavData_Cis_set(...)
Crc
get = RinexNavData_Crc_get(...)
set = RinexNavData_Crc_set(...)
Crs
get = RinexNavData_Crs_get(...)
set = RinexNavData_Crs_set(...)
Cuc
get = RinexNavData_Cuc_get(...)
set = RinexNavData_Cuc_set(...)
Cus
get = RinexNavData_Cus_get(...)
set = RinexNavData_Cus_set(...)
HOWtime
get = RinexNavData_HOWtime_get(...)
set = RinexNavData_HOWtime_set(...)
IODC
get = RinexNavData_IODC_get(...)
set = RinexNavData_IODC_set(...)
IODE
get = RinexNavData_IODE_get(...)
set = RinexNavData_IODE_set(...)
L2Pdata
get = RinexNavData_L2Pdata_get(...)
set = RinexNavData_L2Pdata_set(...)
M0
get = RinexNavData_M0_get(...)
set = RinexNavData_M0_set(...)
OMEGA0
get = RinexNavData_OMEGA0_get(...)
set = RinexNavData_OMEGA0_set(...)
OMEGAdot
get = RinexNavData_OMEGAdot_get(...)
set = RinexNavData_OMEGAdot_set(...)
PRNID
get = RinexNavData_PRNID_get(...)
set = RinexNavData_PRNID_set(...)
Tgd
get = RinexNavData_Tgd_get(...)
set = RinexNavData_Tgd_set(...)
Toc
get = RinexNavData_Toc_get(...)
set = RinexNavData_Toc_set(...)
Toe
get = RinexNavData_Toe_get(...)
set = RinexNavData_Toe_set(...)
accuracy
get = RinexNavData_accuracy_get(...)
set = RinexNavData_accuracy_set(...)
af0
get = RinexNavData_af0_get(...)
set = RinexNavData_af0_set(...)
af1
get = RinexNavData_af1_get(...)
set = RinexNavData_af1_set(...)
af2
get = RinexNavData_af2_get(...)
set = RinexNavData_af2_set(...)
codeflgs
get = RinexNavData_codeflgs_get(...)
set = RinexNavData_codeflgs_set(...)
dn
get = RinexNavData_dn_get(...)
set = RinexNavData_dn_set(...)
ecc
get = RinexNavData_ecc_get(...)
set = RinexNavData_ecc_set(...)
fitint
get = RinexNavData_fitint_get(...)
set = RinexNavData_fitint_set(...)
health
get = RinexNavData_health_get(...)
set = RinexNavData_health_set(...)
i0
get = RinexNavData_i0_get(...)
set = RinexNavData_i0_set(...)
idot
get = RinexNavData_idot_get(...)
set = RinexNavData_idot_set(...)
time
get = RinexNavData_time_get(...)
set = RinexNavData_time_set(...)
w
get = RinexNavData_w_get(...)
set = RinexNavData_w_set(...)
weeknum
get = RinexNavData_weeknum_get(...)
set = RinexNavData_weeknum_set(...)

Data and other attributes inherited from RinexNavData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'Ahalf': <built-in function RinexNavData_Ahalf_get>, 'Cic': <built-in function RinexNavData_Cic_get>, 'Cis': <built-in function RinexNavData_Cis_get>, 'Crc': <built-in function RinexNavData_Crc_get>, 'Crs': <built-in function RinexNavData_Crs_get>, 'Cuc': <built-in function RinexNavData_Cuc_get>, 'Cus': <built-in function RinexNavData_Cus_get>, 'HOWtime': <built-in function RinexNavData_HOWtime_get>, 'IODC': <built-in function RinexNavData_IODC_get>, 'IODE': <built-in function RinexNavData_IODE_get>, ...}
__swig_setmethods__ = {'Ahalf': <built-in function RinexNavData_Ahalf_set>, 'Cic': <built-in function RinexNavData_Cic_set>, 'Cis': <built-in function RinexNavData_Cis_set>, 'Crc': <built-in function RinexNavData_Crc_set>, 'Crs': <built-in function RinexNavData_Crs_set>, 'Cuc': <built-in function RinexNavData_Cuc_set>, 'Cus': <built-in function RinexNavData_Cus_set>, 'HOWtime': <built-in function RinexNavData_HOWtime_set>, 'IODC': <built-in function RinexNavData_IODC_set>, 'IODE': <built-in function RinexNavData_IODE_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexNavData' objects>
list of weak references to the object (if defined)

 
class RinexNavHeader(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexNavHeader>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties defined here:
A0
get = RinexNavHeader_A0_get(...)
set = RinexNavHeader_A0_set(...)
A1
get = RinexNavHeader_A1_get(...)
set = RinexNavHeader_A1_set(...)
UTCRefTime
get = RinexNavHeader_UTCRefTime_get(...)
set = RinexNavHeader_UTCRefTime_set(...)
UTCRefWeek
get = RinexNavHeader_UTCRefWeek_get(...)
set = RinexNavHeader_UTCRefWeek_set(...)
commentList
get = RinexNavHeader_commentList_get(...)
set = RinexNavHeader_commentList_set(...)
date
get = RinexNavHeader_date_get(...)
set = RinexNavHeader_date_set(...)
fileAgency
get = RinexNavHeader_fileAgency_get(...)
set = RinexNavHeader_fileAgency_set(...)
fileProgram
get = RinexNavHeader_fileProgram_get(...)
set = RinexNavHeader_fileProgram_set(...)
fileType
get = RinexNavHeader_fileType_get(...)
set = RinexNavHeader_fileType_set(...)
ionAlpha
get = RinexNavHeader_ionAlpha_get(...)
set = RinexNavHeader_ionAlpha_set(...)
ionBeta
get = RinexNavHeader_ionBeta_get(...)
set = RinexNavHeader_ionBeta_set(...)
leapSeconds
get = RinexNavHeader_leapSeconds_get(...)
set = RinexNavHeader_leapSeconds_set(...)
valid
get = RinexNavHeader_valid_get(...)
set = RinexNavHeader_valid_set(...)
version
get = RinexNavHeader_version_get(...)
set = RinexNavHeader_version_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'A0': <built-in function RinexNavHeader_A0_get>, 'A1': <built-in function RinexNavHeader_A1_get>, 'UTCRefTime': <built-in function RinexNavHeader_UTCRefTime_get>, 'UTCRefWeek': <built-in function RinexNavHeader_UTCRefWeek_get>, 'commentList': <built-in function RinexNavHeader_commentList_get>, 'date': <built-in function RinexNavHeader_date_get>, 'fileAgency': <built-in function RinexNavHeader_fileAgency_get>, 'fileProgram': <built-in function RinexNavHeader_fileProgram_get>, 'fileType': <built-in function RinexNavHeader_fileType_get>, 'ionAlpha': <built-in function RinexNavHeader_ionAlpha_get>, ...}
__swig_setmethods__ = {'A0': <built-in function RinexNavHeader_A0_set>, 'A1': <built-in function RinexNavHeader_A1_set>, 'UTCRefTime': <built-in function RinexNavHeader_UTCRefTime_set>, 'UTCRefWeek': <built-in function RinexNavHeader_UTCRefWeek_set>, 'commentList': <built-in function RinexNavHeader_commentList_set>, 'date': <built-in function RinexNavHeader_date_set>, 'fileAgency': <built-in function RinexNavHeader_fileAgency_set>, 'fileProgram': <built-in function RinexNavHeader_fileProgram_set>, 'fileType': <built-in function RinexNavHeader_fileType_set>, 'ionAlpha': <built-in function RinexNavHeader_ionAlpha_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexNavHeader' objects>
list of weak references to the object (if defined)
allValid20 = -2147483645
allValid21 = -2147483645
commentString = 'COMMENT'
commentValid = 4
deltaUTCString = 'DELTA-UTC: A0,A1,T,W'
deltaUTCValid = 32
endOfHeader = 'END OF HEADER'
endValid = -2147483648
ionAlphaString = 'ION ALPHA'
ionAlphaValid = 8
ionBetaString = 'ION BETA'
ionBetaValid = 16
leapSecondsString = 'LEAP SECONDS'
leapSecondsValid = 64
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
versionString = 'RINEX VERSION / TYPE'
versionValid = 1

 
class RinexNavHeaderPtr(RinexNavHeader)
    
Method resolution order:
RinexNavHeaderPtr
RinexNavHeader
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexNavHeader:
__del__(self, destroy=<built-in function delete_RinexNavHeader>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties inherited from RinexNavHeader:
A0
get = RinexNavHeader_A0_get(...)
set = RinexNavHeader_A0_set(...)
A1
get = RinexNavHeader_A1_get(...)
set = RinexNavHeader_A1_set(...)
UTCRefTime
get = RinexNavHeader_UTCRefTime_get(...)
set = RinexNavHeader_UTCRefTime_set(...)
UTCRefWeek
get = RinexNavHeader_UTCRefWeek_get(...)
set = RinexNavHeader_UTCRefWeek_set(...)
commentList
get = RinexNavHeader_commentList_get(...)
set = RinexNavHeader_commentList_set(...)
date
get = RinexNavHeader_date_get(...)
set = RinexNavHeader_date_set(...)
fileAgency
get = RinexNavHeader_fileAgency_get(...)
set = RinexNavHeader_fileAgency_set(...)
fileProgram
get = RinexNavHeader_fileProgram_get(...)
set = RinexNavHeader_fileProgram_set(...)
fileType
get = RinexNavHeader_fileType_get(...)
set = RinexNavHeader_fileType_set(...)
ionAlpha
get = RinexNavHeader_ionAlpha_get(...)
set = RinexNavHeader_ionAlpha_set(...)
ionBeta
get = RinexNavHeader_ionBeta_get(...)
set = RinexNavHeader_ionBeta_set(...)
leapSeconds
get = RinexNavHeader_leapSeconds_get(...)
set = RinexNavHeader_leapSeconds_set(...)
valid
get = RinexNavHeader_valid_get(...)
set = RinexNavHeader_valid_set(...)
version
get = RinexNavHeader_version_get(...)
set = RinexNavHeader_version_set(...)

Data and other attributes inherited from RinexNavHeader:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'A0': <built-in function RinexNavHeader_A0_get>, 'A1': <built-in function RinexNavHeader_A1_get>, 'UTCRefTime': <built-in function RinexNavHeader_UTCRefTime_get>, 'UTCRefWeek': <built-in function RinexNavHeader_UTCRefWeek_get>, 'commentList': <built-in function RinexNavHeader_commentList_get>, 'date': <built-in function RinexNavHeader_date_get>, 'fileAgency': <built-in function RinexNavHeader_fileAgency_get>, 'fileProgram': <built-in function RinexNavHeader_fileProgram_get>, 'fileType': <built-in function RinexNavHeader_fileType_get>, 'ionAlpha': <built-in function RinexNavHeader_ionAlpha_get>, ...}
__swig_setmethods__ = {'A0': <built-in function RinexNavHeader_A0_set>, 'A1': <built-in function RinexNavHeader_A1_set>, 'UTCRefTime': <built-in function RinexNavHeader_UTCRefTime_set>, 'UTCRefWeek': <built-in function RinexNavHeader_UTCRefWeek_set>, 'commentList': <built-in function RinexNavHeader_commentList_set>, 'date': <built-in function RinexNavHeader_date_set>, 'fileAgency': <built-in function RinexNavHeader_fileAgency_set>, 'fileProgram': <built-in function RinexNavHeader_fileProgram_set>, 'fileType': <built-in function RinexNavHeader_fileType_set>, 'ionAlpha': <built-in function RinexNavHeader_ionAlpha_set>, ...}
__weakref__ = <attribute '__weakref__' of 'RinexNavHeader' objects>
list of weak references to the object (if defined)
allValid20 = -2147483645
allValid21 = -2147483645
commentString = 'COMMENT'
commentValid = 4
deltaUTCString = 'DELTA-UTC: A0,A1,T,W'
deltaUTCValid = 32
endOfHeader = 'END OF HEADER'
endValid = -2147483648
ionAlphaString = 'ION ALPHA'
ionAlphaValid = 8
ionBetaString = 'ION BETA'
ionBetaValid = 16
leapSecondsString = 'LEAP SECONDS'
leapSecondsValid = 64
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
versionString = 'RINEX VERSION / TYPE'
versionValid = 1

 
class RinexNavStream(FFTextStream)
    
Method resolution order:
RinexNavStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexNavStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties defined here:
header
get = RinexNavStream_header_get(...)
set = RinexNavStream_header_set(...)
headerRead
get = RinexNavStream_headerRead_get(...)
set = RinexNavStream_headerRead_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexNavStream_header_get>, 'headerRead': <built-in function RinexNavStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexNavStream_header_set>, 'headerRead': <built-in function RinexNavStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexNavStreamPtr(RinexNavStream)
    
Method resolution order:
RinexNavStreamPtr
RinexNavStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexNavStream:
__del__(self, destroy=<built-in function delete_RinexNavStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties inherited from RinexNavStream:
header
get = RinexNavStream_header_get(...)
set = RinexNavStream_header_set(...)
headerRead
get = RinexNavStream_headerRead_get(...)
set = RinexNavStream_headerRead_set(...)

Data and other attributes inherited from RinexNavStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexNavStream_header_get>, 'headerRead': <built-in function RinexNavStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexNavStream_header_set>, 'headerRead': <built-in function RinexNavStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexObsBase(FFData)
    
Method resolution order:
RinexObsBase
FFData
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexObsBase>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from FFData:
dump(*args)
getRecord(*args)
isData(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsBasePtr(RinexObsBase)
    
Method resolution order:
RinexObsBasePtr
RinexObsBase
FFData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsBase:
__del__(self, destroy=<built-in function delete_RinexObsBase>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from RinexObsBase:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from FFData:
dump(*args)
getRecord(*args)
isData(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsData(RinexObsBase)
    
Method resolution order:
RinexObsData
RinexObsBase
FFData
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexObsData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties defined here:
auxHeader
get = RinexObsData_auxHeader_get(...)
set = RinexObsData_auxHeader_set(...)
clockOffset
get = RinexObsData_clockOffset_get(...)
set = RinexObsData_clockOffset_set(...)
epochFlag
get = RinexObsData_epochFlag_get(...)
set = RinexObsData_epochFlag_set(...)
numSvs
get = RinexObsData_numSvs_get(...)
set = RinexObsData_numSvs_set(...)
obs
get = RinexObsData_obs_get(...)
set = RinexObsData_obs_set(...)
time
get = RinexObsData_time_get(...)
set = RinexObsData_time_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'auxHeader': <built-in function RinexObsData_auxHeader_get>, 'clockOffset': <built-in function RinexObsData_clockOffset_get>, 'epochFlag': <built-in function RinexObsData_epochFlag_get>, 'numSvs': <built-in function RinexObsData_numSvs_get>, 'obs': <built-in function RinexObsData_obs_get>, 'time': <built-in function RinexObsData_time_get>}
__swig_setmethods__ = {'auxHeader': <built-in function RinexObsData_auxHeader_set>, 'clockOffset': <built-in function RinexObsData_clockOffset_set>, 'epochFlag': <built-in function RinexObsData_epochFlag_set>, 'numSvs': <built-in function RinexObsData_numSvs_set>, 'obs': <built-in function RinexObsData_obs_set>, 'time': <built-in function RinexObsData_time_set>}

Methods inherited from FFData:
getRecord(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsDataPtr(RinexObsData)
    
Method resolution order:
RinexObsDataPtr
RinexObsData
RinexObsBase
FFData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsData:
__del__(self, destroy=<built-in function delete_RinexObsData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties inherited from RinexObsData:
auxHeader
get = RinexObsData_auxHeader_get(...)
set = RinexObsData_auxHeader_set(...)
clockOffset
get = RinexObsData_clockOffset_get(...)
set = RinexObsData_clockOffset_set(...)
epochFlag
get = RinexObsData_epochFlag_get(...)
set = RinexObsData_epochFlag_set(...)
numSvs
get = RinexObsData_numSvs_get(...)
set = RinexObsData_numSvs_set(...)
obs
get = RinexObsData_obs_get(...)
set = RinexObsData_obs_set(...)
time
get = RinexObsData_time_get(...)
set = RinexObsData_time_set(...)

Data and other attributes inherited from RinexObsData:
__swig_getmethods__ = {'auxHeader': <built-in function RinexObsData_auxHeader_get>, 'clockOffset': <built-in function RinexObsData_clockOffset_get>, 'epochFlag': <built-in function RinexObsData_epochFlag_get>, 'numSvs': <built-in function RinexObsData_numSvs_get>, 'obs': <built-in function RinexObsData_obs_get>, 'time': <built-in function RinexObsData_time_get>}
__swig_setmethods__ = {'auxHeader': <built-in function RinexObsData_auxHeader_set>, 'clockOffset': <built-in function RinexObsData_clockOffset_set>, 'epochFlag': <built-in function RinexObsData_epochFlag_set>, 'numSvs': <built-in function RinexObsData_numSvs_set>, 'obs': <built-in function RinexObsData_obs_set>, 'time': <built-in function RinexObsData_time_set>}

Methods inherited from FFData:
getRecord(*args)
isHeader(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsHeader(RinexObsBase)
    
Method resolution order:
RinexObsHeader
RinexObsBase
FFData
__builtin__.object

Methods defined here:
NumberHeaderRecordsToBeWritten(*args)
ParseHeaderRecord(*args)
WriteHeaderRecords(*args)
__del__(self, destroy=<built-in function delete_RinexObsHeader>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
clear(*args)
dump(*args)
isHeader(*args)
isValid(*args)

Static methods defined here:
convertObsType = RinexObsHeader_convertObsType(...)

Properties defined here:
agency
get = RinexObsHeader_agency_get(...)
set = RinexObsHeader_agency_set(...)
antNo
get = RinexObsHeader_antNo_get(...)
set = RinexObsHeader_antNo_set(...)
antType
get = RinexObsHeader_antType_get(...)
set = RinexObsHeader_antType_set(...)
antennaOffset
get = RinexObsHeader_antennaOffset_get(...)
set = RinexObsHeader_antennaOffset_set(...)
antennaPosition
get = RinexObsHeader_antennaPosition_get(...)
set = RinexObsHeader_antennaPosition_set(...)
commentList
get = RinexObsHeader_commentList_get(...)
set = RinexObsHeader_commentList_set(...)
date
get = RinexObsHeader_date_get(...)
set = RinexObsHeader_date_set(...)
extraWaveFactList
get = RinexObsHeader_extraWaveFactList_get(...)
set = RinexObsHeader_extraWaveFactList_set(...)
fileAgency
get = RinexObsHeader_fileAgency_get(...)
set = RinexObsHeader_fileAgency_set(...)
fileProgram
get = RinexObsHeader_fileProgram_get(...)
set = RinexObsHeader_fileProgram_set(...)
fileType
get = RinexObsHeader_fileType_get(...)
set = RinexObsHeader_fileType_set(...)
firstObs
get = RinexObsHeader_firstObs_get(...)
set = RinexObsHeader_firstObs_set(...)
firstSystem
get = RinexObsHeader_firstSystem_get(...)
set = RinexObsHeader_firstSystem_set(...)
interval
get = RinexObsHeader_interval_get(...)
set = RinexObsHeader_interval_set(...)
lastObs
get = RinexObsHeader_lastObs_get(...)
set = RinexObsHeader_lastObs_set(...)
lastPRN
get = RinexObsHeader_lastPRN_get(...)
set = RinexObsHeader_lastPRN_set(...)
lastSystem
get = RinexObsHeader_lastSystem_get(...)
set = RinexObsHeader_lastSystem_set(...)
leapSeconds
get = RinexObsHeader_leapSeconds_get(...)
set = RinexObsHeader_leapSeconds_set(...)
markerName
get = RinexObsHeader_markerName_get(...)
set = RinexObsHeader_markerName_set(...)
markerNumber
get = RinexObsHeader_markerNumber_get(...)
set = RinexObsHeader_markerNumber_set(...)
numObs
get = RinexObsHeader_numObs_get(...)
set = RinexObsHeader_numObs_set(...)
numObsForPrn
get = RinexObsHeader_numObsForPrn_get(...)
set = RinexObsHeader_numObsForPrn_set(...)
numSVs
get = RinexObsHeader_numSVs_get(...)
set = RinexObsHeader_numSVs_set(...)
obsTypeList
get = RinexObsHeader_obsTypeList_get(...)
set = RinexObsHeader_obsTypeList_set(...)
observer
get = RinexObsHeader_observer_get(...)
set = RinexObsHeader_observer_set(...)
recNo
get = RinexObsHeader_recNo_get(...)
set = RinexObsHeader_recNo_set(...)
recType
get = RinexObsHeader_recType_get(...)
set = RinexObsHeader_recType_set(...)
recVers
get = RinexObsHeader_recVers_get(...)
set = RinexObsHeader_recVers_set(...)
receiverOffset
get = RinexObsHeader_receiverOffset_get(...)
set = RinexObsHeader_receiverOffset_set(...)
system
get = RinexObsHeader_system_get(...)
set = RinexObsHeader_system_set(...)
valid
get = RinexObsHeader_valid_get(...)
set = RinexObsHeader_valid_set(...)
version
get = RinexObsHeader_version_get(...)
set = RinexObsHeader_version_set(...)
wavelengthFactor
get = RinexObsHeader_wavelengthFactor_get(...)
set = RinexObsHeader_wavelengthFactor_set(...)

Data and other attributes defined here:
C1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _40f62cb7_p_RinexObsType>
D1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _70f62cb7_p_RinexObsType>
D2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _80f62cb7_p_RinexObsType>
L1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _20f62cb7_p_RinexObsType>
L2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _30f62cb7_p_RinexObsType>
P1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _50f62cb7_p_RinexObsType>
P2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _60f62cb7_p_RinexObsType>
S1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _90f62cb7_p_RinexObsType>
S2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _a0f62cb7_p_RinexObsType>
StandardRinexObsTypes = <Swig Object at _a0f72cb7_p_std__vectorTRinexObsType_std__allocatorTRinexObsType_t_t>
T1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _b0f62cb7_p_RinexObsType>
T2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _c0f62cb7_p_RinexObsType>
UN = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _10f62cb7_p_RinexObsType>
__swig_getmethods__ = {'agency': <built-in function RinexObsHeader_agency_get>, 'antNo': <built-in function RinexObsHeader_antNo_get>, 'antType': <built-in function RinexObsHeader_antType_get>, 'antennaOffset': <built-in function RinexObsHeader_antennaOffset_get>, 'antennaPosition': <built-in function RinexObsHeader_antennaPosition_get>, 'commentList': <built-in function RinexObsHeader_commentList_get>, 'convertObsType': <function <lambda>>, 'date': <built-in function RinexObsHeader_date_get>, 'extraWaveFactList': <built-in function RinexObsHeader_extraWaveFactList_get>, 'fileAgency': <built-in function RinexObsHeader_fileAgency_get>, ...}
__swig_setmethods__ = {'agency': <built-in function RinexObsHeader_agency_set>, 'antNo': <built-in function RinexObsHeader_antNo_set>, 'antType': <built-in function RinexObsHeader_antType_set>, 'antennaOffset': <built-in function RinexObsHeader_antennaOffset_set>, 'antennaPosition': <built-in function RinexObsHeader_antennaPosition_set>, 'commentList': <built-in function RinexObsHeader_commentList_set>, 'date': <built-in function RinexObsHeader_date_set>, 'extraWaveFactList': <built-in function RinexObsHeader_extraWaveFactList_set>, 'fileAgency': <built-in function RinexObsHeader_fileAgency_set>, 'fileProgram': <built-in function RinexObsHeader_fileProgram_set>, ...}
allValid20 = -2147471381
allValid21 = -2147471381
antennaOffsetString = 'ANTENNA: DELTA H/E/N'
antennaOffsetValid = 512
antennaPositionString = 'APPROX POSITION XYZ'
antennaPositionValid = 256
antennaTypeString = 'ANT # / TYPE'
antennaTypeValid = 128
commentString = 'COMMENT'
commentValid = 4
endOfHeader = 'END OF HEADER'
endValid = -2147483648
firstTimeString = 'TIME OF FIRST OBS'
firstTimeValid = 8192
intervalString = 'INTERVAL'
intervalValid = 4096
lastTimeString = 'TIME OF LAST OBS'
lastTimeValid = 16384
leapSecondsString = 'LEAP SECONDS'
leapSecondsValid = 1048576
markerNameString = 'MARKER NAME'
markerNameValid = 8
markerNumberString = 'MARKER NUMBER'
markerNumberValid = 16
numObsString = '# / TYPES OF OBSERV'
numSatsString = '# OF SATELLITES'
numSatsValid = 2097152
obsTypeValid = 2048
observerString = 'OBSERVER / AGENCY'
observerValid = 32
prnObsString = 'PRN / # OF OBS'
prnObsValid = 4194304
receiverOffsetString = 'RCV CLOCK OFFS APPL'
receiverOffsetValid = 32768
receiverString = 'REC # / TYPE / VERS'
receiverValid = 64
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
versionString = 'RINEX VERSION / TYPE'
versionValid = 1
waveFactString = 'WAVELENGTH FACT L1/2'
waveFactValid = 1024

Methods inherited from FFData:
getRecord(*args)
isData(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsHeaderPtr(RinexObsHeader)
    
Method resolution order:
RinexObsHeaderPtr
RinexObsHeader
RinexObsBase
FFData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsHeader:
NumberHeaderRecordsToBeWritten(*args)
ParseHeaderRecord(*args)
WriteHeaderRecords(*args)
__del__(self, destroy=<built-in function delete_RinexObsHeader>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
clear(*args)
dump(*args)
isHeader(*args)
isValid(*args)

Static methods inherited from RinexObsHeader:
convertObsType = RinexObsHeader_convertObsType(...)

Properties inherited from RinexObsHeader:
agency
get = RinexObsHeader_agency_get(...)
set = RinexObsHeader_agency_set(...)
antNo
get = RinexObsHeader_antNo_get(...)
set = RinexObsHeader_antNo_set(...)
antType
get = RinexObsHeader_antType_get(...)
set = RinexObsHeader_antType_set(...)
antennaOffset
get = RinexObsHeader_antennaOffset_get(...)
set = RinexObsHeader_antennaOffset_set(...)
antennaPosition
get = RinexObsHeader_antennaPosition_get(...)
set = RinexObsHeader_antennaPosition_set(...)
commentList
get = RinexObsHeader_commentList_get(...)
set = RinexObsHeader_commentList_set(...)
date
get = RinexObsHeader_date_get(...)
set = RinexObsHeader_date_set(...)
extraWaveFactList
get = RinexObsHeader_extraWaveFactList_get(...)
set = RinexObsHeader_extraWaveFactList_set(...)
fileAgency
get = RinexObsHeader_fileAgency_get(...)
set = RinexObsHeader_fileAgency_set(...)
fileProgram
get = RinexObsHeader_fileProgram_get(...)
set = RinexObsHeader_fileProgram_set(...)
fileType
get = RinexObsHeader_fileType_get(...)
set = RinexObsHeader_fileType_set(...)
firstObs
get = RinexObsHeader_firstObs_get(...)
set = RinexObsHeader_firstObs_set(...)
firstSystem
get = RinexObsHeader_firstSystem_get(...)
set = RinexObsHeader_firstSystem_set(...)
interval
get = RinexObsHeader_interval_get(...)
set = RinexObsHeader_interval_set(...)
lastObs
get = RinexObsHeader_lastObs_get(...)
set = RinexObsHeader_lastObs_set(...)
lastPRN
get = RinexObsHeader_lastPRN_get(...)
set = RinexObsHeader_lastPRN_set(...)
lastSystem
get = RinexObsHeader_lastSystem_get(...)
set = RinexObsHeader_lastSystem_set(...)
leapSeconds
get = RinexObsHeader_leapSeconds_get(...)
set = RinexObsHeader_leapSeconds_set(...)
markerName
get = RinexObsHeader_markerName_get(...)
set = RinexObsHeader_markerName_set(...)
markerNumber
get = RinexObsHeader_markerNumber_get(...)
set = RinexObsHeader_markerNumber_set(...)
numObs
get = RinexObsHeader_numObs_get(...)
set = RinexObsHeader_numObs_set(...)
numObsForPrn
get = RinexObsHeader_numObsForPrn_get(...)
set = RinexObsHeader_numObsForPrn_set(...)
numSVs
get = RinexObsHeader_numSVs_get(...)
set = RinexObsHeader_numSVs_set(...)
obsTypeList
get = RinexObsHeader_obsTypeList_get(...)
set = RinexObsHeader_obsTypeList_set(...)
observer
get = RinexObsHeader_observer_get(...)
set = RinexObsHeader_observer_set(...)
recNo
get = RinexObsHeader_recNo_get(...)
set = RinexObsHeader_recNo_set(...)
recType
get = RinexObsHeader_recType_get(...)
set = RinexObsHeader_recType_set(...)
recVers
get = RinexObsHeader_recVers_get(...)
set = RinexObsHeader_recVers_set(...)
receiverOffset
get = RinexObsHeader_receiverOffset_get(...)
set = RinexObsHeader_receiverOffset_set(...)
system
get = RinexObsHeader_system_get(...)
set = RinexObsHeader_system_set(...)
valid
get = RinexObsHeader_valid_get(...)
set = RinexObsHeader_valid_set(...)
version
get = RinexObsHeader_version_get(...)
set = RinexObsHeader_version_set(...)
wavelengthFactor
get = RinexObsHeader_wavelengthFactor_get(...)
set = RinexObsHeader_wavelengthFactor_set(...)

Data and other attributes inherited from RinexObsHeader:
C1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _40f62cb7_p_RinexObsType>
D1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _70f62cb7_p_RinexObsType>
D2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _80f62cb7_p_RinexObsType>
L1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _20f62cb7_p_RinexObsType>
L2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _30f62cb7_p_RinexObsType>
P1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _50f62cb7_p_RinexObsType>
P2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _60f62cb7_p_RinexObsType>
S1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _90f62cb7_p_RinexObsType>
S2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _a0f62cb7_p_RinexObsType>
StandardRinexObsTypes = <Swig Object at _a0f72cb7_p_std__vectorTRinexObsType_std__allocatorTRinexObsType_t_t>
T1 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _b0f62cb7_p_RinexObsType>
T2 = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _c0f62cb7_p_RinexObsType>
UN = <gpstkPython.RinexObsTypePtr; proxy of C++ RinexObsType instance at _10f62cb7_p_RinexObsType>
__swig_getmethods__ = {'agency': <built-in function RinexObsHeader_agency_get>, 'antNo': <built-in function RinexObsHeader_antNo_get>, 'antType': <built-in function RinexObsHeader_antType_get>, 'antennaOffset': <built-in function RinexObsHeader_antennaOffset_get>, 'antennaPosition': <built-in function RinexObsHeader_antennaPosition_get>, 'commentList': <built-in function RinexObsHeader_commentList_get>, 'convertObsType': <function <lambda>>, 'date': <built-in function RinexObsHeader_date_get>, 'extraWaveFactList': <built-in function RinexObsHeader_extraWaveFactList_get>, 'fileAgency': <built-in function RinexObsHeader_fileAgency_get>, ...}
__swig_setmethods__ = {'agency': <built-in function RinexObsHeader_agency_set>, 'antNo': <built-in function RinexObsHeader_antNo_set>, 'antType': <built-in function RinexObsHeader_antType_set>, 'antennaOffset': <built-in function RinexObsHeader_antennaOffset_set>, 'antennaPosition': <built-in function RinexObsHeader_antennaPosition_set>, 'commentList': <built-in function RinexObsHeader_commentList_set>, 'date': <built-in function RinexObsHeader_date_set>, 'extraWaveFactList': <built-in function RinexObsHeader_extraWaveFactList_set>, 'fileAgency': <built-in function RinexObsHeader_fileAgency_set>, 'fileProgram': <built-in function RinexObsHeader_fileProgram_set>, ...}
allValid20 = -2147471381
allValid21 = -2147471381
antennaOffsetString = 'ANTENNA: DELTA H/E/N'
antennaOffsetValid = 512
antennaPositionString = 'APPROX POSITION XYZ'
antennaPositionValid = 256
antennaTypeString = 'ANT # / TYPE'
antennaTypeValid = 128
commentString = 'COMMENT'
commentValid = 4
endOfHeader = 'END OF HEADER'
endValid = -2147483648
firstTimeString = 'TIME OF FIRST OBS'
firstTimeValid = 8192
intervalString = 'INTERVAL'
intervalValid = 4096
lastTimeString = 'TIME OF LAST OBS'
lastTimeValid = 16384
leapSecondsString = 'LEAP SECONDS'
leapSecondsValid = 1048576
markerNameString = 'MARKER NAME'
markerNameValid = 8
markerNumberString = 'MARKER NUMBER'
markerNumberValid = 16
numObsString = '# / TYPES OF OBSERV'
numSatsString = '# OF SATELLITES'
numSatsValid = 2097152
obsTypeValid = 2048
observerString = 'OBSERVER / AGENCY'
observerValid = 32
prnObsString = 'PRN / # OF OBS'
prnObsValid = 4194304
receiverOffsetString = 'RCV CLOCK OFFS APPL'
receiverOffsetValid = 32768
receiverString = 'REC # / TYPE / VERS'
receiverValid = 64
runByString = 'PGM / RUN BY / DATE'
runByValid = 2
versionString = 'RINEX VERSION / TYPE'
versionValid = 1
waveFactString = 'WAVELENGTH FACT L1/2'
waveFactValid = 1024

Methods inherited from FFData:
getRecord(*args)
isData(*args)
putRecord(*args)

Data and other attributes inherited from FFData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFData' objects>
list of weak references to the object (if defined)

 
class RinexObsStream(FFTextStream)
    
Method resolution order:
RinexObsStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_RinexObsStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties defined here:
header
get = RinexObsStream_header_get(...)
set = RinexObsStream_header_set(...)
headerRead
get = RinexObsStream_headerRead_get(...)
set = RinexObsStream_headerRead_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexObsStream_header_get>, 'headerRead': <built-in function RinexObsStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexObsStream_header_set>, 'headerRead': <built-in function RinexObsStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexObsStreamPtr(RinexObsStream)
    
Method resolution order:
RinexObsStreamPtr
RinexObsStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsStream:
__del__(self, destroy=<built-in function delete_RinexObsStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties inherited from RinexObsStream:
header
get = RinexObsStream_header_get(...)
set = RinexObsStream_header_set(...)
headerRead
get = RinexObsStream_headerRead_get(...)
set = RinexObsStream_headerRead_set(...)

Data and other attributes inherited from RinexObsStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'header': <built-in function RinexObsStream_header_get>, 'headerRead': <built-in function RinexObsStream_headerRead_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'header': <built-in function RinexObsStream_header_set>, 'headerRead': <built-in function RinexObsStream_headerRead_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class RinexObsType(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RinexObsType>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
depend
get = RinexObsType_depend_get(...)
set = RinexObsType_depend_set(...)
description
get = RinexObsType_description_get(...)
set = RinexObsType_description_set(...)
type
get = RinexObsType_type_get(...)
set = RinexObsType_type_set(...)
units
get = RinexObsType_units_get(...)
set = RinexObsType_units_set(...)

Data and other attributes defined here:
C1depend = 1
EPdepend = 32
L1depend = 2
L2depend = 4
P1depend = 8
P2depend = 16
PSdepend = 64
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'depend': <built-in function RinexObsType_depend_get>, 'description': <built-in function RinexObsType_description_get>, 'type': <built-in function RinexObsType_type_get>, 'units': <built-in function RinexObsType_units_get>}
__swig_setmethods__ = {'depend': <built-in function RinexObsType_depend_set>, 'description': <built-in function RinexObsType_description_set>, 'type': <built-in function RinexObsType_type_set>, 'units': <built-in function RinexObsType_units_set>}
__weakref__ = <attribute '__weakref__' of 'RinexObsType' objects>
list of weak references to the object (if defined)

 
class RinexObsTypeMap(__builtin__.object)
     Methods defined here:
__contains__(*args)
__del__(self, destroy=<built-in function delete_RinexObsTypeMap>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__init__(self, *args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RinexObsTypeMap' objects>
list of weak references to the object (if defined)

 
class RinexObsTypeMapPtr(RinexObsTypeMap)
    
Method resolution order:
RinexObsTypeMapPtr
RinexObsTypeMap
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsTypeMap:
__contains__(*args)
__del__(self, destroy=<built-in function delete_RinexObsTypeMap>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes inherited from RinexObsTypeMap:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RinexObsTypeMap' objects>
list of weak references to the object (if defined)

 
class RinexObsTypePtr(RinexObsType)
    
Method resolution order:
RinexObsTypePtr
RinexObsType
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexObsType:
__del__(self, destroy=<built-in function delete_RinexObsType>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from RinexObsType:
depend
get = RinexObsType_depend_get(...)
set = RinexObsType_depend_set(...)
description
get = RinexObsType_description_get(...)
set = RinexObsType_description_set(...)
type
get = RinexObsType_type_get(...)
set = RinexObsType_type_set(...)
units
get = RinexObsType_units_get(...)
set = RinexObsType_units_set(...)

Data and other attributes inherited from RinexObsType:
C1depend = 1
EPdepend = 32
L1depend = 2
L2depend = 4
P1depend = 8
P2depend = 16
PSdepend = 64
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'depend': <built-in function RinexObsType_depend_get>, 'description': <built-in function RinexObsType_description_get>, 'type': <built-in function RinexObsType_type_get>, 'units': <built-in function RinexObsType_units_get>}
__swig_setmethods__ = {'depend': <built-in function RinexObsType_depend_set>, 'description': <built-in function RinexObsType_description_set>, 'type': <built-in function RinexObsType_type_set>, 'units': <built-in function RinexObsType_units_set>}
__weakref__ = <attribute '__weakref__' of 'RinexObsType' objects>
list of weak references to the object (if defined)

 
class RinexPrn(__builtin__.object)
     Methods defined here:
System(*args)
__del__(self, destroy=<built-in function delete_RinexPrn>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
getfill(*args)
setfill(*args)

Properties defined here:
prn
get = RinexPrn_prn_get(...)
set = RinexPrn_prn_set(...)
system
get = RinexPrn_system_get(...)
set = RinexPrn_system_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'prn': <built-in function RinexPrn_prn_get>, 'system': <built-in function RinexPrn_system_get>}
__swig_setmethods__ = {'prn': <built-in function RinexPrn_prn_set>, 'system': <built-in function RinexPrn_system_set>}
__weakref__ = <attribute '__weakref__' of 'RinexPrn' objects>
list of weak references to the object (if defined)

 
class RinexPrnMap(__builtin__.object)
     Methods defined here:
__contains__(*args)
__del__(self, destroy=<built-in function delete_RinexPrnMap>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__init__(self, *args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RinexPrnMap' objects>
list of weak references to the object (if defined)

 
class RinexPrnMapPtr(RinexPrnMap)
    
Method resolution order:
RinexPrnMapPtr
RinexPrnMap
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexPrnMap:
__contains__(*args)
__del__(self, destroy=<built-in function delete_RinexPrnMap>)
__delitem__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__iter__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
clear(*args)
count(*args)
empty(*args)
erase(*args)
get_allocator(*args)
has_key(*args)
items(*args)
keys(*args)
size(*args)
swap(*args)
values(*args)

Data and other attributes inherited from RinexPrnMap:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RinexPrnMap' objects>
list of weak references to the object (if defined)

 
class RinexPrnPtr(RinexPrn)
    
Method resolution order:
RinexPrnPtr
RinexPrn
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RinexPrn:
System(*args)
__del__(self, destroy=<built-in function delete_RinexPrn>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
getfill(*args)
setfill(*args)

Properties inherited from RinexPrn:
prn
get = RinexPrn_prn_get(...)
set = RinexPrn_prn_set(...)
system
get = RinexPrn_system_get(...)
set = RinexPrn_system_set(...)

Data and other attributes inherited from RinexPrn:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'prn': <built-in function RinexPrn_prn_get>, 'system': <built-in function RinexPrn_system_get>}
__swig_setmethods__ = {'prn': <built-in function RinexPrn_prn_set>, 'system': <built-in function RinexPrn_system_set>}
__weakref__ = <attribute '__weakref__' of 'RinexPrn' objects>
list of weak references to the object (if defined)

 
class RungeKutta4(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RungeKutta4>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
derivative(*args)
getState(*args)
getTime(*args)
integrateTo(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RungeKutta4' objects>
list of weak references to the object (if defined)

 
class RungeKutta4Ptr(RungeKutta4)
    
Method resolution order:
RungeKutta4Ptr
RungeKutta4
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RungeKutta4:
__del__(self, destroy=<built-in function delete_RungeKutta4>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
derivative(*args)
getState(*args)
getTime(*args)
integrateTo(*args)

Data and other attributes inherited from RungeKutta4:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'RungeKutta4' objects>
list of weak references to the object (if defined)

 
class RxObsData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_RxObsData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
insertEpoch(*args)
insertObservation(*args)

Properties defined here:
epochs
get = RxObsData_epochs_get(...)
set = RxObsData_epochs_set(...)
firstTime
get = RxObsData_firstTime_get(...)
set = RxObsData_firstTime_set(...)
lastTime
get = RxObsData_lastTime_get(...)
set = RxObsData_lastTime_set(...)
prnList
get = RxObsData_prnList_get(...)
set = RxObsData_prnList_set(...)
rxId
get = RxObsData_rxId_get(...)
set = RxObsData_rxId_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'epochs': <built-in function RxObsData_epochs_get>, 'firstTime': <built-in function RxObsData_firstTime_get>, 'lastTime': <built-in function RxObsData_lastTime_get>, 'prnList': <built-in function RxObsData_prnList_get>, 'rxId': <built-in function RxObsData_rxId_get>}
__swig_setmethods__ = {'epochs': <built-in function RxObsData_epochs_set>, 'firstTime': <built-in function RxObsData_firstTime_set>, 'lastTime': <built-in function RxObsData_lastTime_set>, 'prnList': <built-in function RxObsData_prnList_set>, 'rxId': <built-in function RxObsData_rxId_set>}
__weakref__ = <attribute '__weakref__' of 'RxObsData' objects>
list of weak references to the object (if defined)

 
class RxObsDataPtr(RxObsData)
    
Method resolution order:
RxObsDataPtr
RxObsData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from RxObsData:
__del__(self, destroy=<built-in function delete_RxObsData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
insertEpoch(*args)
insertObservation(*args)

Properties inherited from RxObsData:
epochs
get = RxObsData_epochs_get(...)
set = RxObsData_epochs_set(...)
firstTime
get = RxObsData_firstTime_get(...)
set = RxObsData_firstTime_set(...)
lastTime
get = RxObsData_lastTime_get(...)
set = RxObsData_lastTime_set(...)
prnList
get = RxObsData_prnList_get(...)
set = RxObsData_prnList_set(...)
rxId
get = RxObsData_rxId_get(...)
set = RxObsData_rxId_set(...)

Data and other attributes inherited from RxObsData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'epochs': <built-in function RxObsData_epochs_get>, 'firstTime': <built-in function RxObsData_firstTime_get>, 'lastTime': <built-in function RxObsData_lastTime_get>, 'prnList': <built-in function RxObsData_prnList_get>, 'rxId': <built-in function RxObsData_rxId_get>}
__swig_setmethods__ = {'epochs': <built-in function RxObsData_epochs_set>, 'firstTime': <built-in function RxObsData_firstTime_set>, 'lastTime': <built-in function RxObsData_lastTime_set>, 'prnList': <built-in function RxObsData_prnList_set>, 'rxId': <built-in function RxObsData_rxId_set>}
__weakref__ = <attribute '__weakref__' of 'RxObsData' objects>
list of weak references to the object (if defined)

 
class SMODFStream(FFTextStream)
    
Method resolution order:
SMODFStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SMODFStream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties defined here:
format
get = SMODFStream_format_get(...)
set = SMODFStream_format_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'format': <built-in function SMODFStream_format_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'format': <built-in function SMODFStream_format_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}
icd211 = 2
legacy = 1
undefined = 0

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class SMODFStreamPtr(SMODFStream)
    
Method resolution order:
SMODFStreamPtr
SMODFStream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SMODFStream:
__del__(self, destroy=<built-in function delete_SMODFStream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
open(*args)

Properties inherited from SMODFStream:
format
get = SMODFStream_format_get(...)
set = SMODFStream_format_set(...)

Data and other attributes inherited from SMODFStream:
__swig_getmethods__ = {'filename': <built-in function FFStream_filename_get>, 'format': <built-in function SMODFStream_format_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'filename': <built-in function FFStream_filename_set>, 'format': <built-in function SMODFStream_format_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}
icd211 = 2
legacy = 1
undefined = 0

Methods inherited from FFTextStream:
formattedGetLine(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class SP3Data(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SP3Data>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties defined here:
clk
get = SP3Data_clk_get(...)
set = SP3Data_clk_set(...)
flag
get = SP3Data_flag_get(...)
set = SP3Data_flag_set(...)
id
get = SP3Data_id_get(...)
set = SP3Data_id_set(...)
time
get = SP3Data_time_get(...)
set = SP3Data_time_set(...)
x
get = SP3Data_x_get(...)
set = SP3Data_x_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'clk': <built-in function SP3Data_clk_get>, 'flag': <built-in function SP3Data_flag_get>, 'id': <built-in function SP3Data_id_get>, 'time': <built-in function SP3Data_time_get>, 'x': <built-in function SP3Data_x_get>}
__swig_setmethods__ = {'clk': <built-in function SP3Data_clk_set>, 'flag': <built-in function SP3Data_flag_set>, 'id': <built-in function SP3Data_id_set>, 'time': <built-in function SP3Data_time_set>, 'x': <built-in function SP3Data_x_set>}
__weakref__ = <attribute '__weakref__' of 'SP3Data' objects>
list of weak references to the object (if defined)

 
class SP3DataPtr(SP3Data)
    
Method resolution order:
SP3DataPtr
SP3Data
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SP3Data:
__del__(self, destroy=<built-in function delete_SP3Data>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isData(*args)

Properties inherited from SP3Data:
clk
get = SP3Data_clk_get(...)
set = SP3Data_clk_set(...)
flag
get = SP3Data_flag_get(...)
set = SP3Data_flag_set(...)
id
get = SP3Data_id_get(...)
set = SP3Data_id_set(...)
time
get = SP3Data_time_get(...)
set = SP3Data_time_set(...)
x
get = SP3Data_x_get(...)
set = SP3Data_x_set(...)

Data and other attributes inherited from SP3Data:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'clk': <built-in function SP3Data_clk_get>, 'flag': <built-in function SP3Data_flag_get>, 'id': <built-in function SP3Data_id_get>, 'time': <built-in function SP3Data_time_get>, 'x': <built-in function SP3Data_x_get>}
__swig_setmethods__ = {'clk': <built-in function SP3Data_clk_set>, 'flag': <built-in function SP3Data_flag_set>, 'id': <built-in function SP3Data_id_set>, 'time': <built-in function SP3Data_time_set>, 'x': <built-in function SP3Data_x_set>}
__weakref__ = <attribute '__weakref__' of 'SP3Data' objects>
list of weak references to the object (if defined)

 
class SP3EphemerisStore(FileStore_SP3Header)
    
Method resolution order:
SP3EphemerisStore
FileStore_SP3Header
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SP3EphemerisStore>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
loadFile(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from FileStore_SP3Header:
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFiles(*args)
size(*args)

Data and other attributes inherited from FileStore_SP3Header:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FileStore_SP3Header' objects>
list of weak references to the object (if defined)

 
class SP3EphemerisStorePtr(SP3EphemerisStore)
    
Method resolution order:
SP3EphemerisStorePtr
SP3EphemerisStore
FileStore_SP3Header
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SP3EphemerisStore:
__del__(self, destroy=<built-in function delete_SP3EphemerisStore>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
loadFile(*args)

Data and other attributes inherited from SP3EphemerisStore:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from FileStore_SP3Header:
addFile(*args)
getFileNames(*args)
getHeader(*args)
loadFiles(*args)
size(*args)

Data and other attributes inherited from FileStore_SP3Header:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FileStore_SP3Header' objects>
list of weak references to the object (if defined)

 
class SP3Header(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SP3Header>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties defined here:
agency
get = SP3Header_agency_get(...)
set = SP3Header_agency_set(...)
comments
get = SP3Header_comments_get(...)
set = SP3Header_comments_set(...)
coordSystem
get = SP3Header_coordSystem_get(...)
set = SP3Header_coordSystem_set(...)
dataUsed
get = SP3Header_dataUsed_get(...)
set = SP3Header_dataUsed_set(...)
epochInterval
get = SP3Header_epochInterval_get(...)
set = SP3Header_epochInterval_set(...)
numberOfEpochs
get = SP3Header_numberOfEpochs_get(...)
set = SP3Header_numberOfEpochs_set(...)
orbitType
get = SP3Header_orbitType_get(...)
set = SP3Header_orbitType_set(...)
pvFlag
get = SP3Header_pvFlag_get(...)
set = SP3Header_pvFlag_set(...)
svList
get = SP3Header_svList_get(...)
set = SP3Header_svList_set(...)
time
get = SP3Header_time_get(...)
set = SP3Header_time_set(...)
version
get = SP3Header_version_get(...)
set = SP3Header_version_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'agency': <built-in function SP3Header_agency_get>, 'comments': <built-in function SP3Header_comments_get>, 'coordSystem': <built-in function SP3Header_coordSystem_get>, 'dataUsed': <built-in function SP3Header_dataUsed_get>, 'epochInterval': <built-in function SP3Header_epochInterval_get>, 'numberOfEpochs': <built-in function SP3Header_numberOfEpochs_get>, 'orbitType': <built-in function SP3Header_orbitType_get>, 'pvFlag': <built-in function SP3Header_pvFlag_get>, 'svList': <built-in function SP3Header_svList_get>, 'time': <built-in function SP3Header_time_get>, ...}
__swig_setmethods__ = {'agency': <built-in function SP3Header_agency_set>, 'comments': <built-in function SP3Header_comments_set>, 'coordSystem': <built-in function SP3Header_coordSystem_set>, 'dataUsed': <built-in function SP3Header_dataUsed_set>, 'epochInterval': <built-in function SP3Header_epochInterval_set>, 'numberOfEpochs': <built-in function SP3Header_numberOfEpochs_set>, 'orbitType': <built-in function SP3Header_orbitType_set>, 'pvFlag': <built-in function SP3Header_pvFlag_set>, 'svList': <built-in function SP3Header_svList_set>, 'time': <built-in function SP3Header_time_set>, ...}
__weakref__ = <attribute '__weakref__' of 'SP3Header' objects>
list of weak references to the object (if defined)

 
class SP3HeaderPtr(SP3Header)
    
Method resolution order:
SP3HeaderPtr
SP3Header
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SP3Header:
__del__(self, destroy=<built-in function delete_SP3Header>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dump(*args)
isHeader(*args)

Properties inherited from SP3Header:
agency
get = SP3Header_agency_get(...)
set = SP3Header_agency_set(...)
comments
get = SP3Header_comments_get(...)
set = SP3Header_comments_set(...)
coordSystem
get = SP3Header_coordSystem_get(...)
set = SP3Header_coordSystem_set(...)
dataUsed
get = SP3Header_dataUsed_get(...)
set = SP3Header_dataUsed_set(...)
epochInterval
get = SP3Header_epochInterval_get(...)
set = SP3Header_epochInterval_set(...)
numberOfEpochs
get = SP3Header_numberOfEpochs_get(...)
set = SP3Header_numberOfEpochs_set(...)
orbitType
get = SP3Header_orbitType_get(...)
set = SP3Header_orbitType_set(...)
pvFlag
get = SP3Header_pvFlag_get(...)
set = SP3Header_pvFlag_set(...)
svList
get = SP3Header_svList_get(...)
set = SP3Header_svList_set(...)
time
get = SP3Header_time_get(...)
set = SP3Header_time_set(...)
version
get = SP3Header_version_get(...)
set = SP3Header_version_set(...)

Data and other attributes inherited from SP3Header:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'agency': <built-in function SP3Header_agency_get>, 'comments': <built-in function SP3Header_comments_get>, 'coordSystem': <built-in function SP3Header_coordSystem_get>, 'dataUsed': <built-in function SP3Header_dataUsed_get>, 'epochInterval': <built-in function SP3Header_epochInterval_get>, 'numberOfEpochs': <built-in function SP3Header_numberOfEpochs_get>, 'orbitType': <built-in function SP3Header_orbitType_get>, 'pvFlag': <built-in function SP3Header_pvFlag_get>, 'svList': <built-in function SP3Header_svList_get>, 'time': <built-in function SP3Header_time_get>, ...}
__swig_setmethods__ = {'agency': <built-in function SP3Header_agency_set>, 'comments': <built-in function SP3Header_comments_set>, 'coordSystem': <built-in function SP3Header_coordSystem_set>, 'dataUsed': <built-in function SP3Header_dataUsed_set>, 'epochInterval': <built-in function SP3Header_epochInterval_set>, 'numberOfEpochs': <built-in function SP3Header_numberOfEpochs_set>, 'orbitType': <built-in function SP3Header_orbitType_set>, 'pvFlag': <built-in function SP3Header_pvFlag_set>, 'svList': <built-in function SP3Header_svList_set>, 'time': <built-in function SP3Header_time_set>, ...}
__weakref__ = <attribute '__weakref__' of 'SP3Header' objects>
list of weak references to the object (if defined)

 
class SP3Stream(FFTextStream)
    
Method resolution order:
SP3Stream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SP3Stream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
currentEpoch
get = SP3Stream_currentEpoch_get(...)
set = SP3Stream_currentEpoch_set(...)

Data and other attributes defined here:
__swig_getmethods__ = {'currentEpoch': <built-in function SP3Stream_currentEpoch_get>, 'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'currentEpoch': <built-in function SP3Stream_currentEpoch_set>, 'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)
open(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class SP3StreamPtr(SP3Stream)
    
Method resolution order:
SP3StreamPtr
SP3Stream
FFTextStream
FFStream
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SP3Stream:
__del__(self, destroy=<built-in function delete_SP3Stream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from SP3Stream:
currentEpoch
get = SP3Stream_currentEpoch_get(...)
set = SP3Stream_currentEpoch_set(...)

Data and other attributes inherited from SP3Stream:
__swig_getmethods__ = {'currentEpoch': <built-in function SP3Stream_currentEpoch_get>, 'filename': <built-in function FFStream_filename_get>, 'lineNumber': <built-in function FFTextStream_lineNumber_get>, 'mostRecentException': <built-in function FFStream_mostRecentException_get>, 'recordNumber': <built-in function FFStream_recordNumber_get>}
__swig_setmethods__ = {'currentEpoch': <built-in function SP3Stream_currentEpoch_set>, 'filename': <built-in function FFStream_filename_set>, 'lineNumber': <built-in function FFTextStream_lineNumber_set>, 'mostRecentException': <built-in function FFStream_mostRecentException_set>, 'recordNumber': <built-in function FFStream_recordNumber_set>}

Methods inherited from FFTextStream:
formattedGetLine(*args)
open(*args)

Properties inherited from FFTextStream:
lineNumber
get = FFTextStream_lineNumber_get(...)
set = FFTextStream_lineNumber_set(...)

Methods inherited from FFStream:
conditionalThrow(*args)

Properties inherited from FFStream:
filename
get = FFStream_filename_get(...)
set = FFStream_filename_set(...)
mostRecentException
get = FFStream_mostRecentException_get(...)
set = FFStream_mostRecentException_set(...)
recordNumber
get = FFStream_recordNumber_get(...)
set = FFStream_recordNumber_set(...)

Data and other attributes inherited from FFStream:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'FFStream' objects>
list of weak references to the object (if defined)

 
class SVPCodeGen(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SVPCodeGen>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
getCurrentSixSeconds(*args)
getCurrentZCount(*args)
increment4ZCounts(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'SVPCodeGen' objects>
list of weak references to the object (if defined)

 
class SVPCodeGenPtr(SVPCodeGen)
    
Method resolution order:
SVPCodeGenPtr
SVPCodeGen
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SVPCodeGen:
__del__(self, destroy=<built-in function delete_SVPCodeGen>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
getCurrentSixSeconds(*args)
getCurrentZCount(*args)
increment4ZCounts(*args)

Data and other attributes inherited from SVPCodeGen:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'SVPCodeGen' objects>
list of weak references to the object (if defined)

 
class SatID(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_SatID>)
__eq__(*args)
__getattr__ lambda self, name
__init__(self, *args)
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
getfill(*args)
setfill(*args)
systemCode(*args)

Properties defined here:
id
get = SatID_id_get(...)
set = SatID_id_set(...)
system
get = SatID_system_get(...)
set = SatID_system_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'id': <built-in function SatID_id_get>, 'system': <built-in function SatID_system_get>}
__swig_setmethods__ = {'id': <built-in function SatID_id_set>, 'system': <built-in function SatID_system_set>}
__weakref__ = <attribute '__weakref__' of 'SatID' objects>
list of weak references to the object (if defined)
systemGPS = 1
systemGeosync = 4
systemGlonass = 2
systemMixed = 5
systemTransit = 3

 
class SatIDPtr(SatID)
    
Method resolution order:
SatIDPtr
SatID
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SatID:
__del__(self, destroy=<built-in function delete_SatID>)
__eq__(*args)
__getattr__ lambda self, name
__lt__(*args)
__ne__(*args)
__repr__(self)
__setattr__ lambda self, name, value
getfill(*args)
setfill(*args)
systemCode(*args)

Properties inherited from SatID:
id
get = SatID_id_get(...)
set = SatID_id_set(...)
system
get = SatID_system_get(...)
set = SatID_system_set(...)

Data and other attributes inherited from SatID:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'id': <built-in function SatID_id_get>, 'system': <built-in function SatID_system_get>}
__swig_setmethods__ = {'id': <built-in function SatID_id_set>, 'system': <built-in function SatID_system_set>}
__weakref__ = <attribute '__weakref__' of 'SatID' objects>
list of weak references to the object (if defined)
systemGPS = 1
systemGeosync = 4
systemGlonass = 2
systemMixed = 5
systemTransit = 3

 
class SimpleTropModel(TropModel)
    
Method resolution order:
SimpleTropModel
TropModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SimpleTropModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
dry_mapping_function(*args)
dry_zenith_delay(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
correction(*args)
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class SimpleTropModelPtr(SimpleTropModel)
    
Method resolution order:
SimpleTropModelPtr
SimpleTropModel
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SimpleTropModel:
__del__(self, destroy=<built-in function delete_SimpleTropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
dry_mapping_function(*args)
dry_zenith_delay(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from SimpleTropModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
correction(*args)
isValid(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class SystemPipeException(Exception)
    
Method resolution order:
SystemPipeException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SystemPipeException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class SystemPipeExceptionPtr(SystemPipeException)
    
Method resolution order:
SystemPipeExceptionPtr
SystemPipeException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SystemPipeException:
__del__(self, destroy=<built-in function delete_SystemPipeException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from SystemPipeException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class SystemQueueException(Exception)
    
Method resolution order:
SystemQueueException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SystemQueueException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class SystemQueueExceptionPtr(SystemQueueException)
    
Method resolution order:
SystemQueueExceptionPtr
SystemQueueException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SystemQueueException:
__del__(self, destroy=<built-in function delete_SystemQueueException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from SystemQueueException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class SystemSemaphoreException(Exception)
    
Method resolution order:
SystemSemaphoreException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_SystemSemaphoreException>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class SystemSemaphoreExceptionPtr(SystemSemaphoreException)
    
Method resolution order:
SystemSemaphoreExceptionPtr
SystemSemaphoreException
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from SystemSemaphoreException:
__del__(self, destroy=<built-in function delete_SystemSemaphoreException>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from SystemSemaphoreException:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class Triple(__builtin__.object)
     Methods defined here:
__add__(*args)
__del__(self, destroy=<built-in function delete_Triple>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
azAngle(*args)
class_operator_assignment(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties defined here:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class TriplePtr(Triple)
    
Method resolution order:
TriplePtr
Triple
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Triple:
__add__(*args)
__del__(self, destroy=<built-in function delete_Triple>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
__sub__(*args)
azAngle(*args)
class_operator_assignment(*args)
class_operator_bracket(*args)
cosVector(*args)
cross(*args)
dot(*args)
elvAngle(*args)
mag(*args)
operator_bracket_const(*args)
size(*args)
slantRange(*args)

Properties inherited from Triple:
theArray
get = Triple_theArray_get(...)
set = Triple_theArray_set(...)

Data and other attributes inherited from Triple:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'theArray': <built-in function Triple_theArray_get>}
__swig_setmethods__ = {'theArray': <built-in function Triple_theArray_set>}
__weakref__ = <attribute '__weakref__' of 'Triple' objects>
list of weak references to the object (if defined)

 
class TropModel(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_TropModel>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
isValid(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class TropModelPtr(TropModel)
    
Method resolution order:
TropModelPtr
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from TropModel:
__del__(self, destroy=<built-in function delete_TropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
isValid(*args)
setWeather(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class WrongBlockFormat(Exception)
    
Method resolution order:
WrongBlockFormat
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_WrongBlockFormat>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class WrongBlockFormatPtr(WrongBlockFormat)
    
Method resolution order:
WrongBlockFormatPtr
WrongBlockFormat
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from WrongBlockFormat:
__del__(self, destroy=<built-in function delete_WrongBlockFormat>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from WrongBlockFormat:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class WrongBlockNumber(Exception)
    
Method resolution order:
WrongBlockNumber
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_WrongBlockNumber>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class WrongBlockNumberPtr(WrongBlockNumber)
    
Method resolution order:
WrongBlockNumberPtr
WrongBlockNumber
Exception
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from WrongBlockNumber:
__del__(self, destroy=<built-in function delete_WrongBlockNumber>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_assignment(*args)
getName(*args)

Data and other attributes inherited from WrongBlockNumber:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from Exception:
addLocation(*args)
addText(*args)
dump(*args)
getErrorId(*args)
getLocation(*args)
getLocationCount(*args)
getText(*args)
getTextCount(*args)
isRecoverable(*args)
setErrorId(*args)
setSeverity(*args)
terminate(*args)

Data and other attributes inherited from Exception:
recoverable = 1
unrecoverable = 0

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class WxObsData(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_WxObsData>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
flush(*args)
getMostRecent(*args)
getWxObservation(*args)
insertObservation(*args)

Properties defined here:
firstTime
get = WxObsData_firstTime_get(...)
set = WxObsData_firstTime_set(...)
lastTime
get = WxObsData_lastTime_get(...)
set = WxObsData_lastTime_set(...)
obs
get = WxObsData_obs_get(...)
set = WxObsData_obs_set(...)
rxId
get = WxObsData_rxId_get(...)
set = WxObsData_rxId_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'firstTime': <built-in function WxObsData_firstTime_get>, 'lastTime': <built-in function WxObsData_lastTime_get>, 'obs': <built-in function WxObsData_obs_get>, 'rxId': <built-in function WxObsData_rxId_get>}
__swig_setmethods__ = {'firstTime': <built-in function WxObsData_firstTime_set>, 'lastTime': <built-in function WxObsData_lastTime_set>, 'obs': <built-in function WxObsData_obs_set>, 'rxId': <built-in function WxObsData_rxId_set>}
__weakref__ = <attribute '__weakref__' of 'WxObsData' objects>
list of weak references to the object (if defined)

 
class WxObsDataPtr(WxObsData)
    
Method resolution order:
WxObsDataPtr
WxObsData
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from WxObsData:
__del__(self, destroy=<built-in function delete_WxObsData>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
flush(*args)
getMostRecent(*args)
getWxObservation(*args)
insertObservation(*args)

Properties inherited from WxObsData:
firstTime
get = WxObsData_firstTime_get(...)
set = WxObsData_firstTime_set(...)
lastTime
get = WxObsData_lastTime_get(...)
set = WxObsData_lastTime_set(...)
obs
get = WxObsData_obs_get(...)
set = WxObsData_obs_set(...)
rxId
get = WxObsData_rxId_get(...)
set = WxObsData_rxId_set(...)

Data and other attributes inherited from WxObsData:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'firstTime': <built-in function WxObsData_firstTime_get>, 'lastTime': <built-in function WxObsData_lastTime_get>, 'obs': <built-in function WxObsData_obs_get>, 'rxId': <built-in function WxObsData_rxId_get>}
__swig_setmethods__ = {'firstTime': <built-in function WxObsData_firstTime_set>, 'lastTime': <built-in function WxObsData_lastTime_set>, 'obs': <built-in function WxObsData_obs_set>, 'rxId': <built-in function WxObsData_rxId_set>}
__weakref__ = <attribute '__weakref__' of 'WxObsData' objects>
list of weak references to the object (if defined)

 
class WxObservation(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_WxObservation>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
isAllValid(*args)

Properties defined here:
humidity
get = WxObservation_humidity_get(...)
set = WxObservation_humidity_set(...)
humiditySource
get = WxObservation_humiditySource_get(...)
set = WxObservation_humiditySource_set(...)
pressure
get = WxObservation_pressure_get(...)
set = WxObservation_pressure_set(...)
pressureSource
get = WxObservation_pressureSource_get(...)
set = WxObservation_pressureSource_set(...)
t
get = WxObservation_t_get(...)
set = WxObservation_t_set(...)
temperature
get = WxObservation_temperature_get(...)
set = WxObservation_temperature_set(...)
temperatureSource
get = WxObservation_temperatureSource_get(...)
set = WxObservation_temperatureSource_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'humidity': <built-in function WxObservation_humidity_get>, 'humiditySource': <built-in function WxObservation_humiditySource_get>, 'pressure': <built-in function WxObservation_pressure_get>, 'pressureSource': <built-in function WxObservation_pressureSource_get>, 't': <built-in function WxObservation_t_get>, 'temperature': <built-in function WxObservation_temperature_get>, 'temperatureSource': <built-in function WxObservation_temperatureSource_get>}
__swig_setmethods__ = {'humidity': <built-in function WxObservation_humidity_set>, 'humiditySource': <built-in function WxObservation_humiditySource_set>, 'pressure': <built-in function WxObservation_pressure_set>, 'pressureSource': <built-in function WxObservation_pressureSource_set>, 't': <built-in function WxObservation_t_set>, 'temperature': <built-in function WxObservation_temperature_set>, 'temperatureSource': <built-in function WxObservation_temperatureSource_set>}
__weakref__ = <attribute '__weakref__' of 'WxObservation' objects>
list of weak references to the object (if defined)
defWx = 1
noWx = 0
obsWx = 2

 
class WxObservationPtr(WxObservation)
    
Method resolution order:
WxObservationPtr
WxObservation
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from WxObservation:
__del__(self, destroy=<built-in function delete_WxObservation>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
isAllValid(*args)

Properties inherited from WxObservation:
humidity
get = WxObservation_humidity_get(...)
set = WxObservation_humidity_set(...)
humiditySource
get = WxObservation_humiditySource_get(...)
set = WxObservation_humiditySource_set(...)
pressure
get = WxObservation_pressure_get(...)
set = WxObservation_pressure_set(...)
pressureSource
get = WxObservation_pressureSource_get(...)
set = WxObservation_pressureSource_set(...)
t
get = WxObservation_t_get(...)
set = WxObservation_t_set(...)
temperature
get = WxObservation_temperature_get(...)
set = WxObservation_temperature_set(...)
temperatureSource
get = WxObservation_temperatureSource_get(...)
set = WxObservation_temperatureSource_set(...)

Data and other attributes inherited from WxObservation:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'humidity': <built-in function WxObservation_humidity_get>, 'humiditySource': <built-in function WxObservation_humiditySource_get>, 'pressure': <built-in function WxObservation_pressure_get>, 'pressureSource': <built-in function WxObservation_pressureSource_get>, 't': <built-in function WxObservation_t_get>, 'temperature': <built-in function WxObservation_temperature_get>, 'temperatureSource': <built-in function WxObservation_temperatureSource_get>}
__swig_setmethods__ = {'humidity': <built-in function WxObservation_humidity_set>, 'humiditySource': <built-in function WxObservation_humiditySource_set>, 'pressure': <built-in function WxObservation_pressure_set>, 'pressureSource': <built-in function WxObservation_pressureSource_set>, 't': <built-in function WxObservation_t_set>, 'temperature': <built-in function WxObservation_temperature_set>, 'temperatureSource': <built-in function WxObservation_temperatureSource_set>}
__weakref__ = <attribute '__weakref__' of 'WxObservation' objects>
list of weak references to the object (if defined)
defWx = 1
noWx = 0
obsWx = 2

 
class X1Sequence(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_X1Sequence>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)

Static methods defined here:
allocateMemory = X1Sequence_allocateMemory(...)
deAllocateMemory = X1Sequence_deAllocateMemory(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'allocateMemory': <function <lambda>>, 'deAllocateMemory': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'X1Sequence' objects>
list of weak references to the object (if defined)

 
class X1SequencePtr(X1Sequence)
    
Method resolution order:
X1SequencePtr
X1Sequence
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from X1Sequence:
__del__(self, destroy=<built-in function delete_X1Sequence>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)

Static methods inherited from X1Sequence:
allocateMemory = X1Sequence_allocateMemory(...)
deAllocateMemory = X1Sequence_deAllocateMemory(...)

Data and other attributes inherited from X1Sequence:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'allocateMemory': <function <lambda>>, 'deAllocateMemory': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'X1Sequence' objects>
list of weak references to the object (if defined)

 
class X2Sequence(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_X2Sequence>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)
setEOWX2Epoch(*args)

Static methods defined here:
allocateMemory = X2Sequence_allocateMemory(...)
deAllocateMemory = X2Sequence_deAllocateMemory(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'allocateMemory': <function <lambda>>, 'deAllocateMemory': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'X2Sequence' objects>
list of weak references to the object (if defined)

 
class X2SequencePtr(X2Sequence)
    
Method resolution order:
X2SequencePtr
X2Sequence
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from X2Sequence:
__del__(self, destroy=<built-in function delete_X2Sequence>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
class_operator_bracket(*args)
setEOWX2Epoch(*args)

Static methods inherited from X2Sequence:
allocateMemory = X2Sequence_allocateMemory(...)
deAllocateMemory = X2Sequence_deAllocateMemory(...)

Data and other attributes inherited from X2Sequence:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'allocateMemory': <function <lambda>>, 'deAllocateMemory': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'X2Sequence' objects>
list of weak references to the object (if defined)

 
class Xvt(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_Xvt>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
preciseRho(*args)

Properties defined here:
ddtime
get = Xvt_ddtime_get(...)
set = Xvt_ddtime_set(...)
dtime
get = Xvt_dtime_get(...)
set = Xvt_dtime_set(...)
v
get = Xvt_v_get(...)
set = Xvt_v_set(...)
x
get = Xvt_x_get(...)
set = Xvt_x_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'ddtime': <built-in function Xvt_ddtime_get>, 'dtime': <built-in function Xvt_dtime_get>, 'v': <built-in function Xvt_v_get>, 'x': <built-in function Xvt_x_get>}
__swig_setmethods__ = {'ddtime': <built-in function Xvt_ddtime_set>, 'dtime': <built-in function Xvt_dtime_set>, 'v': <built-in function Xvt_v_set>, 'x': <built-in function Xvt_x_set>}
__weakref__ = <attribute '__weakref__' of 'Xvt' objects>
list of weak references to the object (if defined)

 
class XvtPtr(Xvt)
    
Method resolution order:
XvtPtr
Xvt
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from Xvt:
__del__(self, destroy=<built-in function delete_Xvt>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
preciseRho(*args)

Properties inherited from Xvt:
ddtime
get = Xvt_ddtime_get(...)
set = Xvt_ddtime_set(...)
dtime
get = Xvt_dtime_get(...)
set = Xvt_dtime_set(...)
v
get = Xvt_v_get(...)
set = Xvt_v_set(...)
x
get = Xvt_x_get(...)
set = Xvt_x_set(...)

Data and other attributes inherited from Xvt:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'ddtime': <built-in function Xvt_ddtime_get>, 'dtime': <built-in function Xvt_dtime_get>, 'v': <built-in function Xvt_v_get>, 'x': <built-in function Xvt_x_get>}
__swig_setmethods__ = {'ddtime': <built-in function Xvt_ddtime_set>, 'dtime': <built-in function Xvt_dtime_set>, 'v': <built-in function Xvt_v_set>, 'x': <built-in function Xvt_x_set>}
__weakref__ = <attribute '__weakref__' of 'Xvt' objects>
list of weak references to the object (if defined)

 
class ZeroTropModel(TropModel)
    
Method resolution order:
ZeroTropModel
TropModel
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ZeroTropModel>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)
setWeather(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class ZeroTropModelPtr(ZeroTropModel)
    
Method resolution order:
ZeroTropModelPtr
ZeroTropModel
TropModel
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ZeroTropModel:
__del__(self, destroy=<built-in function delete_ZeroTropModel>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
correction(*args)
dry_mapping_function(*args)
dry_zenith_delay(*args)
wet_mapping_function(*args)
wet_zenith_delay(*args)

Data and other attributes inherited from ZeroTropModel:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from TropModel:
isValid(*args)
setWeather(*args)

Data and other attributes inherited from TropModel:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'TropModel' objects>
list of weak references to the object (if defined)

 
class bad_exception(exception)
     Methods defined here:
__del__(self, destroy=<built-in function delete_bad_exception>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class bad_exceptionPtr(bad_exception)
    
Method resolution order:
bad_exceptionPtr
bad_exception
exception

Methods defined here:
__init__(self, this)

Methods inherited from bad_exception:
__del__(self, destroy=<built-in function delete_bad_exception>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from bad_exception:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class domain_error(logic_error)
    
Method resolution order:
domain_error
logic_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_domain_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class domain_errorPtr(domain_error)
    
Method resolution order:
domain_errorPtr
domain_error
logic_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from domain_error:
__del__(self, destroy=<built-in function delete_domain_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from domain_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class exception
     Methods defined here:
__del__(self, destroy=<built-in function delete_exception>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
what(*args)

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

 
class exceptionPtr(exception)
     Methods defined here:
__init__(self, this)

Methods inherited from exception:
__del__(self, destroy=<built-in function delete_exception>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
what(*args)

Data and other attributes inherited from exception:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

 
class invalid_argument(logic_error)
    
Method resolution order:
invalid_argument
logic_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_invalid_argument>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class invalid_argumentPtr(invalid_argument)
    
Method resolution order:
invalid_argumentPtr
invalid_argument
logic_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from invalid_argument:
__del__(self, destroy=<built-in function delete_invalid_argument>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from invalid_argument:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class ios(ios_base)
    
Method resolution order:
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ios>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class iosPtr(ios)
    
Method resolution order:
iosPtr
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ios:
__del__(self, destroy=<built-in function delete_ios>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Data and other attributes inherited from ios:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ios_base(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_ios_base>)
__getattr__ lambda self, name
__init__(self)
__repr__(self)
__setattr__ lambda self, name, value
flags(*args)
getloc(*args)
imbue(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods defined here:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ios_basePtr(ios_base)
    
Method resolution order:
ios_basePtr
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ios_base:
__del__(self, destroy=<built-in function delete_ios_base>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value
flags(*args)
getloc(*args)
imbue(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class iostream(istream, ostream)
    
Method resolution order:
iostream
istream
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_iostream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from istream:
__rshift__(*args)
gcount(*args)
get(*args)
getline(*args)
ignore(*args)
peek(*args)
putback(*args)
read(*args)
readsome(*args)
seekg(*args)
sync(*args)
tellg(*args)
unget(*args)

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class iostreamPtr(iostream)
    
Method resolution order:
iostreamPtr
iostream
istream
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from iostream:
__del__(self, destroy=<built-in function delete_iostream>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from iostream:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from istream:
__rshift__(*args)
gcount(*args)
get(*args)
getline(*args)
ignore(*args)
peek(*args)
putback(*args)
read(*args)
readsome(*args)
seekg(*args)
sync(*args)
tellg(*args)
unget(*args)

Methods inherited from ostream:
__lshift__(*args)
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class istream(ios)
    
Method resolution order:
istream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_istream>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__rshift__(*args)
__setattr__ lambda self, name, value
gcount(*args)
get(*args)
getline(*args)
ignore(*args)
peek(*args)
putback(*args)
read(*args)
readsome(*args)
seekg(*args)
sync(*args)
tellg(*args)
unget(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class istreamPtr(istream)
    
Method resolution order:
istreamPtr
istream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from istream:
__del__(self, destroy=<built-in function delete_istream>)
__getattr__ lambda self, name
__repr__(self)
__rshift__(*args)
__setattr__ lambda self, name, value
gcount(*args)
get(*args)
getline(*args)
ignore(*args)
peek(*args)
putback(*args)
read(*args)
readsome(*args)
seekg(*args)
sync(*args)
tellg(*args)
unget(*args)

Data and other attributes inherited from istream:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class length_error(logic_error)
    
Method resolution order:
length_error
logic_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_length_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class length_errorPtr(length_error)
    
Method resolution order:
length_errorPtr
length_error
logic_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from length_error:
__del__(self, destroy=<built-in function delete_length_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from length_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class logic_error(exception)
     Methods defined here:
__del__(self, destroy=<built-in function delete_logic_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class logic_errorPtr(logic_error)
    
Method resolution order:
logic_errorPtr
logic_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from logic_error:
__del__(self, destroy=<built-in function delete_logic_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from logic_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class ostream(ios)
    
Method resolution order:
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__del__(self, destroy=<built-in function delete_ostream>)
__getattr__ lambda self, name
__init__(self, *args)
__lshift__(*args)
__repr__(self)
__setattr__ lambda self, name, value
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Data and other attributes defined here:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class ostreamPtr(ostream)
    
Method resolution order:
ostreamPtr
ostream
ios
ios_base
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from ostream:
__del__(self, destroy=<built-in function delete_ostream>)
__getattr__ lambda self, name
__lshift__(*args)
__repr__(self)
__setattr__ lambda self, name, value
flush(*args)
put(*args)
seekp(*args)
tellp(*args)
write(*args)

Data and other attributes inherited from ostream:
__swig_getmethods__ = {'sync_with_stdio': <function <lambda>>, 'xalloc': <function <lambda>>}
__swig_setmethods__ = {}

Methods inherited from ios:
bad(*args)
clear(*args)
copyfmt(*args)
eof(*args)
exceptions(*args)
fail(*args)
fill(*args)
good(*args)
imbue(*args)
narrow(*args)
rdbuf(*args)
rdstate(*args)
setstate(*args)
tie(*args)
widen(*args)

Methods inherited from ios_base:
flags(*args)
getloc(*args)
iword(*args)
precision(*args)
pword(*args)
register_callback(*args)
setf(*args)
unsetf(*args)
width(*args)

Static methods inherited from ios_base:
sync_with_stdio = ios_base_sync_with_stdio(...)
xalloc = ios_base_xalloc(...)

Data and other attributes inherited from ios_base:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__weakref__ = <attribute '__weakref__' of 'ios_base' objects>
list of weak references to the object (if defined)
adjustfield = 176
app = 1
ate = 2
badbit = 1
basefield = 74
beg = 0
binary = 4
boolalpha = 1
copyfmt_event = 2
cur = 1
dec = 2
end = 2
eofbit = 2
erase_event = 0
failbit = 4
fixed = 4
floatfield = 260
goodbit = 0
hex = 8
imbue_event = 1
internal = 16
ios_base_in = 8
left = 32
oct = 64
out = 16
right = 128
scientific = 256
showbase = 512
showpoint = 1024
showpos = 2048
skipws = 4096
trunc = 32
unitbuf = 8192
uppercase = 16384

 
class out_of_range(logic_error)
    
Method resolution order:
out_of_range
logic_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_out_of_range>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class out_of_rangePtr(out_of_range)
    
Method resolution order:
out_of_rangePtr
out_of_range
logic_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from out_of_range:
__del__(self, destroy=<built-in function delete_out_of_range>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from out_of_range:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class overflow_error(runtime_error)
    
Method resolution order:
overflow_error
runtime_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_overflow_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class overflow_errorPtr(overflow_error)
    
Method resolution order:
overflow_errorPtr
overflow_error
runtime_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from overflow_error:
__del__(self, destroy=<built-in function delete_overflow_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from overflow_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class range_error(runtime_error)
    
Method resolution order:
range_error
runtime_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_range_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class range_errorPtr(range_error)
    
Method resolution order:
range_errorPtr
range_error
runtime_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from range_error:
__del__(self, destroy=<built-in function delete_range_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from range_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class runtime_error(exception)
     Methods defined here:
__del__(self, destroy=<built-in function delete_runtime_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class runtime_errorPtr(runtime_error)
    
Method resolution order:
runtime_errorPtr
runtime_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from runtime_error:
__del__(self, destroy=<built-in function delete_runtime_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from runtime_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class sensorPosType(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_sensorPosType>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
height
get = sensorPosType_height_get(...)
set = sensorPosType_height_set(...)
obsType
get = sensorPosType_obsType_get(...)
set = sensorPosType_obsType_set(...)
position
get = sensorPosType_position_get(...)
set = sensorPosType_position_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'height': <built-in function sensorPosType_height_get>, 'obsType': <built-in function sensorPosType_obsType_get>, 'position': <built-in function sensorPosType_position_get>}
__swig_setmethods__ = {'height': <built-in function sensorPosType_height_set>, 'obsType': <built-in function sensorPosType_obsType_set>, 'position': <built-in function sensorPosType_position_set>}
__weakref__ = <attribute '__weakref__' of 'sensorPosType' objects>
list of weak references to the object (if defined)

 
class sensorPosTypePtr(sensorPosType)
    
Method resolution order:
sensorPosTypePtr
sensorPosType
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from sensorPosType:
__del__(self, destroy=<built-in function delete_sensorPosType>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from sensorPosType:
height
get = sensorPosType_height_get(...)
set = sensorPosType_height_set(...)
obsType
get = sensorPosType_obsType_get(...)
set = sensorPosType_obsType_set(...)
position
get = sensorPosType_position_get(...)
set = sensorPosType_position_set(...)

Data and other attributes inherited from sensorPosType:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'height': <built-in function sensorPosType_height_get>, 'obsType': <built-in function sensorPosType_obsType_get>, 'position': <built-in function sensorPosType_position_get>}
__swig_setmethods__ = {'height': <built-in function sensorPosType_height_set>, 'obsType': <built-in function sensorPosType_obsType_set>, 'position': <built-in function sensorPosType_position_set>}
__weakref__ = <attribute '__weakref__' of 'sensorPosType' objects>
list of weak references to the object (if defined)

 
class sensorType(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_sensorType>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Properties defined here:
accuracy
get = sensorType_accuracy_get(...)
set = sensorType_accuracy_set(...)
model
get = sensorType_model_get(...)
set = sensorType_model_set(...)
obsType
get = sensorType_obsType_get(...)
set = sensorType_obsType_set(...)
type
get = sensorType_type_get(...)
set = sensorType_type_set(...)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'accuracy': <built-in function sensorType_accuracy_get>, 'model': <built-in function sensorType_model_get>, 'obsType': <built-in function sensorType_obsType_get>, 'type': <built-in function sensorType_type_get>}
__swig_setmethods__ = {'accuracy': <built-in function sensorType_accuracy_set>, 'model': <built-in function sensorType_model_set>, 'obsType': <built-in function sensorType_obsType_set>, 'type': <built-in function sensorType_type_set>}
__weakref__ = <attribute '__weakref__' of 'sensorType' objects>
list of weak references to the object (if defined)

 
class sensorTypePtr(sensorType)
    
Method resolution order:
sensorTypePtr
sensorType
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from sensorType:
__del__(self, destroy=<built-in function delete_sensorType>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Properties inherited from sensorType:
accuracy
get = sensorType_accuracy_get(...)
set = sensorType_accuracy_set(...)
model
get = sensorType_model_get(...)
set = sensorType_model_set(...)
obsType
get = sensorType_obsType_get(...)
set = sensorType_obsType_set(...)
type
get = sensorType_type_get(...)
set = sensorType_type_set(...)

Data and other attributes inherited from sensorType:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {'accuracy': <built-in function sensorType_accuracy_get>, 'model': <built-in function sensorType_model_get>, 'obsType': <built-in function sensorType_obsType_get>, 'type': <built-in function sensorType_type_get>}
__swig_setmethods__ = {'accuracy': <built-in function sensorType_accuracy_set>, 'model': <built-in function sensorType_model_set>, 'obsType': <built-in function sensorType_obsType_set>, 'type': <built-in function sensorType_type_set>}
__weakref__ = <attribute '__weakref__' of 'sensorType' objects>
list of weak references to the object (if defined)

 
class underflow_error(runtime_error)
    
Method resolution order:
underflow_error
runtime_error
exception

Methods defined here:
__del__(self, destroy=<built-in function delete_underflow_error>)
__getattr__ lambda self, name
__init__(self, *args)
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes defined here:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class underflow_errorPtr(underflow_error)
    
Method resolution order:
underflow_errorPtr
underflow_error
runtime_error
exception

Methods defined here:
__init__(self, this)

Methods inherited from underflow_error:
__del__(self, destroy=<built-in function delete_underflow_error>)
__getattr__ lambda self, name
__repr__(self)
__setattr__ lambda self, name, value

Data and other attributes inherited from underflow_error:
__swig_getmethods__ = {}
__swig_setmethods__ = {}

Methods inherited from exception:
what(*args)

 
class vectord(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_vectord>)
__delitem__(*args)
__delslice__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
capacity(*args)
clear(*args)
empty(*args)
front(*args)
get_allocator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'vectord' objects>
list of weak references to the object (if defined)

 
class vectordPtr(vectord)
    
Method resolution order:
vectordPtr
vectord
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from vectord:
__del__(self, destroy=<built-in function delete_vectord>)
__delitem__(*args)
__delslice__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
capacity(*args)
clear(*args)
empty(*args)
front(*args)
get_allocator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data and other attributes inherited from vectord:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'vectord' objects>
list of weak references to the object (if defined)

 
class vectori(__builtin__.object)
     Methods defined here:
__del__(self, destroy=<built-in function delete_vectori>)
__delitem__(*args)
__delslice__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__init__(self, *args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
capacity(*args)
clear(*args)
empty(*args)
front(*args)
get_allocator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data and other attributes defined here:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'vectori' objects>
list of weak references to the object (if defined)

 
class vectoriPtr(vectori)
    
Method resolution order:
vectoriPtr
vectori
__builtin__.object

Methods defined here:
__init__(self, this)

Methods inherited from vectori:
__del__(self, destroy=<built-in function delete_vectori>)
__delitem__(*args)
__delslice__(*args)
__getattr__ lambda self, name
__getitem__(*args)
__getslice__(*args)
__len__(*args)
__nonzero__(*args)
__repr__(self)
__setattr__ lambda self, name, value
__setitem__(*args)
__setslice__(*args)
append(*args)
assign(*args)
back(*args)
capacity(*args)
clear(*args)
empty(*args)
front(*args)
get_allocator(*args)
pop(*args)
pop_back(*args)
push_back(*args)
reserve(*args)
resize(*args)
size(*args)
swap(*args)

Data and other attributes inherited from vectori:
__dict__ = <dictproxy object>
dictionary for instance variables (if defined)
__swig_getmethods__ = {}
__swig_setmethods__ = {}
__weakref__ = <attribute '__weakref__' of 'vectori' objects>
list of weak references to the object (if defined)

 
Functions
       
AutonomousPRSolution(...)
DayTimeException_streamRead(...)
DayTime_convertCalendarToJD(...)
DayTime_convertJDtoCalendar(...)
DayTime_convertSODtoTime(...)
DayTime_convertTimeToSOD(...)
DayTime_getDayTimeTolerance(...)
DayTime_setDayTimeTolerance(...)
DayTime_streamRead(...)
DisplayExtendedRinexObsTypes(...)
EngNav_convert10bit(...)
EngNav_convert8bit(...)
EngNav_getSubframePattern(...)
EngNav_subframeConvert(...)
EngNav_subframeParity(...)
Exception_streamRead(...)
Position_convertCartesianToGeocentric(...)
Position_convertCartesianToGeodetic(...)
Position_convertCartesianToSpherical(...)
Position_convertGeocentricToCartesian(...)
Position_convertGeocentricToGeodetic(...)
Position_convertGeodeticToCartesian(...)
Position_convertGeodeticToGeocentric(...)
Position_convertSphericalToCartesian(...)
Position_getPositionTolerance(...)
Position_setPositionTolerance(...)
PrepareAutonomousSolution(...)
RegisterExtendedRinexObsType(...)
RelativityCorrection(...)
RinexMetHeader_bitString(...)
RinexMetHeader_bitsAsString(...)
RinexMetHeader_convertObsType(...)
RinexObsHeader_convertObsType(...)
RinexPrnMap_compare(...)
RinexPrnMap_end(...)
RinexPrnMap_find(...)
Triple_streamRead(...)
X1Sequence_allocateMemory(...)
X1Sequence_deAllocateMemory(...)
X2Sequence_allocateMemory(...)
X2Sequence_deAllocateMemory(...)
Xvt_streamRead(...)
__eq__(...)
__lshift__(...)
__lt__(...)
__mul__(...)
__ne__(...)
__rshift__(...)
accuracy2ura(...)
endl(...)
swig_ptr: _d0ce06b7_p_f_r_std__basic_ostream__char_std__char_traits__char______r_std__basic_ostreamTchar_std__char_traitsTchar_t_t
ends(...)
swig_ptr: _30cf06b7_p_f_r_std__basic_ostream__char_std__char_traits__char______r_std__basic_ostreamTchar_std__char_traitsTchar_t_t
flush(...)
swig_ptr: _60cf06b7_p_f_r_std__basic_ostream__char_std__char_traits__char______r_std__basic_ostreamTchar_std__char_traitsTchar_t_t
getPseudoRangeCode(...)
ios_base_sync_with_stdio(...)
ios_base_xalloc(...)
ios_in(...)
ios_out(...)
ios_out_trunc(...)
range(...)
read(...)
streamRead(...)
streamWrite(...)
ura2accuracy(...)
write(...)

 
Data
        C_GPS_M = 299792458.0
L1_FREQ = 1575420000.0
L1_MULT = 154.0
L2_FREQ = 1227600000.0
L2_MULT = 120.0
LENGTH_OF_EOW_OVERLAP = 34
MAX_WORD = 140
MAX_X2_COUNT = 61380185
MAX_X2_TEST = 61380148
OSC_FREQ = 10230000.0
OVERLAP_WORD_POSITION = 1451897
PI = 3.1415926535898002
REL_CONST = -4.442807633e-10
RSVCLK = 10229999.995449999
SQRT_PI = 1.7724538999999999
SV_ACCURACY_MAX_INDEX = <Swig Object at _206149b7_p_double>
SV_ACCURACY_MAX_INDEX_VALUE = 15
SV_ACCURACY_MIN_INDEX = <Swig Object at _a06049b7_p_double>
TWO_PI = 6.2831853071796004
cerr = <gpstkPython.ostreamPtr; proxy of C++ std::basic...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
cin = <Swig Object at _00c80ab7_p_std__basic_istreamTchar_std__char_traitsTchar_t_t>
clog = <gpstkPython.ostreamPtr; proxy of C++ std::basic...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
cout = <gpstkPython.ostreamPtr; proxy of C++ std::basic...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
cvar = <Swig global variables>
endl_cb_ptr = <Swig Object at _d0ce06b7_p_f_r_std__basic_ostre...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
ends_cb_ptr = <Swig Object at _30cf06b7_p_f_r_std__basic_ostre...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
flush_cb_ptr = <Swig Object at _60cf06b7_p_f_r_std__basic_ostre...td__basic_ostreamTchar_std__char_traitsTchar_t_t>
systemGPS = 1
systemGeosync = 4
systemGlonass = 2
systemMixed = 5
systemTransit = 3