Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
gstlal
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
21
Issues
21
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lscsoft
gstlal
Commits
a72419bf
Commit
a72419bf
authored
Jul 10, 2019
by
chad.hanna
Committed by
Patrick Godwin
Jul 10, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
streamthinca : fixed typo in implementation of trials factor
parent
bb57af88
Pipeline
#69839
passed with stages
in 35 minutes and 48 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
gstlal-inspiral/python/streamthinca.py
gstlal-inspiral/python/streamthinca.py
+3
-4
No files found.
gstlal-inspiral/python/streamthinca.py
View file @
a72419bf
...
...
@@ -333,10 +333,9 @@ class StreamThinca(object):
if
fapfar
is
not
None
:
# FIXME: add proper columns to
# store these values in
coinc_inspiral
.
combined_far
=
fapfar
.
far_from_rank
(
coinc
.
likelihood
)
if
len
(
events
)
==
1
and
cap_singles
and
FAR_trialsfactor
and
coinc_inspiral
.
combined_far
<
1.
/
fapfar
.
livetime
:
coinc_inspiral
.
combined_far
=
1.
/
fapfar
.
livetime
coinc_inspiral
.
combined_far
=
FAR_trialsfactor
*
coinc_inspiral
.
combined_far
coinc_inspiral
.
combined_far
=
fapfar
.
far_from_rank
(
coinc
.
likelihood
)
*
FAR_trialsfactor
if
len
(
events
)
==
1
and
cap_singles
and
coinc_inspiral
.
combined_far
<
1.
/
fapfar
.
livetime
:
coinc_inspiral
.
combined_far
=
1.
/
fapfar
.
livetime
coinc_inspiral
.
false_alarm_rate
=
fapfar
.
fap_from_rank
(
coinc
.
likelihood
)
if
zerolag_rankingstatpdf
is
not
None
and
coinc
.
likelihood
is
not
None
:
zerolag_rankingstatpdf
.
zero_lag_lr_lnpdf
.
count
[
coinc
.
likelihood
,]
+=
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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