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