Пример #1
0
Ricker::Ricker(Options options, int number) {

    SetPhysicalLocationX(options.SourceLocationX()[number]);
    SetPhysicalLocationY(options.SourceLocationY()[number]);
    SetPhysicalLocationZ(options.SourceLocationZ()[number]);

    mTimeDelay = options.SourceRickerTimeDelay()[number];
    mAmplitude = options.SourceRickerAmplitude()[number];
    mCenterFreq = options.SourceRickerCenterFreq()[number];
}