Skip to content

Commit

Permalink
add back accidentally removed ,
Browse files Browse the repository at this point in the history
  • Loading branch information
leewujung committed Jul 12, 2023
1 parent 6565985 commit 2102e6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions echopype/convert/set_groups_azfp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down

0 comments on commit 2102e6f

Please sign in to comment.