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
003654d6
Commit
003654d6
authored
Apr 28, 2017
by
Sebastian Heimann
Browse files
fix tshift bug in plotting
parent
71aeb2c3
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plot.py
View file @
003654d6
...
...
@@ -1000,7 +1000,7 @@ def draw_fits_figures(ds, model, plt):
if
spec
is
not
None
:
spec
.
ydata
*=
w
if
result
.
tshift
!=
0.0
:
if
result
.
tshift
is
not
None
and
result
.
tshift
!=
0.0
:
result
.
filtered_syn
.
shift
(
result
.
tshift
)
result
.
processed_syn
.
shift
(
result
.
tshift
)
...
...
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