Skip to content

Commit

Permalink
fix m4s graph name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Mar 4, 2024
1 parent 0d26e5b commit 5696802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/actions/acquire_single_freq_fft.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def create_metadata(self, measurement_result: dict, recording: int = None) -> No
self.fft_size, measurement_result["sample_rate"], self.frequency_Hz
)
m4s_graph = ntia_algorithm.Graph(
name="M4S Detector Result",
name="power_spectral_density",
series=[det.value for det in self.fft_detector],
length=self.fft_size,
x_units="Hz",
Expand Down

0 comments on commit 5696802

Please sign in to comment.