Changeset 306 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
01/27/05 21:47:09 (19 years ago)
Author:
kil064
Message:

implement function getSDFreqTable which was empty before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r303 r306  
    8080  SDHeader getSDHeader() const;
    8181
    82   // Get SD Frequency table.  Note that this function is largely
    83   // unimplemented.  Only the number of freqIDs is filled in presently.
     82  // Get SD Frequency table. 
    8483  SDFrequencyTable getSDFreqTable() const;
     84
    8585  // get spectrum,mask and tsys for the given row, at the selected
    8686  // cursor - all as stl vectors
     
    175175
    176176  // Return SC, setting only the basic construction state (i.e.
    177   // no conversion or velocity or rest frequency state)
     177  // no conversion or velocity or rest frequency state).
     178  // Specify the index of the FreqID you want
    178179  casa::SpectralCoordinate getSpectralCoordinate(casa::uInt whichIdx) const;
    179180
Note: See TracChangeset for help on using the changeset viewer.