diff --git a/src/algorithms/channel/adapters/channel.cc b/src/algorithms/channel/adapters/channel.cc index f50c165f1..9d3fa9887 100644 --- a/src/algorithms/channel/adapters/channel.cc +++ b/src/algorithms/channel/adapters/channel.cc @@ -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(0.0)); if (threshold == 0.0) {