Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Seitosh
Seitosh
Commits
eb0f2182
Commit
eb0f2182
authored
Apr 02, 2019
by
thomas.forbriger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
libtsioxx, ts/wf [FIX]: adjust source code to use new interface to libtsioxx
parent
57327f19
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
6 deletions
+10
-6
src/ts/wf/foutra.cc
src/ts/wf/foutra.cc
+2
-1
src/ts/wf/noisymize.cc
src/ts/wf/noisymize.cc
+2
-1
src/ts/wf/sigval.cc
src/ts/wf/sigval.cc
+2
-1
src/ts/wf/soutifu.cc
src/ts/wf/soutifu.cc
+2
-2
src/ts/wf/teseco.cc
src/ts/wf/teseco.cc
+2
-1
No files found.
src/ts/wf/foutra.cc
View file @
eb0f2182
...
@@ -52,6 +52,7 @@
...
@@ -52,6 +52,7 @@
* opt.scaledecades rather than opt.decades
* opt.scaledecades rather than opt.decades
* - 29/01/2015 V1.11 FEATURE: provide calculation of n-th derivative
* - 29/01/2015 V1.11 FEATURE: provide calculation of n-th derivative
* of time series
* of time series
* - 02/04/2019 use new header file interface to libtsioxx
*
*
* \note 08/01/2010:
* \note 08/01/2010:
* Scaling for foutra power spectrum was tested against theory.
* Scaling for foutra power spectrum was tested against theory.
...
@@ -85,7 +86,7 @@
...
@@ -85,7 +86,7 @@
#include <tsxx/tapers.h>
#include <tsxx/tapers.h>
#include <tsxx/filter.h>
#include <tsxx/filter.h>
#include <tsxx/wid2timeseries.h>
#include <tsxx/wid2timeseries.h>
#include <tsioxx/
inputoperators
.h>
#include <tsioxx/
tsioxx
.h>
#include <fstream>
#include <fstream>
#include <tfxx/error.h>
#include <tfxx/error.h>
#include <tfxx/rangestring.h>
#include <tfxx/rangestring.h>
...
...
src/ts/wf/noisymize.cc
View file @
eb0f2182
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
* - added description in help section
* - added description in help section
* - improved out format of list of factors
* - improved out format of list of factors
* - 07/09/2007 V1.6 corrected horizontal component scaling factor
* - 07/09/2007 V1.6 corrected horizontal component scaling factor
* - 02/04/2019 use new header file interface to libtsioxx
*
*
* ============================================================================
* ============================================================================
*/
*/
...
@@ -54,7 +55,7 @@
...
@@ -54,7 +55,7 @@
#include <aff/seriesoperators.h>
#include <aff/seriesoperators.h>
#include <tsxx/tsxx.h>
#include <tsxx/tsxx.h>
#include <tsxx/convolve.h>
#include <tsxx/convolve.h>
#include <tsioxx/
inputoperators
.h>
#include <tsioxx/
tsioxx
.h>
#include <tsxx/random.h>
#include <tsxx/random.h>
#include <datrwxx/readany.h>
#include <datrwxx/readany.h>
#include <datrwxx/sff.h>
#include <datrwxx/sff.h>
...
...
src/ts/wf/sigval.cc
View file @
eb0f2182
...
@@ -37,6 +37,7 @@
...
@@ -37,6 +37,7 @@
* - 15/04/2014 V1.7 new patterns %HT and %SI
* - 15/04/2014 V1.7 new patterns %HT and %SI
* - 01/12/2016 V1.8 fix: do not calculate offset if either SRCE or INFO
* - 01/12/2016 V1.8 fix: do not calculate offset if either SRCE or INFO
* is missing in input file
* is missing in input file
* - 02/04/2019 use new header file interface to libtsioxx
*
*
* ============================================================================
* ============================================================================
*/
*/
...
@@ -59,7 +60,7 @@
...
@@ -59,7 +60,7 @@
#include <tsxx/tapers.h>
#include <tsxx/tapers.h>
#include <tsxx/filter.h>
#include <tsxx/filter.h>
#include <tsxx/wid2timeseries.h>
#include <tsxx/wid2timeseries.h>
#include <tsioxx/
inputoperators
.h>
#include <tsioxx/
tsioxx
.h>
#include <fstream>
#include <fstream>
#include <tfxx/error.h>
#include <tfxx/error.h>
#include <tfxx/rangestring.h>
#include <tfxx/rangestring.h>
...
...
src/ts/wf/soutifu.cc
View file @
eb0f2182
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
* - 30/09/2011 V1.2 support additional time series pairs
* - 30/09/2011 V1.2 support additional time series pairs
* - 19/10/2015 V1.3 provide full usage information from libstfinv
* - 19/10/2015 V1.3 provide full usage information from libstfinv
* - 22/11/2016 V1.4 make proper use of output operators
* - 22/11/2016 V1.4 make proper use of output operators
* - 02/04/2019 use new header file interface to libtsioxx
*
*
* ============================================================================
* ============================================================================
*/
*/
...
@@ -44,8 +45,7 @@
...
@@ -44,8 +45,7 @@
#include <tfxx/error.h>
#include <tfxx/error.h>
#include <tfxx/commandline.h>
#include <tfxx/commandline.h>
#include <tfxx/seitosh.h>
#include <tfxx/seitosh.h>
#include <tsioxx/inputoperators.h>
#include <tsioxx/tsioxx.h>
#include <tsioxx/outputoperators.h>
#include <datrwxx/readany.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
#include <datrwxx/writeany.h>
#include <stfinv/stfinvany.h>
#include <stfinv/stfinvany.h>
...
...
src/ts/wf/teseco.cc
View file @
eb0f2182
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
* - 28/11/2016 V1.3 allow scaling of signal
* - 28/11/2016 V1.3 allow scaling of signal
* - 29/11/2016 V1.4 fix: make use of datetolerance
* - 29/11/2016 V1.4 fix: make use of datetolerance
* V1.5 provide new tolerance option -trim
* V1.5 provide new tolerance option -trim
* - 02/04/2019 use new header file interface to libtsioxx
*
*
* ============================================================================
* ============================================================================
*/
*/
...
@@ -48,7 +49,7 @@
...
@@ -48,7 +49,7 @@
#include <tfxx/misc.h>
#include <tfxx/misc.h>
#include <tfxx/rangestring.h>
#include <tfxx/rangestring.h>
#include <tfxx/seitosh.h>
#include <tfxx/seitosh.h>
#include <tsioxx/
operators
.h>
#include <tsioxx/
tsioxx
.h>
#include <datrwxx/readany.h>
#include <datrwxx/readany.h>
#include <datrwxx/writeany.h>
#include <datrwxx/writeany.h>
#include <aff/series.h>
#include <aff/series.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment