Changeset 27 for trunk/src/SDContainer.h


Ignore:
Timestamp:
07/07/04 11:20:34 (20 years ago)
Author:
mcalabre
Message:

Added new member functions:

Array<Float> getSpectrum(uInt whichBeam, uInt whichIF) const;
Array<uChar> getFlags(uInt whichBeam, uInt whichIF) const;
Array<Float> getTsys(uInt whichBeam, uInt whichIF) const;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDContainer.h

    r26 r27  
    109109  const Array<uChar>& getFlags() const { return flags_; }
    110110  const Array<Float>& getTsys() const { return tsys_; }
     111 
     112  Array<Float> getSpectrum(uInt whichBeam, uInt whichIF) const;
     113  Array<uChar> getFlags(uInt whichBeam, uInt whichIF) const;
     114  Array<Float> getTsys(uInt whichBeam, uInt whichIF) const;
    111115
    112116  Double timestamp;
Note: See TracChangeset for help on using the changeset viewer.