From bd96a4a473225ba14a9199aa8ee2c5e1b74ffc4e Mon Sep 17 00:00:00 2001 From: Evan Goetz Date: Mon, 11 Sep 2023 22:59:02 -0700 Subject: [PATCH] Change the V1 h(t) mapping from original frame type to backup frame type This PR changes the V1 frametype mapping for HoftOnline channels to use a backup V1_llhoft frametype --- gwsumm/data/timeseries.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwsumm/data/timeseries.py b/gwsumm/data/timeseries.py index 73106938..c10462e6 100644 --- a/gwsumm/data/timeseries.py +++ b/gwsumm/data/timeseries.py @@ -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', }