Skip to content

Commit

Permalink
gwsumm.data: use llhoft as short type for LIGO aggregated h(t) (#366)
Browse files Browse the repository at this point in the history
not DMT_C00 frames
  • Loading branch information
duncanmmacleod authored Sep 19, 2023
1 parent 958795b commit c6ee117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gwsumm/data/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@
}

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',
'H1_HOFT_C00': 'H1_llhoft',
'L1_HOFT_C00': 'L1_llhoft',
'V1Online': 'V1_llhoft',
'H1_HOFT_TEST': 'H1_DMT_TEST',
'L1_HOFT_TEST': 'L1_DMT_TEST',
Expand Down

0 comments on commit c6ee117

Please sign in to comment.