Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Matthew Pitkin
bilby_pipe
Commits
247ab613
Commit
247ab613
authored
May 27, 2019
by
Isobel Marguarethe Romero-Shaw
Browse files
adding India to known detectors
parent
206d8c45
Changes
1
Hide whitespace changes
Inline
Side-by-side
bilby_pipe/input.py
View file @
247ab613
...
...
@@ -33,7 +33,7 @@ class Input(object):
try
:
return
self
.
_known_detectors
except
AttributeError
:
return
[
"H1"
,
"L1"
,
"V1"
]
return
[
"H1"
,
"L1"
,
"V1"
,
"K1"
,
"INDIA"
,
"OZHF"
]
@
known_detectors
.
setter
def
known_detectors
(
self
,
known_detectors
):
...
...
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