Skip to content

Commit

Permalink
remove "alt_raw" merge artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
ssolson committed Jan 30, 2024
1 parent 93278f3 commit 41e3a42
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions mhkit/dolfyn/io/nortek2_defs.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,19 +545,6 @@ def _calc_burst_struct(config, nb, nc):
),
("samp_alt", "h", [], None, "1", "Altimeter Samples"),
]
if flags["alt_raw"]:
dd += [
("altraw_nsamp", "I", [], None, "1", "Number of Altimeter Samples"),
(
"altraw_dsamp",
"H",
[],
_LinFunc(0.0001, dtype=dt32),
"m",
"Altimeter Distance between Samples",
),
("altraw_samp", "h", [], None),
]
if flags["ahrs"]:
dd += _ahrs_def
if flags["p_gd"]:
Expand Down

0 comments on commit 41e3a42

Please sign in to comment.