Changeset 923 for trunk/src/Scantable.h


Ignore:
Timestamp:
03/24/06 13:32:05 (18 years ago)
Author:
mar637
Message:

fixed az/el data type to be Float. added getChannels function. to get cnumber of channels per row. (nchan retrurns by IF)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r915 r923  
    233233  int getCycle(int whichrow) const { return cycleCol_(whichrow); }
    234234  int getScan(int whichrow) const { return scanCol_(whichrow); }
     235  int getChannels(int whichrow) const;
    235236
    236237  double getInterval(int whichrow) const
     
    379380  casa::MDirection::ScalarColumn dirCol_;
    380381  casa::MEpoch::ScalarColumn timeCol_;
    381   casa::ScalarColumn<casa::Double> azCol_;
    382   casa::ScalarColumn<casa::Double> elCol_;
     382  casa::ScalarColumn<casa::Float> azCol_;
     383  casa::ScalarColumn<casa::Float> elCol_;
    383384  casa::ScalarColumn<casa::Float> paraCol_;
    384385  casa::ScalarColumn<casa::String> srcnCol_, fldnCol_;
Note: See TracChangeset for help on using the changeset viewer.