- 21 Feb, 2016 3 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.
-
Florian Wittkamp authored
(1.) IFOS Makefile Introduce dependencies files, which contain dependencied of each objective file. Therefore, it is possible to allow a more accurate rebuilt of the objective files. New standard target is IFOS2D. Moreover a new target install is available. (2.) Contrib Fixed the problem with the dependencies files if the hole IFOS folder is copied over to a different hardware architecture. You may now the error by ".d" files.
-
- 20 Feb, 2016 3 commits
-
-
Florian Wittkamp authored
The readmod functions verify now the dimension of the model file. Therefore IFOS will abort, if the model file is to small or too big. Moreover, the write_matrix_disk function is used to write the models to disk.
-
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.
-
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.
-
- 09 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 05 Feb, 2016 1 commit
-
-
Florian Wittkamp authored
-
- 04 Feb, 2016 1 commit
-
-
laura.gassner authored
-
- 02 Feb, 2016 6 commits
-
-
laura.gassner authored
Conflicts: src/exchange_par.c src/write_par.c
-
laura.gassner authored
Changed naming convention of individual spatial tapers for gradients, updated to usage with WORKFLOW
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
- 01 Feb, 2016 4 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
- 28 Jan, 2016 8 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Merge STF_SH into development
-
laura.gassner authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
INVMAT - > FORWARD_ONLY INVMAT1 - > PARAMETERIZATION
-
Florian Wittkamp authored
Adding a few gitignore files to smooth the GIT workflow
-
laura.gassner authored
-
- 27 Jan, 2016 4 commits
-
-
niklas.thiel authored
-
Florian Wittkamp authored
-
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.
-
Niklas Thiel authored
-
- 25 Jan, 2016 5 commits
-
-
Florian Wittkamp authored
-
Florian Wittkamp authored
-
Florian Wittkamp authored
Renaming of observed seismograms: SEIS_FILE_z.su -> SEIS_FILE_vz.su SEIS_FILE_x.su -> SEIS_FILE_vx.su SEIS_FILE_y.su -> SEIS_FILE_vy.su Either rename your observed data, or (if synthetic) rerun forward modeling, so IFOS will create observed data, which is correctly named.
-
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
-