Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALSimulation 6.2.0.1-b246709
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalsimulation.gwsignal.core.errors Namespace Reference

Data Structures

class  DomainError
 Raise Error when parameter passes is out of waveform domain. More...
 
class  PathError
 Raise Exception when the needed file is not at the given path. More...
 
class  WaveformGenerationError
 Errors callable by GWSignal. More...
 

Functions

def mapexception (func)
 Mapping between LAL Errors and Python. More...
 

Variables

dictionary exceptionmap
 

Function Documentation

◆ mapexception()

def lalsimulation.gwsignal.core.errors.mapexception (   func)

Mapping between LAL Errors and Python.

Wrapper to map LAL erros to Python errors

Definition at line 13 of file errors.py.

Variable Documentation

◆ exceptionmap

dictionary lalsimulation.gwsignal.core.errors.exceptionmap

Definition at line 26 of file errors.py.