Skip to content
Snippets Groups Projects
Commit df37f61e authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Add Virgo to the observatory lookup of gw_data_find

parent bc537259
No related branches found
No related tags found
1 merge request!239Add new utils functions for bilby pipe
Pipeline #34586 passed
......@@ -468,7 +468,7 @@ def gw_data_find(observatory, gps_start_time, duration, calibration,
Parameters
----------
observatory: str, {H1, L1}
observatory: str, {H1, L1, V1}
Observatory description
gps_start_time: float
The start time in gps to look for data
......@@ -487,7 +487,7 @@ def gw_data_find(observatory, gps_start_time, duration, calibration,
"""
logger.info('Building gw_data_find command line')
observatory_lookup = dict(H1='H', L1='L')
observatory_lookup = dict(H1='H', L1='L', V1='V')
observatory_code = observatory_lookup[observatory]
dtype = '{}_HOFT_C0{}'.format(observatory, calibration)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment