Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Chad Hanna
manifold
Commits
a6173280
Commit
a6173280
authored
Oct 04, 2022
by
Chad Hanna
Browse files
make snr default to 10
parent
e49ef66d
Pipeline
#461662
passed with stage
in 2 minutes and 34 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
bin/manifold_cbc_bank_plot_mass_model
View file @
a6173280
...
...
@@ -45,7 +45,7 @@ def main(args=None, show_plot: bool = True, verbose: bool = True):
m2s
=
numpy
.
array
(
model
[
'm2s'
])
popmodel
=
SourcePopulationModel
(
ids
,
args
[
0
])
coeffs
=
numpy
.
array
([
popmodel
.
lnP_template_signal
(
tid
,
10
0
)
for
tid
in
ids
])
coeffs
=
numpy
.
array
([
popmodel
.
lnP_template_signal
(
tid
,
10
)
for
tid
in
ids
])
ix
=
coeffs
.
argsort
()
m1s
=
m1s
[
ix
]
m2s
=
m2s
[
ix
]
...
...
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