Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Dec 1, 2023
2 parents 34f00f6 + d0182f2 commit 666ec08
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion scos_actions/configs/sensor_calibration_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
}
},
"last_calibration_datetime": "1970-01-01T00:00:00.000000Z",
"calibration_frequency_divisions": [],
"calibration_parameters": [
"sample_rate",
"frequency",
Expand Down
1 change: 0 additions & 1 deletion scos_actions/configs/sigan_calibration_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
}
},
"last_calibration_datetime": "1970-01-01T00:00:00.000000Z",
"calibration_frequency_divisions": [],
"calibration_parameters": [
"sample_rate",
"frequency",
Expand Down
16 changes: 8 additions & 8 deletions scos_actions/metadata/sigmf_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
],
Expand Down

0 comments on commit 666ec08

Please sign in to comment.