- 05 Jul, 2016 27 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
Move the body of the usage function directly to the body of member function datrw::imseedstream::help() Place this code in a separate compilation unit.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
- pass consistency check values to reading functions - provide information regarding Mxm1 value which is used to check for data value continuity
-
thomas.forbriger authored
Let MiniSEEDRecord store consistency check control flags in its own member data.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
- pass flags to inner reading function - note changes in file headers
-
thomas.forbriger authored
Read format modifiers and set flags for consistency checks appropriately.
-
thomas.forbriger authored
Merge branch 'master' into 25-libdatrwxx-miniseed-consistency-checks
-
thomas.forbriger authored
hide typedef typename aff::Series<T> Tinseries; from compiler, because Tinseries is not used. The declaration itself however might be useful as a reminder of which type the expected series container should be.
-
thomas.forbriger authored
Implement structures to hold control flags for consistency checks.
-
thomas.forbriger authored
-
thomas.forbriger authored
The only way to properly distinguish between references to the namespace and the module documentation is by a prefix group_ for the group keyword.
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
- 30 Jun, 2016 5 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
-
thomas.forbriger authored
errno is already used by system headers; leads to conflicts
-
- 29 Jun, 2016 2 commits
-
-
-
thomas.forbriger authored
-
- 28 Jun, 2016 5 commits
-
-
thomas.forbriger authored
-
thomas.forbriger authored
Discard SVN keywords and subroutines which were used to report SVN Id at the terminal: - subroutine foucmd_revision - subroutine foufil_revision - subroutine fou_revision So far these subroutines were only called by subroutine foucmd_help within libfourier itself.
-
thomas.forbriger authored
-
thomas.forbriger authored
The parameters for the transformation into Fourier domain (selecting the number of samples to be used) was not defined in detail.
-
thomas.forbriger authored
-
- 27 Jun, 2016 1 commit
-
-
thomas.forbriger authored
Solve two issues in the MiniSEED module of libdatrwxx: - do not complain about inconsistent frame count, if number of frames is just guessed (issue21) - read past unused data in each MiniSEED record (issue23) This way libdatrwxx and all tools based in the library (like any2matlab) should be prepared to properly read recent EarthDataLogger (EDL) files.
-