Skip to content

Commit

Permalink
ek60: add mandatory transmit_type as a scalar (#1101)
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliom authored Jul 31, 2023
1 parent 4777f91 commit de4fb4d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions echopype/convert/set_groups_ek60.py
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,17 @@ def set_beam(self) -> List[xr.Dataset]:
["channel"],
beam_params["gpt_software_version"],
),
"transmit_type": (
[],
"CW",
{
"long_name": "Type of transmitted pulse",
"flag_values": ["CW"],
"flag_meanings": [
"Continuous Wave",
],
},
),
},
coords={
"channel": (
Expand Down

0 comments on commit de4fb4d

Please sign in to comment.