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

Update for scos-actions 7.1.0 #52

Closed
wants to merge 12 commits into from
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [
dependencies = [
"environs>=9.5.0",
"tekrsa-api-wrap>=1.3.2",
"scos_actions @ git+https://github.com/NTIA/scos-actions@7.0.0",
"scos_actions @ git+https://github.com/NTIA/scos-actions@7.1.0",
]

[project.optional-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion src/scos_tekrsa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.0.0"
__version__ = "4.1.0"
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ nasctn_sea_data_product:
iir_gstop_dB: 40 # Minimum stopband attenuation
iir_pb_edge_Hz: 5e6 # Passband edge frequency
iir_sb_edge_Hz: 5.008e6 # Stopband edge frequency
# Mean/Max FFT settings
nffts: 64e3
# FFT settings
nffts: 320e3
# PFP frame
pfp_frame_period_ms: 10
# APD downsampling settings
Expand Down
Loading
Loading