From 2102e6f5cf55ddf5c2fb612122a42273487e7bce Mon Sep 17 00:00:00 2001 From: Wu-Jung Lee Date: Wed, 12 Jul 2023 09:26:29 -0700 Subject: [PATCH] add back accidentally removed , --- echopype/convert/set_groups_azfp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/echopype/convert/set_groups_azfp.py b/echopype/convert/set_groups_azfp.py index 01131646b..9ae773881 100644 --- a/echopype/convert/set_groups_azfp.py +++ b/echopype/convert/set_groups_azfp.py @@ -476,11 +476,11 @@ def set_vendor(self) -> xr.Dataset: "XML_digitization_rate": ( ["channel"], parameters["dig_rate"][self.freq_ind_sorted], - ) + ), "XML_lockout_index": ( ["channel"], parameters["lockout_index"][self.freq_ind_sorted], - ) + ), "DS": (["channel"], parameters["DS"][self.freq_ind_sorted]), "EL": (["channel"], parameters["EL"][self.freq_ind_sorted]), "TVR": (["channel"], parameters["TVR"][self.freq_ind_sorted]),