SourceWaveletBase¶
-
class
pysit.core.SourceWaveletBase(*args, **kwargs)[source]¶ Bases:
objectBase class for source wavelets or profile functions.
This is implemented as a function object, so the magic happens in the
__call__member function.Methods
__call__(self, t=None, nu=None, **kwargs) Attributes Summary
frequency_sourcebool, Indicates if wavelet is defined in frequency domain. time_sourcebool, Indicates if wavelet is defined in time domain. Methods Summary
__call__(self[, t, nu])Callable object method for the seismic sources. Attributes Documentation
-
frequency_source¶ bool, Indicates if wavelet is defined in frequency domain.
-
time_source¶ bool, Indicates if wavelet is defined in time domain.
Methods Documentation
-