Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
a8f3a78b
Commit
a8f3a78b
authored
Feb 12, 2019
by
thomas.forbriger
Browse files
croposp [WP]: provide plots for all test-cases
parent
ec06ad63
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ts/croposp/Makefile
View file @
a8f3a78b
...
...
@@ -229,7 +229,8 @@ CPSD_OVERLAP=0.5
CPSD_DIVISOR
=
100
CPSD_PADFACTOR
=
5
CPSD_LOG
=
--log
10
coherency.xxx psd.xxx
:
cpsd1.bin cpsd2.bin cpsd3.bin
OUTPUTS
=
psd npsd coherency transfer phase
$(addsuffix _out.xxx,$(OUTPUTS))
:
cpsd1.bin cpsd2.bin cpsd3.bin
croposp
--DEBUG
--verbose
--overwrite
--itype
bin
--trim
\
$(CPSD_LOG)
\
--nsegments
=
$(CPSD_NSEGMENTS)
\
...
...
@@ -237,14 +238,17 @@ coherency.xxx psd.xxx: cpsd1.bin cpsd2.bin cpsd3.bin
--padfactor
=
$(CPSD_PADFACTOR)
\
--overlap
=
$(CPSD_OVERLAP)
\
--datetolerance
0.1
\
-psd
psd.xxx
\
-coherency
coherency.xxx
\
--psd
psd_out.xxx
\
--npsd
npsd_out.xxx
\
--coherency
coherency_out.xxx
\
--transfer
transfer_out.xxx
\
--phase
phase_out.xxx
\
$^
psd
.pdf
:
psd
.xxx
%
.pdf
:
%_out
.xxx
$(CROPOSPLOT)
-v
--grid
-o
$@
$<
coherency.pdf
:
coherency
.xxx
%_lin.pdf
:
%_out
.xxx
$(CROPOSPLOT)
-v
--grid
--nology
-o
$@
$<
%.pdp
:
%.pdf; evince $<; /bin/rm -fv $<
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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