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

Sea 178 test actions loading #56

Merged
merged 30 commits into from May 6, 2024
Merged

Conversation

jhazentia
Copy link
Member

No description provided.

@dboulware dboulware self-requested a review March 13, 2024 21:29
@jhazentia jhazentia marked this pull request as ready for review April 30, 2024 20:40
@@ -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)
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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
Copy link
Collaborator

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.

@dboulware dboulware merged commit cc1eb09 into main May 6, 2024
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