utils.get_strain_fnames#
Back to Module page
Summary#
Returns the strain file names given a time
Signature#
def get_strain_fnames(t, run = None, check_exists = True)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
GPS time |
||
|
None |
String identifying the run, if None, infers from the GPS time |
|
|
True |
If True, returns None for missing files |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
List of length n_detectors with strain file names |
Docstring#
Returns the strain file names given a time
:param t: GPS time
:param run: String identifying the run, if None, infers from the GPS time
:param check_exists: If True, returns None for missing files
:return: List of length n_detectors with strain file names