-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sea 178 test actions loading #56
Conversation
…nge scos-actions branch
…78_test_actions_loading
…78_test_actions_loading
…78_test_actions_loading
…n running tests, remove cal adjust from cbrs measure yml files
src/scos_tekrsa/discover/__init__.py
Outdated
@@ -32,6 +33,21 @@ | |||
logger.debug("Created Monitor SIGAN action") | |||
# Pass new radio to existing action classes with new SDR specific yaml files | |||
logger.debug("Initializing yaml actions") | |||
yaml_actions, yaml_test_actions = init(yaml_dir=ACTION_DEFINITIONS_DIR) | |||
yaml_actions, _ = init(yaml_dir=ACTION_DEFINITIONS_DIR) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this needs a similar check as done below to only load these actions if the SIGAN_MODULE and SIGAN_CLASS are tekrsa.
duration_ms: 714 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think if you add an rf_path: antenna parameter it will allow this action to work on sensors that have a configurable preselector and sensors that have no preselector. Currently, it errors when the sensor has a configurable preselector.
nffts: 300 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add rf_path param as in IQ action comment.
- 10000 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add rf_path param. See single action IQ yml comment.
No description provided.