coherent_score_hm_search.compute_coherent_scores#
Back to Module page
Summary#
Signature#
def compute_coherent_scores(cs_instance, coincident_trig_list, trig1, trig2, minimal_time_slide_jump = 0.1, score_reduction_timeseries = 10, output_timeseries = False, output_coherent_score = True, coh_score_iterations = 1, return_inputs = False)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
instance of SearchCoherentScoreHMAS |
||
|
list of coincident triggers |
||
|
trigger object for detector 1 |
||
|
trigger object for detector 2 |
||
|
0.1 |
minimal time slide jump |
|
|
10 |
||
|
False |
||
|
True |
||
|
1 |
to improve convergence, one could average over multiple iterations of the coherent score calculation |
|
|
False |
for debugging purposes, return the inputs to the coherent score calculation (only for the first trigger in the list) |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
:param cs_instance: instance of SearchCoherentScoreHMAS
:param coincident_trig_list: list of coincident triggers
:param trig1: trigger object for detector 1
:param trig2: trigger object for detector 2
:param minimal_time_slide_jump: minimal time slide jump
:param score_reduction_timeseries:
:param output_timeseries:
:param output_coherent_score:
:param coh_score_iterations: to improve convergence, one could average
over multiple iterations of the coherent score calculation
:param return_inputs: for debugging purposes, return the inputs to the
coherent score calculation (only for the first trigger in the list)