From 583d231778beabe1117250b00aba2e5cab2644fc Mon Sep 17 00:00:00 2001 From: ctuguinay Date: Mon, 1 Jul 2024 20:45:01 +0000 Subject: [PATCH] float16 to float32 --- echopype/utils/coding.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/echopype/utils/coding.py b/echopype/utils/coding.py index d783e2fbe..e325a1d3c 100644 --- a/echopype/utils/coding.py +++ b/echopype/utils/coding.py @@ -41,7 +41,7 @@ "channel": np.str_, "cal_channel_id": np.str_, "beam": np.str_, - "channel_mode": np.float16, + "channel_mode": np.float32, "beam_stabilisation": np.byte, "non_quantitative_processing": np.int16, } # channel name # beam name