Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lscsoft
lalsuite-archive
Commits
d89e943b
Commit
d89e943b
authored
Apr 11, 2017
by
Salvatore Vitale
Browse files
Added LIV fixed params to known nonparams in mcmc downsample
parent
e101e7d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
pylal/pylal/bayespputils.py
View file @
d89e943b
...
...
@@ -5604,7 +5604,7 @@ def find_ndownsample(samples, nDownsample):
"margtime"
,
"margtimephi"
,
"margtime"
,
"time_max"
,
"time_min"
,
"time_mean"
,
"time_maxl"
,
"sky_frame"
,
"psdscaleflag"
,
"logdeltaf"
,
"flow"
,
"f_ref"
,
"lal_amporder"
,
"lal_pnorder"
,
"lal_approximant"
,
"tideo"
,
"spino"
,
"signalmodelflag"
,
"t0"
,
"phase_maxl"
,
"azimuth"
,
"cosalpha"
,
"lal_amporder"
]
+
logParams
+
snrParams
+
splineParams
"t0"
,
"phase_maxl"
,
"azimuth"
,
"cosalpha"
,
"lal_amporder"
,
"liv_a_sign"
,
"nongr_alpha"
]
+
logParams
+
snrParams
+
splineParams
fixedParams
=
[
p
for
p
in
samples
.
colnames
if
all
(
x
==
samples
[
p
][
0
]
for
x
in
samples
[
p
])]
print
"Fixed parameters: "
+
str
(
fixedParams
)
nonParams
.
extend
(
fixedParams
)
...
...
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