- 30 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
Both L2-misfits are now normalized at each iteration. Therefore, both objective functions should be weighted equally.
-
- 29 Mar, 2016 1 commit
-
-
laura.gassner authored
-
- 13 Mar, 2016 2 commits
-
-
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.
-
Florian Wittkamp authored
This option is not supported anymore. Therefore I remove it from the source code.
-
- 11 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
With the option TRKILL_STF_OFFSET_INVERT it is possible to invert the sense of the STF Offset window. So TRKILL_STF_OFFSET_INVERT==1 means, do NOT kill the specified offset, instead kill all other offsets.
-
- 09 Mar, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 22 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
If TRKILL_STF_OFFSET or TRKILL_OFFSET is set to 2, the offset based TraceKill will be applied in addition to the TraceKill file. Therefore, it is possible to exclude with TraceKill file fault receiveres and use an offset based tracekill with the build in feature at the same time.
-
- 21 Feb, 2016 1 commit
-
-
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
-
-
laura.gassner authored
Changed naming convention of individual spatial tapers for gradients, updated to usage with WORKFLOW
-
- 01 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 28 Jan, 2016 1 commit
-
-
Florian Wittkamp authored
INVMAT - > FORWARD_ONLY INVMAT1 - > PARAMETERIZATION
-
- 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.
-
- 04 Jan, 2016 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
-
-
laura.gassner authored
-
- 10 Dec, 2015 1 commit
-
-
laura.gassner authored
-
- 09 Dec, 2015 2 commits
-
-
laura.gassner authored
-
laura.gassner authored
-
- 08 Dec, 2015 1 commit
-
-
Florian Wittkamp authored
-
- 07 Dec, 2015 1 commit
-
-
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.
-
- 06 Dec, 2015 1 commit
-
-
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.
-
- 04 Dec, 2015 2 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Added debugging output for VP and renamed some variables to be consistent within the code.
-
- 02 Dec, 2015 5 commits
-
-
Florian Wittkamp authored
Removed all checkpointing things in the code.
-
Florian Wittkamp authored
Removed the option HESSIAN from the code.
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Update: Merge test
-
- 10 Nov, 2015 1 commit
-
-
laura.gassner authored
adjustment of acoustic toy-example, scaling of the elastic explosive source and acoustic free surface condition.
-
- 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
-