Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
c3dada0f
Verified
Commit
c3dada0f
authored
Jun 04, 2019
by
Carl-Johan Haster
Committed by
Adam Mercer
Jun 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make spcal_freq IFO names lower case
(cherry picked from commit
dff086e3
)
parent
c1822acd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lalinference/python/lalinference/bayespputils.py
lalinference/python/lalinference/bayespputils.py
+2
-2
No files found.
lalinference/python/lalinference/bayespputils.py
View file @
c3dada0f
...
...
@@ -5389,8 +5389,8 @@ def find_ndownsample(samples, nDownsample):
splineParams
=
[
"spcal_npts"
,
"spcal_active"
,
"constantcal_active"
]
for
i
in
np
.
arange
(
25
):
for
k
in
lal
.
cached_detector_by_prefix
:
splineParams
.
append
(
k
+
'_spcal_freq_'
+
str
(
i
))
splineParams
.
append
(
k
+
'_spcal_logfreq_'
+
str
(
i
))
splineParams
.
append
(
k
.
lower
()
+
'_spcal_freq_'
+
str
(
i
))
splineParams
.
append
(
k
.
lower
()
+
'_spcal_logfreq_'
+
str
(
i
))
nonParams
=
[
"logpost"
,
"post"
,
"cycle"
,
"timestamp"
,
"snrh1"
,
"snrl1"
,
"snrv1"
,
"margtime"
,
"margtimephi"
,
"margtime"
,
"time_max"
,
"time_min"
,
...
...
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