We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42d03af commit bec1699Copy full SHA for bec1699
echopype/commongrid/api.py
@@ -26,7 +26,6 @@
26
logger = logging.getLogger(__name__)
27
28
29
-@add_processing_level("L3*")
30
def compute_MVBS(
31
ds_Sv: xr.Dataset,
32
range_var: Literal["echo_range", "depth"] = "echo_range",
@@ -183,7 +182,7 @@ def compute_MVBS(
183
182
ds_MVBS = ds_MVBS.assign_attrs(prov_dict)
184
ds_MVBS["frequency_nominal"] = ds_Sv["frequency_nominal"] # re-attach frequency_nominal
185
186
- ds_MVBS = insert_input_processing_level(ds_MVBS, input_ds=ds_Sv)
+ # ds_MVBS = insert_input_processing_level(ds_MVBS, input_ds=ds_Sv)
187
188
return ds_MVBS
189
0 commit comments