Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sebastian Heimann
grond
Commits
80237d45
Commit
80237d45
authored
Apr 28, 2017
by
Sebastian Heimann
Browse files
enable envelope fitting
parent
003654d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core.py
View file @
80237d45
...
...
@@ -643,6 +643,7 @@ def _process(tr, tmin, tmax, taper, domain):
if
domain
==
'envelope'
:
tr_proc
=
tr_proc
.
envelope
(
inplace
=
False
)
tr_proc
.
set_ydata
(
num
.
abs
(
tr_proc
.
get_ydata
()))
elif
domain
==
'absolute'
:
tr_proc
.
set_ydata
(
num
.
abs
(
tr_proc
.
get_ydata
()))
...
...
Write
Preview
Supports
Markdown
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