Should read 56 s of data (not 52 s) in getfile().

This commit is contained in:
Joe Taylor 2021-07-09 08:40:44 -04:00
parent c5ecd9fc76
commit 2e301b59e6

View File

@ -8,7 +8,7 @@ extern qint16 id[4*60*96000];
void getfile(QString fname, bool xpol, int dbDgrd) void getfile(QString fname, bool xpol, int dbDgrd)
{ {
int npts=2*52*96000; int npts=2*56*96000;
if(xpol) npts=2*npts; if(xpol) npts=2*npts;
// Degrade S/N by dbDgrd dB -- for tests only!! // Degrade S/N by dbDgrd dB -- for tests only!!