Cleanup comment

This commit is contained in:
Mathieu Favreau
2025-11-07 20:38:31 +00:00
parent 7d4e175235
commit d5b590814d
+1 -1
View File
@@ -74,7 +74,7 @@ Channel::Channel(const ConfigurationInterface* configuration,
}
}
// IMPORTANT: set_threshold needs to be called after construction where doppler step is set (is it really though?)
// IMPORTANT: For future reference set_threshold needs to be called after doppler step is set (currently done at acquisition construction)
float threshold = configuration->property("Acquisition_" + signal_str + std::to_string(channel_) + ".threshold", static_cast<float>(0.0));
if (threshold == 0.0)
{