Changeset 7 for trunk/src/SDContainer.h


Ignore:
Timestamp:
06/24/04 11:39:45 (20 years ago)
Author:
mmarquar
Message:

Changed Tsys vector to be of the same dimensionality as the spectrum. This makes it easier to use.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r2 r7  
    9999  Array<Float>    spectrum_; 
    100100  Array<uChar>    flags_;
    101   // (nBeam,nIF,nPol)
     101  // (nBeam,nIF,[nChannel],nPol) Tsys is not really a function of
     102  // channel, but this makes it easier to work with at the expense of
     103  // a little memory
    102104  Array<Float>    tsys_;
    103105  Array<Float>    tcal_;
Note: See TracChangeset for help on using the changeset viewer.