utils.get_json_fname#

Back to Module page

Summary#

TODO: What if we choose a different fmax? Assumes that the file names go like “Det-Detn-….” where Detn is the detector key

Signature#

def get_json_fname(dir_name, epoch, detector, run = 'O3a')
Input variables#

Name

Type

Default

Description

dir_name

Directory with json and trig files, created per subbank

epoch

Integer with epoch (t0)

detector

Key identifying the detector (e.g., “H1”, “L1”, “V1”)

run

‘O3a’

String identifying the run

Output variables#

Return annotation

Docstring type

Description

None

Absolute json fname

Docstring#

TODO: What if we choose a different fmax?
Assumes that the file names go like "Det-Detn-...." where Detn is the
detector key
:param dir_name: Directory with json and trig files, created per subbank
:param epoch: Integer with epoch (t0)
:param detector: Key identifying the detector (e.g., "H1", "L1", "V1")
:param run: String identifying the run
:return: Absolute json fname