Skip to content

Commit

Permalink
Undo mistaken commit to temporarily allow usrp to run sea action.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Apr 26, 2024
1 parent 2c72866 commit 80d03df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scos_actions/actions/acquire_sea_data_product.py
Expand Up @@ -519,7 +519,7 @@ def __call__(self, sensor: Sensor, schedule_entry: dict, task_id: int):

_ = psutil.cpu_percent(interval=None) # Initialize CPU usage monitor
self.test_required_components()
#self.configure_preselector(self.rf_path)
self.configure_preselector(self.rf_path)

# Initialize metadata object
self.get_sigmf_builder(
Expand Down Expand Up @@ -1155,7 +1155,9 @@ def create_capture_segment(
reference=measurement_result["reference"],
),
sigan_settings=ntia_sensor.SiganSettings(
gain=self.sensor.signal_analyzer.gain
reference_level=self.sensor.signal_analyzer.reference_level,
attenuation=self.sensor.signal_analyzer.attenuation,
preamp_enable=self.sensor.signal_analyzer.preamp_enable,
),
)
if "compression_point" in measurement_result["applied_calibration"]:
Expand Down

0 comments on commit 80d03df

Please sign in to comment.