- 06 Jan, 2019 2 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 01 Jan, 2019 2 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 31 Dec, 2018 4 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 30 Dec, 2018 2 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 29 Dec, 2018 9 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
TimeSeriesCollection does not need explicit constructors.
-
thomas.forbriger authored
This allows random access.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 24 Dec, 2018 1 commit
-
-
thomas.forbriger authored
-
- 23 Dec, 2018 1 commit
-
-
thomas.forbriger authored
Let shared libraries contain an soname as well as dynamic linker references to other shared libraries they depend on. This was not yet provided in most cases. The references to other shared libraries for example are required, when using ctypes in python to access the API of a C++ library.
-
- 18 Oct, 2018 1 commit
-
-
thomas.forbriger authored
Three of five engines are not yet implemented and only drafted in the source code. This now is made clear in the comments to the declaration of engine classes and in the group of engines.
-
- 25 Jun, 2018 3 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
The documentation of the source time function in terms of the hard-coded function f'(t) on the one hand and our understanding of a source-time history on the other hand was confusing. Hopefully this is resolved now.
-
thomas.forbriger authored
-
- 18 Jun, 2018 1 commit
-
-
thomas.forbriger authored
-
- 13 Apr, 2018 6 commits
-
-
thomas.forbriger authored
When compiling sigfit, the overloaded function resolution algorithm selected the wrong output operator for ts::TimSeries objects. An output operator for writing instances of this object type to datrw::oanystream was missing. For this reason the overloaded output operator for aff::Series type objects to datrw::oanystream was selected by casting ts::TimeSeries to its public base class type aff::Series. Solved the problem by providing additional output and input operators in libtsxx and access to the debug flag in ianystream and oanystream in libdatrwxx.
-
thomas.forbriger authored
-
thomas.forbriger authored
provide input and output operators for ianystream and oanystream; they are not inherited from idatstream and odatstream, type conversion is not possible, when call the operators for TimeSeries objects
-
thomas.forbriger authored
-
thomas.forbriger authored
confirmed: program passes correct header date to libdatrwxx; file contains wrong value
-
thomas.forbriger authored
problem: sigfit produces unreasonable data start time values upon output of residuals file
-
- 06 Apr, 2018 1 commit
-
-
thomas.forbriger authored
catch typo in SG056 channel configuration Br2-F60 and B2r-F60 are the same data
-
- 01 Apr, 2018 1 commit
-
-
thomas.forbriger authored
Apart from primarily recorded channels the UIPC system provides signals derived by signal processing. The comprise down-sampled versions of the primary gravity and pressure recordings as well as synthetic tides and residuals with respect to synthetics and between sensorѕ.
-
- 14 Dec, 2017 1 commit
-
-
thomas.forbriger authored
Move file from TFSoftware to Seitosh.
-
- 14 Nov, 2017 5 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
The calculation of the time of the current sample failed to handle time series containers where the index of the first sample was finite. A finite first sample index is a standard feature supported by libaff.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-