Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metadata contents for SEA action: add CUI marking and minor updates #92

Merged
merged 11 commits into from
Oct 20, 2023

Conversation

aromanielloNTIA
Copy link
Member

@aromanielloNTIA aromanielloNTIA commented Oct 12, 2023

  • Changes the metadata classification marking of SEA data products to always be "CUI"
  • Update SEA action metadata for ntia-diagnostics v1.1.1 (ntia-diagnostics v1.1.1 sigmf-ns-ntia#46), which adds the version of scos_tekrsa to the software diagnostics
  • Fix the SignalAnalyzer ntia_sensor metadata struct by removing outdated code. This fixes a bug which made it impossible to use the SignalAnalyzer struct.
  • Update SignalAnalyzerInterface, adding a plugin_version abstract method / property. Also update the mock signal analyzer interface to support this property
  • Remove an unused and confusing iteration variable in the SEA data product action
  • Update pre-commit hooks

Note that the inclusion of the plugin_version in the SignalAnalyzerInterface is a breaking change for sigan plugins. This is accounted for in scos_tekrsa by NTIA/scos-tekrsa#48

Bumps package version to 6.4.0

@aromanielloNTIA aromanielloNTIA self-assigned this Oct 12, 2023
@aromanielloNTIA aromanielloNTIA marked this pull request as draft October 18, 2023 20:01
@aromanielloNTIA aromanielloNTIA changed the title Classify SEA action products as CUI Metadata contents for SEA action: add CUI marking and minor updates Oct 18, 2023
@aromanielloNTIA aromanielloNTIA marked this pull request as ready for review October 18, 2023 22:01
@@ -796,6 +796,7 @@ def capture_diagnostics(self, action_start_tic: float, cpu_speeds: list) -> None
"python_version": sys.version.split()[0],
"scos_sensor_version": SCOS_SENSOR_GIT_TAG,
"scos_actions_version": SCOS_ACTIONS_VERSION,
"scos_tekrsa_version": self.sigan.plugin_version,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SHouldn't this be added to SignalAnalyzerInterface?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes- good point. I added it as a property and abstract method, and updated the mock sigan interface, in f5b1609.

I will make a corresponding update to scos-tekrsa momentarily.

Copy link
Contributor

@dboulware dboulware left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See inline comment regarding adding plugin_version to SignalAnalyzerInterface.

@aromanielloNTIA aromanielloNTIA merged commit d3da4a0 into master Oct 20, 2023
4 checks passed
@aromanielloNTIA aromanielloNTIA deleted the add-sea-action-cui-markings branch October 20, 2023 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants