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

Remove calibrations and retries from signal analyzers #59

Merged
merged 51 commits into from Mar 27, 2024

Conversation

dboulware
Copy link
Collaborator

This removes the calibration handling from the signal analyzer so the scaling can occur within the Sensor class. In addition, retry behavior is removed from signal analyzer implementation so it can be handled at the Sensor level. This also updates the readme to address the signal analyzer related settings.

aromanielloNTIA and others added 30 commits October 31, 2023 10:08
@aromanielloNTIA aromanielloNTIA marked this pull request as ready for review March 27, 2024 17:31
Copy link
Member

@jhazentia jhazentia left a comment

Choose a reason for hiding this comment

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

Looks good, just a couple of minor comments

tests/test_tekrsa_sigan.py Outdated Show resolved Hide resolved
src/scos_tekrsa/__init__.py Show resolved Hide resolved
@jhazentia jhazentia merged commit 35732cc into main Mar 27, 2024
4 checks passed
@jhazentia jhazentia deleted the calibrate_to_antenna branch March 27, 2024 19:07
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.

Update readme to include DEVICE_MODEL, SIGAN_MODULE, and SIGAN_CLASS settings.
3 participants