Module lineshape
source code
Lineshape functors.
The objects defined in this module can be used to calculate numarrays
containing common lineshape-profiles.
For the *Profile classes the profile is only evaluated once for each
object and then reused for each call. If you only use a profile once and
you are concerned about memory consumption you could call the underlying
functions directly.
Version:
1.1
Date:
2007/03/14
Author:
Jochen K\xfcpper <jochen@jochen-kuepper.de>
|
|
__doc__ = """Lineshape functo...
|
|
|
__package__ = 'convolve'
|
Imports:
num,
error,
gauss,
lorentz,
voigt
__doc__
- Value:
"""Lineshape functors.
The objects defined in this module can be used to calculate numarrays
containing
common lineshape-profiles.
For the *Profile classes the profile is only evaluated once for each o
bject and
...
|
|