Version: HEAD (using KDE KDE 3.5.0) OS: Linux An LFI requirement reads: "It shall be possible to calculate the noise effective bandwidth from an input scientific data stream (applicable only to LFI scientific data; moreover the calculation will make sense, very likely, for data in differenced mode)."
The description of the algorithm is described in section 3.2.6 of the Planck LFI "LFI calcibration and testing data analysis methods" (PL-LFI-PST-TN-068)
Should be a plugin; can be implemented now, or we may want to wait until later in the summer for the new plugin system. We need to decide on a schedule for the new plugin system.
I've implemented this already, just waiting for it to be tested before I commit. On Mon, 2006-06-19 at 01:58 +0000, netterfield@astro.utoronto.ca wrote: [bugs.kde.org quoted mail]
SVN commit 553023 by dhanson: CCBUG:126642 implementation of plugin. left out of build for now. A effective_bandwidth (directory) A effective_bandwidth/Makefile.am A effective_bandwidth/effective_bandwidth.cpp [License: GPL (v2+)] A effective_bandwidth/effective_bandwidth.xml
Would you like work to start on this in the new plugin branch as another proof-of-concept?
hm didn't realize this was already done. If it's mathematically correct and suited to task, we could port this to the new system.
I've ported Duncan's plugin to the new system as discussed and enabled it in the pluginify branch build. See revision #586478.