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

Merge branch 'add_channels' into 'master'

Add standard GWOSC channel names to the defaults channels that are attempted

See merge request !397
parents 58b13222 feae996d
No related branches found
No related tags found
1 merge request!397Add standard GWOSC channel names to the defaults channels that are attempted
Pipeline #53050 failed
......@@ -418,8 +418,10 @@ def read_frame_file(file_name, start_time, end_time, channel=None, buffer_time=0
if loaded is False:
ligo_channel_types = ['GDS-CALIB_STRAIN', 'DCS-CALIB_STRAIN_C01', 'DCS-CALIB_STRAIN_C02',
'DCH-CLEAN_STRAIN_C02']
virgo_channel_types = ['Hrec_hoft_V1O2Repro2A_16384Hz', 'FAKE_h_16384Hz_4R']
'DCH-CLEAN_STRAIN_C02', 'GWOSC-16KHZ_R1_STRAIN',
'GWOSC-4KHZ_R1_STRAIN']
virgo_channel_types = ['Hrec_hoft_V1O2Repro2A_16384Hz', 'FAKE_h_16384Hz_4R',
'GWOSC-16KHZ_R1_STRAIN', 'GWOSC-4KHZ_R1_STRAIN']
channel_types = dict(H1=ligo_channel_types, L1=ligo_channel_types, V1=virgo_channel_types)
for detector in channel_types.keys():
for channel_type in channel_types[detector]:
......
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