- 14 Jul, 2016 1 commit
-
-
niklas.thiel authored
-
- 04 Jun, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 03 May, 2016 1 commit
-
-
laura.gassner authored
-
- 23 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
Position 7 in workflow is now F_HIGH_PASS. All other parameters have been shifted.
-
- 13 Mar, 2016 2 commits
-
-
Florian Wittkamp authored
This fix will reset the conjugate gradient history each time a frequency or workflow stage is switched. If such a stage is switched we will have a "new" objective function, thus, it makes no sense to use the old gradients for speeding up the convergence. This bug was the reason why the objective function could not be reduced for 2-3 iterations after a new frequency stage was appplied.
-
Florian Wittkamp authored
I switched the naming of the variables of the frequency filtering to a more clear and easy one. The change affects the JSON input file and the code itself. The following renaming is used: FC_START -> F_LOW_PASS_START FC_END -> F_LOW_PASS_END FC_INCR -> F_LOW_PASS_INCR FC_EXT -> F_LOW_PASS_EXT FC -> F_LOW_PASS F_HP -> F_HIGH_PASS However, old JSON files will also work for now. If one of the old variables is not found, IFOS will search for the corresponding old one. This option will be removed in a future release.
-
- 11 Mar, 2016 1 commit
-
-
laura.gassner authored
# Conflicts: # src/IFOS2D.c # src/wavelet.c
-
- 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
IFOS is now able to read in input files, that are formatted according the JSON standard. Nevertheless, the old files will work as well. In addition, I fixed some compiler warnings.
-
- 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
-
- 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.
-
- 09 Dec, 2015 1 commit
-
-
laura.gassner authored
-
- 08 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
Updated SH viscoelastic modelling to the new grid.
-
- 06 Dec, 2015 2 commits
-
-
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.
-
- 03 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 02 Dec, 2015 4 commits
-
-
Florian Wittkamp authored
Workflow file now includes a header.
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Update: Merge test
-
- 28 Oct, 2015 1 commit
-
-
laura.gassner authored
-
- 26 Oct, 2015 1 commit
-
-
laura.gassner authored
Added taper for inverted source time function (use switch TAPER_STF, see taper.c for definition) and individual time windowing (use switch TW_IND, then three columns are expected in PICK_FILE for each trace with picked time - twl plus - twl minus, in this case TWLENGTH_PLUS and TWLENGTH_MINUS are ignored). Time windowing is now also applied during the inversion of the source time function.
-
- 01 Oct, 2015 1 commit
-
-
Tilman Steinweg authored
-