-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8d4a6c1
load test actions if using tekrsa sigan, add test action configs, cha…
jhazentia fdec377
add debug logging
jhazentia 51d2a91
fix action config
jhazentia d3b6eda
fix cal_params bug when testing
jhazentia ab20d23
add log debug messages
jhazentia b8eb3ed
fix bug when testing
jhazentia fd66a07
fix bug when testing
jhazentia ed8ee81
disable cal adjust in test data product
jhazentia 73d2e97
add debug log messages
jhazentia c959774
adjust test survey action params
jhazentia e59edd8
test survey with different params
jhazentia 08b6488
Merge branch 'main' of https://github.com/NTIA/scos-tekrsa into SEA-1…
jhazentia a38c885
add cal adjust to measure baseline, add test monitor action, remove d…
jhazentia c2210c8
remove 56 msps survey, keep 14 msps survey
jhazentia 1489e22
remove debug message
jhazentia 57ebd7a
fix survey action name
jhazentia 5fc96ae
add test to monitor action name in test actions
jhazentia 8c1d680
autoformat code
jhazentia f9171ae
add plugin_name property to tekrsa_sigan
jhazentia ce5a5c8
only load actions if sigan set to tekrsa sigan
jhazentia 6bef0b5
Merge branch 'main' of https://github.com/NTIA/scos-tekrsa into SEA-1…
jhazentia 84d2972
Merge branch 'main' of https://github.com/NTIA/scos-tekrsa into SEA-1…
jhazentia b32eb3b
autoformat
jhazentia 87f81d4
update scos-actions version to release tag
jhazentia 88cde1f
change scos-actions branch
jhazentia e90f757
Change scos-actions version to 10.0.0
jhazentia 62565d7
Change scos-actions branch, Only set SIGAN_MODULE and SIGAN_CLASS whe…
jhazentia caca013
Update scos-actions version to 10.0.1
jhazentia 186dfaa
Update version to 7.0.0
jhazentia fe07f3d
Merge branch 'main' into SEA-178_test_actions_loading
dboulware File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
__version__ = "6.0.1" | ||
__version__ = "7.0.0" | ||
|
42 changes: 42 additions & 0 deletions
42
src/scos_tekrsa/configs/test/test_SEA_CBRS_Measure_Baseline.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
nasctn_sea_data_product: | ||
name: test_SEA_CBRS_Measure_Baseline | ||
rf_path: antenna | ||
# IIR filter settings | ||
iir_gpass_dB: 0.1 # Max passband ripple below unity gain | ||
iir_gstop_dB: 40 # Minimum stopband attenuation | ||
iir_pb_edge_Hz: 5e6 # Passband edge frequency | ||
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency | ||
# FFT settings | ||
nffts: 320e3 | ||
# PFP frame | ||
pfp_frame_period_ms: 10 | ||
# APD downsampling settings | ||
apd_bin_size_dB: 1.0 # Set to 0 or negative for no downsampling | ||
apd_max_bin_dBm: -30 | ||
apd_min_bin_dBm: -180 | ||
# Time domain power statistics settings | ||
td_bin_size_ms: 10 | ||
# Sigan Settings | ||
preamp_enable: True | ||
reference_level: -25 | ||
attenuation: 0 | ||
sample_rate: 14e6 | ||
# Acquisition settings (3550-3700 MHz in 10 MHz steps, each 4s long) | ||
duration_ms: 4000 | ||
nskip: 0 | ||
frequency: | ||
- 3555e6 | ||
- 3565e6 | ||
- 3575e6 | ||
- 3585e6 | ||
- 3595e6 | ||
- 3605e6 | ||
- 3615e6 | ||
- 3625e6 | ||
- 3635e6 | ||
- 3645e6 | ||
- 3655e6 | ||
- 3665e6 | ||
- 3675e6 | ||
- 3685e6 | ||
- 3695e6 |
19 changes: 19 additions & 0 deletions
19
src/scos_tekrsa/configs/test/test_multi_frequency_iq_action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
stepped_frequency_time_domain_iq: | ||
name: test_multi_frequency_iq_action | ||
frequency: | ||
- 700.5e6 | ||
- 709e6 | ||
- 731.5e6 | ||
- 739e6 | ||
- 751e6 | ||
- 763e6 | ||
- 772e6 | ||
- 782e6 | ||
- 793e6 | ||
- 802e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
duration_ms: 80 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False |
9 changes: 9 additions & 0 deletions
9
src/scos_tekrsa/configs/test/test_single_frequency_iq_action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
single_frequency_time_domain_iq: | ||
name: test_single_frequency_iq_action | ||
frequency: 739e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
duration_ms: 714 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False | ||
10 changes: 10 additions & 0 deletions
10
src/scos_tekrsa/configs/test/test_single_frequency_m4s_action.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
single_frequency_fft: | ||
name: test_single_frequency_m4s_action | ||
frequency: 739e6 | ||
reference_level: -10 | ||
sample_rate: 56e6 | ||
fft_size: 2048 | ||
nffts: 300 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Add rf_path param as in IQ action comment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
stepped_frequency_time_domain_iq: | ||
name: test_survey_iq_action | ||
frequency: | ||
- 700.5e6 | ||
- 709e6 | ||
- 731.5e6 | ||
- 739e6 | ||
- 751e6 | ||
- 763e6 | ||
- 772e6 | ||
- 782e6 | ||
- 793e6 | ||
- 802e6 | ||
reference_level: -10 | ||
sample_rate: 14e6 | ||
duration_ms: | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 1000 | ||
- 10000 | ||
- 1000 | ||
- 1000 | ||
- 10000 | ||
nskip: 0 | ||
classification: UNCLASSIFIED | ||
calibration_adjust: False | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. add rf_path param. See single action IQ yml comment. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.