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

Support X410 sensor format and allow for instantiation from just sensor definition json. #7

Merged
merged 9 commits into from
Jun 14, 2022

Conversation

dboulware
Copy link
Contributor

This PR adds support for the X410 xml format when reading sensor values and allows the preselector to be instantiated from just the sensor definition portion of SigMF because that is the format of the file that is deployed to scos-sensor (see https://github.com/NTIA/scos-sensor-cm/blob/master/sensor_definitions/default_sensor_definition.json) for example.

@dboulware
Copy link
Contributor Author

Hold on, need to check version.

@dboulware dboulware closed this May 31, 2022
@dboulware dboulware reopened this May 31, 2022
aromanielloNTIA and others added 2 commits May 31, 2022 09:46
Minor improvement to file loading: see [PEP 343](https://peps.python.org/pep-0343/) - this syntax adds a built-in `try:`/`finally:` statement around the `json.load()` call, which ensures the file is closed. This is a more robust way to implement the file load, especially valuable for open source code which may be subject to more modifications in the future. Also see [this](https://thispointer.com/python-open-a-file-using-open-with-statement-benefits-explained-with-examples/) page for more practical examples motivating this syntax.
Copy link
Member

@aromanielloNTIA aromanielloNTIA left a comment

Choose a reason for hiding this comment

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

Approved, pending:

  • I added a syntax improvement in 0756667, which should get review from @dboulware (should be fine, no functional change).
  • Need to re-add config/config.json file which was deleted.
  • Address other comments left above

Copy link
Member

@aromanielloNTIA aromanielloNTIA left a comment

Choose a reason for hiding this comment

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

Looks great!

@dboulware dboulware merged commit ee86931 into master Jun 14, 2022
@dboulware dboulware deleted the scos-sensor branch August 9, 2022 19:41
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.

None yet

2 participants