diff --git a/scos_actions/configs/sensor_calibration_example.json b/scos_actions/configs/sensor_calibration_example.json index 57fb6847..669c7445 100644 --- a/scos_actions/configs/sensor_calibration_example.json +++ b/scos_actions/configs/sensor_calibration_example.json @@ -78,7 +78,6 @@ } }, "last_calibration_datetime": "1970-01-01T00:00:00.000000Z", - "calibration_frequency_divisions": [], "calibration_parameters": [ "sample_rate", "frequency", diff --git a/scos_actions/configs/sigan_calibration_example.json b/scos_actions/configs/sigan_calibration_example.json index 57fb6847..669c7445 100644 --- a/scos_actions/configs/sigan_calibration_example.json +++ b/scos_actions/configs/sigan_calibration_example.json @@ -78,7 +78,6 @@ } }, "last_calibration_datetime": "1970-01-01T00:00:00.000000Z", - "calibration_frequency_divisions": [], "calibration_parameters": [ "sample_rate", "frequency", diff --git a/scos_actions/metadata/sigmf_builder.py b/scos_actions/metadata/sigmf_builder.py index 6759b555..2a838d82 100644 --- a/scos_actions/metadata/sigmf_builder.py +++ b/scos_actions/metadata/sigmf_builder.py @@ -13,41 +13,41 @@ # Global info which is ALWAYS true for SCOS-generated recordings GLOBAL_INFO = { - "core:version": "v1.0.0", + "core:version": "1.0.0", "core:extensions": [ { "name": "ntia-algorithm", - "version": "v2.0.1", + "version": "2.0.1", "optional": False, }, { "name": "ntia-core", - "version": "v2.0.0", + "version": "2.0.0", "optional": False, }, { "name": "ntia-diagnostics", - "version": "v2.0.0", + "version": "2.0.0", "optional": True, }, { "name": "ntia-environment", - "version": "v1.0.0", + "version": "1.0.0", "optional": True, }, { "name": "ntia-scos", - "version": "v1.0.0", + "version": "1.0.0", "optional": True, }, { "name": "ntia-sensor", - "version": "v2.0.0", + "version": "2.0.0", "optional": False, }, { "name": "ntia-nasctn-sea", - "version": "v0.6.0", + "version": "0.6.0", "optional": True, }, ],