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
a5e6fe63
Commit
a5e6fe63
authored
5 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
far.py: put the network snr threshold back in to reduce number of triggers
parent
186f4750
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/python/far.py
+1
-2
1 addition, 2 deletions
gstlal-inspiral/python/far.py
with
1 addition
and
2 deletions
gstlal-inspiral/python/far.py
+
1
−
2
View file @
a5e6fe63
...
...
@@ -129,8 +129,7 @@ class RankingStat(snglcoinc.LnLikelihoodRatioMixin):
pass
# network SNR threshold
# now clustering is enabled
network_snrsq_threshold
=
0
network_snrsq_threshold
=
49.0
def
__init__
(
self
,
template_ids
=
None
,
instruments
=
frozenset
((
"
H1
"
,
"
L1
"
,
"
V1
"
)),
population_model_file
=
None
,
min_instruments
=
1
,
delta_t
=
0.005
,
horizon_factors
=
None
):
self
.
numerator
=
inspiral_lr
.
LnSignalDensity
(
template_ids
=
template_ids
,
instruments
=
instruments
,
delta_t
=
delta_t
,
population_model_file
=
population_model_file
,
min_instruments
=
min_instruments
,
horizon_factors
=
horizon_factors
)
...
...
This diff is collapsed.
Click to expand it.
Patrick Godwin
@patrick.godwin
mentioned in commit
a23fd915
·
5 years ago
mentioned in commit
a23fd915
mentioned in commit a23fd91583ecc3e7799572bcb856b2bc8cfa8afd
Toggle commit list
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