# This file was automatically generated by SWIG (http://www.swig.org). # Version 3.0.6 # # Do not make changes to this file unless you know what you are doing--modify # the SWIG interface file instead. from sys import version_info if version_info >= (2, 6, 0): def swig_import_helper(): from os.path import dirname import imp fp = None try: fp, pathname, description = imp.find_module('_auspex', [dirname(__file__)]) except ImportError: import _auspex return _auspex if fp is not None: try: _mod = imp.load_module('_auspex', fp, pathname, description) finally: fp.close() return _mod _auspex = swig_import_helper() del swig_import_helper else: import _auspex del version_info try: _swig_property = property except NameError: pass # Python < 2.2 doesn't have 'property'. def _swig_setattr_nondynamic(self, class_type, name, value, static=1): if (name == "thisown"): return self.this.own(value) if (name == "this"): if type(value).__name__ == 'SwigPyObject': self.__dict__[name] = value return method = class_type.__swig_setmethods__.get(name, None) if method: return method(self, value) if (not static): if _newclass: object.__setattr__(self, name, value) else: self.__dict__[name] = value else: raise AttributeError("You cannot add attributes to %s" % self) def _swig_setattr(self, class_type, name, value): return _swig_setattr_nondynamic(self, class_type, name, value, 0) def _swig_getattr_nondynamic(self, class_type, name, static=1): if (name == "thisown"): return self.this.own() method = class_type.__swig_getmethods__.get(name, None) if method: return method(self) if (not static): return object.__getattr__(self, name) else: raise AttributeError(name) def _swig_getattr(self, class_type, name): return _swig_getattr_nondynamic(self, class_type, name, 0) def _swig_repr(self): try: strthis = "proxy of " + self.this.__repr__() except: strthis = "" return "<%s.%s; %s >" % (self.__class__.__module__, self.__class__.__name__, strthis,) try: _object = object _newclass = 1 except AttributeError: class _object: pass _newclass = 0 class SwigPyIterator(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, SwigPyIterator, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, SwigPyIterator, name) def __init__(self, *args, **kwargs): raise AttributeError("No constructor defined - class is abstract") __repr__ = _swig_repr __swig_destroy__ = _auspex.delete_SwigPyIterator __del__ = lambda self: None def value(self): return _auspex.SwigPyIterator_value(self) def incr(self, n=1): return _auspex.SwigPyIterator_incr(self, n) def decr(self, n=1): return _auspex.SwigPyIterator_decr(self, n) def distance(self, x): return _auspex.SwigPyIterator_distance(self, x) def equal(self, x): return _auspex.SwigPyIterator_equal(self, x) def copy(self): return _auspex.SwigPyIterator_copy(self) def next(self): return _auspex.SwigPyIterator_next(self) def __next__(self): return _auspex.SwigPyIterator___next__(self) def previous(self): return _auspex.SwigPyIterator_previous(self) def advance(self, n): return _auspex.SwigPyIterator_advance(self, n) def __eq__(self, x): return _auspex.SwigPyIterator___eq__(self, x) def __ne__(self, x): return _auspex.SwigPyIterator___ne__(self, x) def __iadd__(self, n): return _auspex.SwigPyIterator___iadd__(self, n) def __isub__(self, n): return _auspex.SwigPyIterator___isub__(self, n) def __add__(self, n): return _auspex.SwigPyIterator___add__(self, n) def __sub__(self, *args): return _auspex.SwigPyIterator___sub__(self, *args) def __iter__(self): return self SwigPyIterator_swigregister = _auspex.SwigPyIterator_swigregister SwigPyIterator_swigregister(SwigPyIterator) class vector_pair(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, vector_pair, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, vector_pair, name) __repr__ = _swig_repr def iterator(self): return _auspex.vector_pair_iterator(self) def __iter__(self): return self.iterator() def __nonzero__(self): return _auspex.vector_pair___nonzero__(self) def __bool__(self): return _auspex.vector_pair___bool__(self) def __len__(self): return _auspex.vector_pair___len__(self) def pop(self): return _auspex.vector_pair_pop(self) def __getslice__(self, i, j): return _auspex.vector_pair___getslice__(self, i, j) def __setslice__(self, *args): return _auspex.vector_pair___setslice__(self, *args) def __delslice__(self, i, j): return _auspex.vector_pair___delslice__(self, i, j) def __delitem__(self, *args): return _auspex.vector_pair___delitem__(self, *args) def __getitem__(self, *args): return _auspex.vector_pair___getitem__(self, *args) def __setitem__(self, *args): return _auspex.vector_pair___setitem__(self, *args) def append(self, x): return _auspex.vector_pair_append(self, x) def empty(self): return _auspex.vector_pair_empty(self) def size(self): return _auspex.vector_pair_size(self) def clear(self): return _auspex.vector_pair_clear(self) def swap(self, v): return _auspex.vector_pair_swap(self, v) def get_allocator(self): return _auspex.vector_pair_get_allocator(self) def begin(self): return _auspex.vector_pair_begin(self) def end(self): return _auspex.vector_pair_end(self) def rbegin(self): return _auspex.vector_pair_rbegin(self) def rend(self): return _auspex.vector_pair_rend(self) def pop_back(self): return _auspex.vector_pair_pop_back(self) def erase(self, *args): return _auspex.vector_pair_erase(self, *args) def __init__(self, *args): this = _auspex.new_vector_pair(*args) try: self.this.append(this) except: self.this = this def push_back(self, x): return _auspex.vector_pair_push_back(self, x) def front(self): return _auspex.vector_pair_front(self) def back(self): return _auspex.vector_pair_back(self) def assign(self, n, x): return _auspex.vector_pair_assign(self, n, x) def resize(self, *args): return _auspex.vector_pair_resize(self, *args) def insert(self, *args): return _auspex.vector_pair_insert(self, *args) def reserve(self, n): return _auspex.vector_pair_reserve(self, n) def capacity(self): return _auspex.vector_pair_capacity(self) __swig_destroy__ = _auspex.delete_vector_pair __del__ = lambda self: None vector_pair_swigregister = _auspex.vector_pair_swigregister vector_pair_swigregister(vector_pair) class pair_double(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, pair_double, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, pair_double, name) __repr__ = _swig_repr def __init__(self, *args): this = _auspex.new_pair_double(*args) try: self.this.append(this) except: self.this = this __swig_setmethods__["first"] = _auspex.pair_double_first_set __swig_getmethods__["first"] = _auspex.pair_double_first_get if _newclass: first = _swig_property(_auspex.pair_double_first_get, _auspex.pair_double_first_set) __swig_setmethods__["second"] = _auspex.pair_double_second_set __swig_getmethods__["second"] = _auspex.pair_double_second_get if _newclass: second = _swig_property(_auspex.pair_double_second_get, _auspex.pair_double_second_set) def __len__(self): return 2 def __repr__(self): return str((self.first, self.second)) def __getitem__(self, index): if not (index % 2): return self.first else: return self.second def __setitem__(self, index, val): if not (index % 2): self.first = val else: self.second = val __swig_destroy__ = _auspex.delete_pair_double __del__ = lambda self: None pair_double_swigregister = _auspex.pair_double_swigregister pair_double_swigregister(pair_double) class vector_s(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, vector_s, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, vector_s, name) __repr__ = _swig_repr def iterator(self): return _auspex.vector_s_iterator(self) def __iter__(self): return self.iterator() def __nonzero__(self): return _auspex.vector_s___nonzero__(self) def __bool__(self): return _auspex.vector_s___bool__(self) def __len__(self): return _auspex.vector_s___len__(self) def pop(self): return _auspex.vector_s_pop(self) def __getslice__(self, i, j): return _auspex.vector_s___getslice__(self, i, j) def __setslice__(self, *args): return _auspex.vector_s___setslice__(self, *args) def __delslice__(self, i, j): return _auspex.vector_s___delslice__(self, i, j) def __delitem__(self, *args): return _auspex.vector_s___delitem__(self, *args) def __getitem__(self, *args): return _auspex.vector_s___getitem__(self, *args) def __setitem__(self, *args): return _auspex.vector_s___setitem__(self, *args) def append(self, x): return _auspex.vector_s_append(self, x) def empty(self): return _auspex.vector_s_empty(self) def size(self): return _auspex.vector_s_size(self) def clear(self): return _auspex.vector_s_clear(self) def swap(self, v): return _auspex.vector_s_swap(self, v) def get_allocator(self): return _auspex.vector_s_get_allocator(self) def begin(self): return _auspex.vector_s_begin(self) def end(self): return _auspex.vector_s_end(self) def rbegin(self): return _auspex.vector_s_rbegin(self) def rend(self): return _auspex.vector_s_rend(self) def pop_back(self): return _auspex.vector_s_pop_back(self) def erase(self, *args): return _auspex.vector_s_erase(self, *args) def __init__(self, *args): this = _auspex.new_vector_s(*args) try: self.this.append(this) except: self.this = this def push_back(self, x): return _auspex.vector_s_push_back(self, x) def front(self): return _auspex.vector_s_front(self) def back(self): return _auspex.vector_s_back(self) def assign(self, n, x): return _auspex.vector_s_assign(self, n, x) def resize(self, *args): return _auspex.vector_s_resize(self, *args) def insert(self, *args): return _auspex.vector_s_insert(self, *args) def reserve(self, n): return _auspex.vector_s_reserve(self, n) def capacity(self): return _auspex.vector_s_capacity(self) __swig_destroy__ = _auspex.delete_vector_s __del__ = lambda self: None vector_s_swigregister = _auspex.vector_s_swigregister vector_s_swigregister(vector_s) class vector_vs(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, vector_vs, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, vector_vs, name) __repr__ = _swig_repr def iterator(self): return _auspex.vector_vs_iterator(self) def __iter__(self): return self.iterator() def __nonzero__(self): return _auspex.vector_vs___nonzero__(self) def __bool__(self): return _auspex.vector_vs___bool__(self) def __len__(self): return _auspex.vector_vs___len__(self) def pop(self): return _auspex.vector_vs_pop(self) def __getslice__(self, i, j): return _auspex.vector_vs___getslice__(self, i, j) def __setslice__(self, *args): return _auspex.vector_vs___setslice__(self, *args) def __delslice__(self, i, j): return _auspex.vector_vs___delslice__(self, i, j) def __delitem__(self, *args): return _auspex.vector_vs___delitem__(self, *args) def __getitem__(self, *args): return _auspex.vector_vs___getitem__(self, *args) def __setitem__(self, *args): return _auspex.vector_vs___setitem__(self, *args) def append(self, x): return _auspex.vector_vs_append(self, x) def empty(self): return _auspex.vector_vs_empty(self) def size(self): return _auspex.vector_vs_size(self) def clear(self): return _auspex.vector_vs_clear(self) def swap(self, v): return _auspex.vector_vs_swap(self, v) def get_allocator(self): return _auspex.vector_vs_get_allocator(self) def begin(self): return _auspex.vector_vs_begin(self) def end(self): return _auspex.vector_vs_end(self) def rbegin(self): return _auspex.vector_vs_rbegin(self) def rend(self): return _auspex.vector_vs_rend(self) def pop_back(self): return _auspex.vector_vs_pop_back(self) def erase(self, *args): return _auspex.vector_vs_erase(self, *args) def __init__(self, *args): this = _auspex.new_vector_vs(*args) try: self.this.append(this) except: self.this = this def push_back(self, x): return _auspex.vector_vs_push_back(self, x) def front(self): return _auspex.vector_vs_front(self) def back(self): return _auspex.vector_vs_back(self) def assign(self, n, x): return _auspex.vector_vs_assign(self, n, x) def resize(self, *args): return _auspex.vector_vs_resize(self, *args) def insert(self, *args): return _auspex.vector_vs_insert(self, *args) def reserve(self, n): return _auspex.vector_vs_reserve(self, n) def capacity(self): return _auspex.vector_vs_capacity(self) __swig_destroy__ = _auspex.delete_vector_vs __del__ = lambda self: None vector_vs_swigregister = _auspex.vector_vs_swigregister vector_vs_swigregister(vector_vs) class Auspex(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, Auspex, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, Auspex, name) __repr__ = _swig_repr def __init__(self, arg2, arg3): this = _auspex.new_Auspex(arg2, arg3) try: self.this.append(this) except: self.this = this def String(self, arg2): return _auspex.Auspex_String(self, arg2) def Filename(self): return _auspex.Auspex_Filename(self) def Size(self, *args): return _auspex.Auspex_Size(self, *args) def LowIResSquared(self, index): return _auspex.Auspex_LowIResSquared(self, index) def HighIResSquared(self, index): return _auspex.Auspex_HighIResSquared(self, index) def MeanIResSquared(self, index): return _auspex.Auspex_MeanIResSquared(self, index) def Weakest5PC(self, index): return _auspex.Auspex_Weakest5PC(self, index) def Strongest5PC(self, index): return _auspex.Auspex_Strongest5PC(self, index) def ObsMean(self, index): return _auspex.Auspex_ObsMean(self, index) def ObsVar(self, index): return _auspex.Auspex_ObsVar(self, index) def ObsStandardisedMean(self, index): return _auspex.Auspex_ObsStandardisedMean(self, index) def EstimatedStandardisedMean(self, index): return _auspex.Auspex_EstimatedStandardisedMean(self, index) def IcefinderScore(self, index): return _auspex.Auspex_IcefinderScore(self, index) def IsInIceRing(self, index): return _auspex.Auspex_IsInIceRing(self, index) def IceRingID(self, val): return _auspex.Auspex_IceRingID(self, val) def ISigIExists(self): return _auspex.Auspex_ISigIExists(self) def ISigIAnomExists(self): return _auspex.Auspex_ISigIAnomExists(self) def FSigFExists(self): return _auspex.Auspex_FSigFExists(self) def GetIntensityData(self): return _auspex.Auspex_GetIntensityData(self) def GetIntensityAnomData(self): return _auspex.Auspex_GetIntensityAnomData(self) def GetAmplitudeData(self): return _auspex.Auspex_GetAmplitudeData(self) def IceRingSummaryVector(self): return _auspex.Auspex_IceRingSummaryVector(self) def empty(self): return _auspex.Auspex_empty(self) __swig_destroy__ = _auspex.delete_Auspex __del__ = lambda self: None Auspex_swigregister = _auspex.Auspex_swigregister Auspex_swigregister(Auspex) def get_column_labels(arg1): return _auspex.get_column_labels(arg1) get_column_labels = _auspex.get_column_labels class AuspexObservation(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, AuspexObservation, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, AuspexObservation, name) __repr__ = _swig_repr __swig_setmethods__["obs"] = _auspex.AuspexObservation_obs_set __swig_getmethods__["obs"] = _auspex.AuspexObservation_obs_get if _newclass: obs = _swig_property(_auspex.AuspexObservation_obs_get, _auspex.AuspexObservation_obs_set) __swig_setmethods__["sigma"] = _auspex.AuspexObservation_sigma_set __swig_getmethods__["sigma"] = _auspex.AuspexObservation_sigma_get if _newclass: sigma = _swig_property(_auspex.AuspexObservation_sigma_get, _auspex.AuspexObservation_sigma_set) __swig_setmethods__["ires_squared"] = _auspex.AuspexObservation_ires_squared_set __swig_getmethods__["ires_squared"] = _auspex.AuspexObservation_ires_squared_get if _newclass: ires_squared = _swig_property(_auspex.AuspexObservation_ires_squared_get, _auspex.AuspexObservation_ires_squared_set) def __init__(self, *args): this = _auspex.new_AuspexObservation(*args) try: self.this.append(this) except: self.this = this __swig_destroy__ = _auspex.delete_AuspexObservation __del__ = lambda self: None AuspexObservation_swigregister = _auspex.AuspexObservation_swigregister AuspexObservation_swigregister(AuspexObservation) class vector_observations(_object): __swig_setmethods__ = {} __setattr__ = lambda self, name, value: _swig_setattr(self, vector_observations, name, value) __swig_getmethods__ = {} __getattr__ = lambda self, name: _swig_getattr(self, vector_observations, name) __repr__ = _swig_repr def iterator(self): return _auspex.vector_observations_iterator(self) def __iter__(self): return self.iterator() def __nonzero__(self): return _auspex.vector_observations___nonzero__(self) def __bool__(self): return _auspex.vector_observations___bool__(self) def __len__(self): return _auspex.vector_observations___len__(self) def pop(self): return _auspex.vector_observations_pop(self) def __getslice__(self, i, j): return _auspex.vector_observations___getslice__(self, i, j) def __setslice__(self, *args): return _auspex.vector_observations___setslice__(self, *args) def __delslice__(self, i, j): return _auspex.vector_observations___delslice__(self, i, j) def __delitem__(self, *args): return _auspex.vector_observations___delitem__(self, *args) def __getitem__(self, *args): return _auspex.vector_observations___getitem__(self, *args) def __setitem__(self, *args): return _auspex.vector_observations___setitem__(self, *args) def append(self, x): return _auspex.vector_observations_append(self, x) def empty(self): return _auspex.vector_observations_empty(self) def size(self): return _auspex.vector_observations_size(self) def clear(self): return _auspex.vector_observations_clear(self) def swap(self, v): return _auspex.vector_observations_swap(self, v) def get_allocator(self): return _auspex.vector_observations_get_allocator(self) def begin(self): return _auspex.vector_observations_begin(self) def end(self): return _auspex.vector_observations_end(self) def rbegin(self): return _auspex.vector_observations_rbegin(self) def rend(self): return _auspex.vector_observations_rend(self) def pop_back(self): return _auspex.vector_observations_pop_back(self) def erase(self, *args): return _auspex.vector_observations_erase(self, *args) def __init__(self, *args): this = _auspex.new_vector_observations(*args) try: self.this.append(this) except: self.this = this def push_back(self, x): return _auspex.vector_observations_push_back(self, x) def front(self): return _auspex.vector_observations_front(self) def back(self): return _auspex.vector_observations_back(self) def assign(self, n, x): return _auspex.vector_observations_assign(self, n, x) def resize(self, *args): return _auspex.vector_observations_resize(self, *args) def insert(self, *args): return _auspex.vector_observations_insert(self, *args) def reserve(self, n): return _auspex.vector_observations_reserve(self, n) def capacity(self): return _auspex.vector_observations_capacity(self) __swig_destroy__ = _auspex.delete_vector_observations __del__ = lambda self: None vector_observations_swigregister = _auspex.vector_observations_swigregister vector_observations_swigregister(vector_observations) # This file is compatible with both classic and new-style classes.