Skip to content

Commit

Permalink
Change the V1 h(t) mapping from original frame type to backup frame type
Browse files Browse the repository at this point in the history
This PR changes the V1 frametype mapping for HoftOnline channels to use a backup V1_llhoft frametype
  • Loading branch information
Evan Goetz committed Sep 12, 2023
1 parent 958795b commit bd96a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gwsumm/data/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
SHORT_HOFT_TYPES = { # map aggregated h(t) type to short h(t) type
'H1_HOFT_C00': 'H1_DMT_C00',
'L1_HOFT_C00': 'L1_DMT_C00',
'V1Online': 'V1_llhoft',
'HoftOnline': 'V1_llhoft',
'H1_HOFT_TEST': 'H1_DMT_TEST',
'L1_HOFT_TEST': 'L1_DMT_TEST',
}
Expand Down

0 comments on commit bd96a4a

Please sign in to comment.