sgnl.sgnlio
¶
SgnlDB
dataclass
¶
Bases: StillSuit
Source code in sgnl/sgnlio.py
16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
|
get_events(nanosec_to_sec=False, **kwargs)
¶
A wrapper function of StillSuit.get_events() with additional functionalities
Source code in sgnl/sgnlio.py
77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
|
missed_found_by_on_ifos(far_threshold=1 / 86400 / 365.25, segments_name='afterhtgate')
¶
get missed and found instruments by on ifos FIXME I am sure this is stupidly slow
Source code in sgnl/sgnlio.py
59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 |
|
segments(name='afterhtgate')
¶
Retrieve segments with the specified name from the database and organize them into a dictionary by interferometer (ifo) combination.
Source code in sgnl/sgnlio.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
|