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')
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Directory with json and trig files, created per subbank |
||
|
Integer with epoch (t0) |
||
|
Key identifying the detector (e.g., “H1”, “L1”, “V1”) |
||
|
‘O3a’ |
String identifying the run |
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
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