Skip to content

Commit

Permalink
Used passed in sensor in create_global_sensor_metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Jan 15, 2024
1 parent a2cf95c commit a8107f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/actions/acquire_sea_data_product.py
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ def create_global_sensor_metadata(self, sensor: Sensor):
self.sigmf_builder.set_sensor(
ntia_sensor.Sensor(
sensor_spec=ntia_core.HardwareSpec(
id=self.sensor.capabilities["sensor"]["sensor_spec"]["id"],
id=sensor.capabilities["sensor"]["sensor_spec"]["id"],
),
sensor_sha512=sensor.capabilities["sensor"]["sensor_sha512"],
)
Expand Down

0 comments on commit a8107f4

Please sign in to comment.