Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
finesse
pykat
Commits
05e0a752
Commit
05e0a752
authored
Mar 02, 2019
by
Daniel Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing offset.value usage
parent
6db85759
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
pykat/ifo/aligo/plot.py
pykat/ifo/aligo/plot.py
+1
-1
pykat/ifo/aplus/plot.py
pykat/ifo/aplus/plot.py
+1
-1
No files found.
pykat/ifo/aligo/plot.py
View file @
05e0a752
...
...
@@ -175,7 +175,7 @@ def error_signals(_kat, xlimits=[-1,1], DOFs=None, plotDOFs=None,
# Get a lock offset if used
if
(
d
.
name
+
'_lock'
)
in
_kat
.
commands
:
DC_Offset
=
_kat
.
commands
[
d
.
name
+
'_lock'
].
offset
.
value
DC_Offset
=
_kat
.
commands
[
d
.
name
+
'_lock'
].
offset
if
DC_Offset
is
None
:
DC_Offset
=
0
...
...
pykat/ifo/aplus/plot.py
View file @
05e0a752
...
...
@@ -170,7 +170,7 @@ def error_signals(_kat, xlimits=[-1,1], DOFs=None, plotDOFs=None,
# Get a lock offset if used
if
(
d
.
name
+
'_lock'
)
in
_kat
.
commands
:
DC_Offset
=
_kat
.
commands
[
d
.
name
+
'_lock'
].
offset
.
value
DC_Offset
=
_kat
.
commands
[
d
.
name
+
'_lock'
].
offset
if
DC_Offset
is
None
:
DC_Offset
=
0
...
...
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