Skip to content

Latest commit

 

History

History

encoder_decoder_acoustic

Usage

Full band data

Step 1. Generate the models

python generate_model.py

Step 2. Simulate the observed data

python forward.py

Step 3. Run inversion

python ifwi.py

Data with missing low frequencies

Step 1. Generate the models

python generate_model.py

Step 2. Simulate the observed data

python forward.py

Step 3. High-pass filter the observed data and wavelet

python bandpass.py

Step 4. Run inversion

python ifwi_cycleskipping.py