Skip to content
Snippets Groups Projects
Commit 32040812 authored by Johannes Ernesti's avatar Johannes Ernesti
Browse files

Inversion mit taup geht

parent 256f2808
No related branches found
No related tags found
No related merge requests found
...@@ -17,10 +17,12 @@ centery = 369; ...@@ -17,10 +17,12 @@ centery = 369;
f_source = 25; f_source = 25;
numL =1; numL =1;
#source_factor = 100000; #source_factor = 100000;
measurement_space = cellavg; #measurement_space = cellavg;
measurement_space = point; # works with STDC, but CG-REGINN fails after one inner step
measurement_time = point; measurement_time = point;
compMeasure = 0; compMeasure = 0;
sourceSpace = 1; # cellavg #sourceSpace = 1; # cellavg
sourceSpace = 2; # point
source_component = 2; source_component = 2;
allowPlotting_M =1; allowPlotting_M =1;
...@@ -54,7 +56,7 @@ LinearVerbose = -1; ...@@ -54,7 +56,7 @@ LinearVerbose = -1;
LinearSteps =100; LinearSteps =100;
LinearNthIterOutput = 1; LinearNthIterOutput = 1;
############################# unused Settings (so far) #############################
FWINonlinearSolver = FWISteepestDescent; FWINonlinearSolver = FWISteepestDescent;
#FWINonlinearSolver = FWI_CGREGINN; #FWINonlinearSolver = FWI_CGREGINN;
#FWIReconstructRho = 0; #FWIReconstructRho = 0;
...@@ -77,7 +79,7 @@ FWI_STDCLineSearchFactor = 0.3333333333333333; ...@@ -77,7 +79,7 @@ FWI_STDCLineSearchFactor = 0.3333333333333333;
FWI_CGREGINNVerbose = 2; FWI_CGREGINNVerbose = 2;
FWI_CGREGINNSteps = 5; FWI_CGREGINNSteps = 5;
FWI_CGREGINN_MaxInnerLoopSteps = 10; FWI_CGREGINN_MaxInnerLoopSteps = 20;
FWI_CGREGINN_ThetaMax = 0.999 FWI_CGREGINN_ThetaMax = 0.999
FWI_CGREGINN_Gamma = 0.9; FWI_CGREGINN_Gamma = 0.9;
FWIMeasurementKernel = ST_L1; FWIMeasurementKernel = ST_L1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment