Ignore:
Timestamp:
02/17/06 15:49:59 (18 years ago)
Author:
mar637
Message:

added getEntry to support export for STWriter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFrequencies.h

    r806 r830  
    4343                       casa::Double inc );
    4444
    45   //const casa::Table& table() const { return table_; }
    46   //casa::Table table() { return table_; }
     45  void getEntry( casa::Double& refpix, casa::Double& refval,
     46                 casa::Double& inc, casa::uInt id );
    4747
    4848  casa::SpectralCoordinate getSpectralCoordinate( casa::uInt freqID );
     
    5959  void rescale(casa::Float factor, const std::string& mode);
    6060
    61   float getRefFreq(casa::uInt d, casa::uInt channel);
     61  float getRefFreq(casa::uInt id, casa::uInt channel);
    6262
    6363  std::string print(int id=-1);
Note: See TracChangeset for help on using the changeset viewer.