Source
114
114
115
115
116
116
117
117
118
118
119
119
120
120
121
121
#include "CSpectralResolutionType.h"
122
122
123
123
124
+
125
+
124
126
125
127
126
128
#include <ConversionException.h>
127
129
#include <DuplicateKey.h>
128
130
#include <UniquenessViolationException.h>
129
131
#include <NoSuchRow.h>
130
132
#include <DuplicateKey.h>
131
133
132
134
133
135
#ifndef WITHOUT_ACS
245
247
* <TD> chanFreqArray</TD>
246
248
* <TD> vector<Frequency > </TD>
247
249
* <TD> numChan </TD>
248
250
* <TD> the frequencies defined as an array (\texttt{numChan} values). </TD>
249
251
* </TR>
250
252
251
253
* <TR>
252
254
* <TD> chanWidth</TD>
253
255
* <TD> Frequency </TD>
254
256
* <TD> </TD>
255
-
* <TD> the width of the frequency channel (supposedly constant). </TD>
257
+
* <TD> the nominal channel width. </TD>
256
258
* </TR>
257
259
258
260
* <TR>
259
261
* <TD> chanWidthArray</TD>
260
262
* <TD> vector<Frequency > </TD>
261
263
* <TD> numChan </TD>
262
-
* <TD> Array of channel widths </TD>
264
+
* <TD> Array of channel widths. </TD>
263
265
* </TR>
264
266
265
267
* <TR>
266
268
* <TD> correlationBit</TD>
267
269
* <TD> CorrelationBitMod::CorrelationBit </TD>
268
270
* <TD> </TD>
269
271
* <TD> identifies the number of bits used in the signal representation. </TD>
270
272
* </TR>
271
273
272
274
* <TR>
273
275
* <TD> effectiveBw</TD>
274
276
* <TD> Frequency </TD>
275
277
* <TD> </TD>
276
278
* <TD> the effective noise bandwidth. </TD>
277
279
* </TR>
278
280
279
281
* <TR>
280
282
* <TD> effectiveBwArray</TD>
281
283
* <TD> vector<Frequency > </TD>
282
284
* <TD> numChan </TD>
283
-
* <TD> array of effective bandwidths (one value per channel). </TD>
285
+
* <TD> array of effective bandwidths. </TD>
284
286
* </TR>
285
287
286
288
* <TR>
287
289
* <TD> freqGroup</TD>
288
290
* <TD> int </TD>
289
291
* <TD> </TD>
290
292
* <TD> the frequency group number. </TD>
291
293
* </TR>
292
294
293
295
* <TR>
336
338
* <TD> refChan</TD>
337
339
* <TD> double </TD>
338
340
* <TD> </TD>
339
341
* <TD> the reference channel "number". </TD>
340
342
* </TR>
341
343
342
344
* <TR>
343
345
* <TD> resolution</TD>
344
346
* <TD> Frequency </TD>
345
347
* <TD> </TD>
346
-
* <TD> the half power frequency resolution (supposedly constant for all the channels). </TD>
348
+
* <TD> the effective spectral resolution of one channel (see note). </TD>
347
349
* </TR>
348
350
349
351
* <TR>
350
352
* <TD> resolutionArray</TD>
351
353
* <TD> vector<Frequency > </TD>
352
354
* <TD> numChan </TD>
353
-
* <TD> the frequency resolutions (possibly variable )(one value per channel). </TD>
355
+
* <TD> the array of frequency resolution. </TD>
354
356
* </TR>
355
357
356
358
* <TR>
357
359
* <TD> numAssocValues(numAssocValues)</TD>
358
360
* <TD> int </TD>
359
361
* <TD> </TD>
360
362
* <TD> the number of associated values. </TD>
361
363
* </TR>
362
364
363
365
* <TR>
364
366
* <TD> assocNature</TD>
365
367
* <TD> vector<SpectralResolutionTypeMod::SpectralResolutionType > </TD>
366
368
* <TD> numAssocValues </TD>
367
369
* <TD> the natures of the associations with the rows refered to by assocSpectralWindowId. </TD>
368
370
* </TR>
369
371
372
+
* <TR>
373
+
* <TD> numBin(numBin)</TD>
374
+
* <TD> int </TD>
375
+
* <TD> </TD>
376
+
* <TD> the number of channels used in any post-FFT averaging. </TD>
377
+
* </TR>
378
+
370
379
* <TR>
371
380
* <TD> assocSpectralWindowId</TD>
372
381
* <TD> vector<Tag> </TD>
373
382
* <TD> numAssocValues </TD>
374
383
* <TD> refers to a collection of associated rows in the table. </TD>
375
384
* </TR>
376
385
377
386
* <TR>
378
387
* <TD> imageSpectralWindowId</TD>
379
388
* <TD> Tag </TD>