Skip to content

Commit

Permalink
add num_returns to IQProcessor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Apr 15, 2024
1 parent 409ec60 commit 057f6ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,7 @@ def __init__(self, params: dict, iir_sos: np.ndarray):

del params

@ray.method(num_returns=4)
def run(self, iqdata: np.ndarray) -> list:
"""
Filter the input IQ data and concurrently compute FFT, PVT, PFP, and APD results.
Expand Down

0 comments on commit 057f6ab

Please sign in to comment.