You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: stglib/eofe.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -418,7 +418,7 @@ def calc_bin_height(ds):
418
418
"units": "m",
419
419
"long_name": "bin(center) distance from seafloor",
420
420
"positive": "up",
421
-
"note": f"Distance is along profile from seafloor to center of bin. Calculated as initial instrument height {math_sign} bin(center) distance from transducer based on {ds.attrs[f"{prefix}SoundSpeed_mps"]} m/s sound vel.",
421
+
"note": f"Distance is along profile from seafloor to center of bin. Calculated as initial instrument height {math_sign} bin(center) distance from transducer based on {ds.attrs[f'{prefix}SoundSpeed_mps']} m/s sound vel.",
0 commit comments