chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
3 stars 3 forks source link

Timestamp Alignment(3/4): Modify time axis alignment attribute when reading acq data #52

Closed ljgray closed 1 year ago

ljgray commented 1 year ago

CorrData files are loaded with the time axis index_map timestamps left-aligned. This PR modifies the index_attr time alignment attribute indicating that the .time property should apply a shift in order to return centre-aligned timestamps.

Related PRs:

Note: This PR will fail CI checks until the caput PR is merged