diff --git a/config/template-YYYYMMDDTHHII/deployment.json b/config/template-YYYYMMDDTHHII/deployment.json index c128dc5..dc30245 100644 --- a/config/template-YYYYMMDDTHHII/deployment.json +++ b/config/template-YYYYMMDDTHHII/deployment.json @@ -2,13 +2,17 @@ "glider": "[deployment]", "trajectory_date": "YYYYMMDDTHHII", "extra_kwargs": { - "pseudograms": { + "echograms": { "enable_nc": false, "enable_ascii": false, "enable_image": false, - "echosounderRange": 60.0, - "echosounderDirection": "up", - "echosounderRangeUnits": "meters" + "plot_type": "profile", + "plot_cmap": "ek80", + "svb_thresholds": [-10,-20,-25,-30,-35,-45,-55], + "svb_limits": [-10.0, -55.0], + "echogram_range_bins": 20, + "echogram_range": -60.0, + "echogram_range_units": "meters" } }, "attributes": { diff --git a/config/unit_507-20220212T0000/deployment.json b/config/unit_507-20220212T0000/deployment.json index 5e89c0f..26354ce 100644 --- a/config/unit_507-20220212T0000/deployment.json +++ b/config/unit_507-20220212T0000/deployment.json @@ -2,13 +2,17 @@ "glider": "unit_507", "trajectory_date": "20220212T0000", "extra_kwargs": { - "pseudograms": { + "echograms": { "enable_nc": true, "enable_ascii": true, "enable_image": false, - "echosounderRange": 60.0, - "echosounderDirection": "up", - "echosounderRangeUnits": "meters" + "plot_type": "profile", + "plot_cmap": "ek80", + "svb_thresholds": [-10,-20,-25,-30,-35,-45,-55], + "svb_limits": [-10.0, -55.0], + "echogram_range_bins": 20, + "echogram_range": -60.0, + "echogram_range_units": "meters" } }, "attributes": { @@ -127,7 +131,7 @@ "instrument": "instrument_acoustics" } }, - "pseudogram_sv": { + "echogram_sv": { "attributes": { "instrument": "instrument_acoustics" } diff --git a/config/unit_507-20220604T0000/deployment.json b/config/unit_507-20220604T0000/deployment.json index 8dae515..a636210 100644 --- a/config/unit_507-20220604T0000/deployment.json +++ b/config/unit_507-20220604T0000/deployment.json @@ -117,7 +117,7 @@ "instrument": "instrument_acoustics" } }, - "pseudogram_sv": { + "echogram_sv": { "attributes": { "instrument": "instrument_acoustics" } diff --git a/config/unit_507-20230321T0000/deployment.json b/config/unit_507-20230321T0000/deployment.json index ccff6fe..46ad3c2 100644 --- a/config/unit_507-20230321T0000/deployment.json +++ b/config/unit_507-20230321T0000/deployment.json @@ -2,13 +2,18 @@ "glider": "unit_507", "trajectory_date": "20230321T0000", "extra_kwargs": { - "pseudograms": { + "echograms": { "enable_nc": true, "enable_ascii": true, "enable_image": false, - "echosounderRange": 60.0, - "echosounderDirection": "up", - "echosounderRangeUnits": "meters" + "plot_type": "profile", + "plot_cmap": "ek80", + "svb_thresholds": [-10,-20,-25,-30,-35,-45,-55], + "svb_limits": [-10.0, -55.0], + "echogram_range_bins": 20, + "echogram_range": -60.0, + "echogram_range_units": "meters" + } }, "attributes": { @@ -127,7 +132,7 @@ "instrument": "instrument_acoustics" } }, - "pseudogram_sv": { + "echogram_sv": { "attributes": { "instrument": "instrument_acoustics" }