1 #ifndef reflectivitysampler_h 2 #define reflectivitysampler_h 22 namespace Fourier {
class CC; };
37 bool usenmotime=
false);
#define mExpClass(module)
Definition: commondefs.h:160
bool usenmotime_
Definition: reflectivitysampler.h:61
od_int64 nrIterations() const
Definition: reflectivitysampler.h:45
#define od_int64
Definition: plftypes.h:36
ObjectSet< float_complex > buffers_
Definition: reflectivitysampler.h:63
TypeSet< float_complex > * creflectivities_
Definition: reflectivitysampler.h:60
Generalization of a task that can be run in parallel.
Definition: paralleltask.h:66
TypeSet< float_complex > & freqreflectivities_
Definition: reflectivitysampler.h:59
Definition: convolve2d.h:27
const ReflectivityModel & model_
Definition: reflectivitysampler.h:57
MathFunction based on bend points.
Definition: mathfunc.h:151
const StepInterval< float > outsampling_
Definition: reflectivitysampler.h:58
Takes a ReflectivityModel and samples it in the frequency domain Applies inverse FFT if a second outp...
Definition: reflectivitysampler.h:31