From 801bdc67c56ed6c2ffdee3ab04b9a9ded38aec53 Mon Sep 17 00:00:00 2001 From: stevenj Date: Thu, 20 May 2004 00:21:25 -0400 Subject: [PATCH] whoops --- NEWS | 2 ++ harminv.1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 95ea0f4..00f0a75 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Harminv 1.2.1: * Impose a maximum number of basis modes (300) to prevent the matrices from getting too large. + * Corrected typo in man page (for definition of -d density). + Harminv 1.2: * Command line tool now defaults to a particular spectral "density" diff --git a/harminv.1 b/harminv.1 index 51dacd3..a5aa10e 100644 --- a/harminv.1 +++ b/harminv.1 @@ -160,7 +160,7 @@ Specify the spectral "density" \fId\fR to search for modes, where a density of 1 indicates the usual Fourier resolution. That is, the number of basis functions (which sets an upper bound on the number of modes) is given by \fId\fR times (\fIfreq-max\fR - \fIfreq-min\fR) -times \fIdt\fR divided by the number of samples in your dataset. +times \fIdt\fR times the number of samples in your dataset. A maximum of 300 is used, however, to prevent the matrices from getting too big (you can force a larger number with \fB\-f\fR, below).