triggers_single_detector_HM.TriggerList.from_gwosc#
Back to Class page
Summary#
Loads data from gwosc and makes a trigger file, records the event time as given by LIGO (different from the linear-free time) in t_event Make sure to pass an appropriate template_conf for the parameters of the event in load_kwargs If we are doing something custom (e.g., adding holes etc), save using to_json along with fname_preprocessing, and we can reload it later with the desired modifications passed to from_json
Signature#
def from_gwosc(cls, path = None, evname = 'GW150914', tgps = None, detector = 'H1', verbose = True, **load_kwargs)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
None |
Path to root directory where the file will be saved |
|
|
‘GW150914’ |
Event around which which we want the strain data |
|
|
None |
GPS time around which which we want the strain data |
|
|
‘H1’ |
Name of the detector for which we want the strain data |
|
|
True |
Print information |
|
|
Extra arguments to pass to the init function |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Instance of TriggerList |
Docstring#
Loads data from gwosc and makes a trigger file, records the event
time as given by LIGO (different from the linear-free time) in t_event
Make sure to pass an appropriate template_conf for the parameters of
the event in load_kwargs
If we are doing something custom (e.g., adding holes etc), save using
to_json along with fname_preprocessing, and we can reload it later
with the desired modifications passed to from_json
:param path: Path to root directory where the file will be saved
:param evname: Event around which which we want the strain data
:param tgps: GPS time around which which we want the strain data
:param detector: Name of the detector for which we want the strain data
:param verbose: Print information
:param load_kwargs: Extra arguments to pass to the init function
:return: Instance of TriggerList