Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GstLAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lscsoft
GstLAL
Commits
02e6eff8
Commit
02e6eff8
authored
5 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
gstlal_inspiral_create_prior_diststats: tune the prior dep. on bandwidth a hair
parent
00056edc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gstlal-inspiral/bin/gstlal_inspiral_create_prior_diststats
+2
-2
2 additions, 2 deletions
gstlal-inspiral/bin/gstlal_inspiral_create_prior_diststats
with
2 additions
and
2 deletions
gstlal-inspiral/bin/gstlal_inspiral_create_prior_diststats
+
2
−
2
View file @
02e6eff8
...
...
@@ -119,8 +119,8 @@ def parse_command_line():
bandwidths
+=
[
templates
.
bandwidth
(
row
.
mass1
,
row
.
mass2
,
row
.
spin1z
,
row
.
spin2z
,
f_min
=
10.0
,
f_max
=
row
.
f_final
,
delta_f
=
0.25
,
psd
=
psd
[
ifo
])]
horizon_factors
.
update
(
bank
.
horizon_factors
)
if
options
.
df
==
"
bandwidth
"
:
# NOTE the
15
00 is tuned by looking at real data distributions
options
.
df
=
int
(
2
000.
/
min
(
bandwidths
))
# NOTE the
40
00 is tuned by looking at real data distributions
options
.
df
=
int
(
4
000.
/
min
(
bandwidths
))
print
options
.
df
return
options
,
process_params
,
filenames
,
template_ids
,
horizon_factors
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment