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)
Input variables#

Name

Type

Default

Description

t

GPS time

run

None

String identifying the run, if None, infers from the GPS time

check_exists

True

If True, returns None for missing files

Output variables#

Return annotation

Docstring type

Description

None

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