From 6a4be601746f6a84fc70434a61b16bea86b6c147 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Sun, 4 May 2008 11:02:40 +0000 Subject: Fixed bug in peak interpolation algorithm in xtract_peak_spectrum() --- xtract/xtract_delta.h | 1 + 1 file changed, 1 insertion(+) (limited to 'xtract/xtract_delta.h') diff --git a/xtract/xtract_delta.h b/xtract/xtract_delta.h index 6e19708..152a891 100644 --- a/xtract/xtract_delta.h +++ b/xtract/xtract_delta.h @@ -39,6 +39,7 @@ extern "C" { /** \brief Extract flux * + * \note FIX: don't be lazy -- take the lnorm of the difference vector! * An alias for xtract_lnorm() */ int xtract_flux(const float *data, const int N, const void *argv , float *result); -- cgit v1.2.3