utils.plot_veto_details#
Back to Module page
Summary#
Make four-panel diagnostic plot for vetoes
Signature#
def plot_veto_details(tobj, candidate, signal_enhancement_factor = 1, dt_l = 10, dt_r = 6, nfft = 128, noverlap = None, use_HM = False, **kwargs)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Trigger object |
||
|
Array with row of processed clist |
||
|
1 |
||
|
10 |
||
|
6 |
||
|
128 |
||
|
None |
||
|
False |
use triggers_single_detector_HM.py instead of triggers_single_detector.py |
|
|
Extra keyword arguments to pass to vetoes |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
Make four-panel diagnostic plot for vetoes
:param tobj: Trigger object
:param candidate: Array with row of processed clist
:param kwargs: Extra keyword arguments to pass to vetoes
:param use_HM: use triggers_single_detector_HM.py instead of
triggers_single_detector.py