Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-da3b9d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lal Namespace Reference

Namespaces

namespace  antenna
 
namespace  git_version
 
namespace  gpstime
 
namespace  iterutils
 
namespace  pipeline
 
namespace  series
 
namespace  utils
 

Functions

def no_swig_redirect_standard_output_error ()
 
def pickle_gps (obj)
 
def pickle_unit (obj)
 
def unpickle_vector (data)
 
def pickle_vector (obj)
 
def unpickle_series (attrs)
 
def pickle_series (obj)
 

Variables

 stacklevel
 
 cached_detector_by_prefix = dict((cd.frDetector.prefix, cd) for cd in CachedDetectors)
 
 cached_detector_by_name = dict((cd.frDetector.name, cd) for cd in CachedDetectors)
 
 name_to_prefix = dict((name, detector.frDetector.prefix) for name, detector in cached_detector_by_name.items())
 
 prefix_to_name = dict((prefix, name) for name, prefix in name_to_prefix.items())
 
dictionary numpy_to_lal_types
 
 clazz = globals().get('{}Vector'.format(datatype))
 

Function Documentation

◆ no_swig_redirect_standard_output_error()

def lal.no_swig_redirect_standard_output_error ( )

Definition at line 10 of file __init__.py.

◆ pickle_gps()

def lal.pickle_gps (   obj)

Definition at line 94 of file __init__.py.

◆ pickle_unit()

def lal.pickle_unit (   obj)

Definition at line 98 of file __init__.py.

◆ unpickle_vector()

def lal.unpickle_vector (   data)

Definition at line 102 of file __init__.py.

◆ pickle_vector()

def lal.pickle_vector (   obj)

Definition at line 110 of file __init__.py.

◆ unpickle_series()

def lal.unpickle_series (   attrs)

Definition at line 114 of file __init__.py.

◆ pickle_series()

def lal.pickle_series (   obj)

Definition at line 124 of file __init__.py.

Variable Documentation

◆ stacklevel

lal.stacklevel

Definition at line 41 of file __init__.py.

◆ cached_detector_by_prefix

lal.cached_detector_by_prefix = dict((cd.frDetector.prefix, cd) for cd in CachedDetectors)

Definition at line 57 of file __init__.py.

◆ cached_detector_by_name

lal.cached_detector_by_name = dict((cd.frDetector.name, cd) for cd in CachedDetectors)

Definition at line 62 of file __init__.py.

◆ name_to_prefix

lal.name_to_prefix = dict((name, detector.frDetector.prefix) for name, detector in cached_detector_by_name.items())

Definition at line 67 of file __init__.py.

◆ prefix_to_name

lal.prefix_to_name = dict((prefix, name) for name, prefix in name_to_prefix.items())

Definition at line 68 of file __init__.py.

◆ numpy_to_lal_types

dictionary lal.numpy_to_lal_types
Initial value:
1= {'char': 'CHAR',
2 'int16': 'INT2',
3 'int32': 'INT4',
4 'int64': 'INT8',
5 'uint16': 'UINT2',
6 'uint32': 'UINT4',
7 'uint64': 'UINT8',
8 'float32': 'REAL4',
9 'float64': 'REAL8',
10 'complex64': 'COMPLEX8',
11 'complex128': 'COMPLEX16'}

Definition at line 81 of file __init__.py.

◆ clazz

lal.clazz = globals().get('{}Vector'.format(datatype))

Definition at line 137 of file __init__.py.