From 7681ff8487b643f07c1cd9859045042d0c60254e Mon Sep 17 00:00:00 2001 From: Josh Duran Date: Tue, 21 May 2024 09:52:02 -0400 Subject: [PATCH] fix last key in 3D Info block: should be 'ert' and not 'tim' --- brukeropus/file/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/brukeropus/file/constants.py b/brukeropus/file/constants.py index 58fa7a2..45c02b1 100644 --- a/brukeropus/file/constants.py +++ b/brukeropus/file/constants.py @@ -250,7 +250,7 @@ {'key': 'pkl', 'fmt': 'l', 'dtype': np.int32}, {'key': 'prl', 'fmt': 'l', 'dtype': np.int32}, {'key': 'srt', 'fmt': 'd', 'dtype': np.float64}, - {'key': 'tim', 'fmt': 'd', 'dtype': np.float64}, + {'key': 'ert', 'fmt': 'd', 'dtype': np.float64}, ]