- 13 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 11 Mar, 2016 1 commit
-
-
# Conflicts: # src/IFOS2D.c # src/wavelet.c
-
- 09 Mar, 2016 4 commits
-
-
Florian Wittkamp authored
In case of the SH waves, the STF wavelet was NOT used. To calculate the synthetic data, a new synthetic wavelet was calculated.
-
Florian Wittkamp authored
This reverts commit 6ae350d1. # Conflicts: # src/IFOS2D.c
-
Florian Wittkamp authored
This reverts commit 0e8335b9.
-
Florian Wittkamp authored
When L-BFGS is used and no Wolfe step length could be found, the L-BFGS needs either be resetted or the algorithm has to switch to the next workflow line. This fix will let the algorithm switch to the next workflow line without a model update.
-
- 26 Feb, 2016 4 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
The STF wavelet was not filtered with the frequency filter. Therefore, the residuals were calculated between the unfiltered synthetic and the filtered observed seismograms.
-
Florian Wittkamp authored
At a new frequency stage, STF was deactivated after the first shot.
-
- 21 Feb, 2016 2 commits
-
-
Florian Wittkamp authored
Implemented an offset based tracekill for STF. Makefile in par folder has now two new targets: 1. make install, do an install from precompiled files 2. make reinstall, do a clean install
-
Florian Wittkamp authored
(1.) Renamed function err() to declare_error(). This was a problem, as many standard libraries also has functions err(). (2) I fixed a lot of compiler warnings like unused variables and uninitialised variables. However, here is a lot of work to do.
-
- 20 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
Bevore the FWI loop the observd data was read in and was time filtered. I think this ist not necessary, as the observed data is read in for the calculation of the residuals again. Therefore, I removed the code to save calculation time.
-
- 02 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 01 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 28 Jan, 2016 2 commits
-
-
Florian Wittkamp authored
Merge STF_SH into development
-
Florian Wittkamp authored
INVMAT - > FORWARD_ONLY INVMAT1 - > PARAMETERIZATION
-
- 27 Jan, 2016 1 commit
-
-
Florian Wittkamp authored
! IFOS -> IFOS2D ! - New make targes is IFOS2D - Generated binary is IFOS2D Adding 2D to IFOS to indicate, that it is our 2D FWI Code.
-
- 25 Jan, 2016 2 commits
-
-
Florian Wittkamp authored
Renaming: QUELLART -> SOURCE_SHAPE QUELLTYP -> SOURCE_TYPE QUELLTYPB -> ADJOINT_TYPE DAMPING -> VPPML
-
Florian Wittkamp authored
! This commit renames DENISE to IFOS ! Keep care and update all of your self written shell scripts etc. The make target is 'IFOS' (capital letters). The resulting binary is called 'IFOS' as well.
-
- 20 Jan, 2016 1 commit
-
-
laura.gassner authored
-
- 15 Jan, 2016 1 commit
-
-
laura.gassner authored
-
- 14 Jan, 2016 1 commit
-
-
Florian Wittkamp authored
Changed output of L2 to STDOUT if WAVETYPE != 3
-
- 04 Jan, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 23 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 17 Dec, 2015 2 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Separate waterlevel for SH-waves && new joint function which takes the mean without normalization.
-
- 15 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 11 Dec, 2015 2 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
- 10 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 09 Dec, 2015 2 commits
-
-
laura.gassner authored
-
laura.gassner authored
-
- 08 Dec, 2015 2 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Updated SH viscoelastic modelling to the new grid.
-
- 07 Dec, 2015 2 commits
-
-
Florian Wittkamp authored
Now it is possible to specify WOLFE_C1_SL and WOLFE_C2_SL in the JSON input file. Documentation is updated as well. Smaller output improvements.
-
Florian Wittkamp authored
Fixed a bug which prevented to stop at max FC when FC_END was not a multiple of FC_INCR. Additionally L-BFGS will try step length 1 first every time a new frequency stage is choosen.
-
- 06 Dec, 2015 3 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Added the option WRITE_FILTERED_DATA to write time filtered measured data to disk. If WRITE_FILTERED_DATA is not set in the JSON file, it will be set to 0.
-