Ignore:
Timestamp:
04/27/07 11:00:43 (17 years ago)
Author:
mar637
Message:

enhancement #107; added scantable.shift_refpix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFrequencies.h

    r1353 r1360  
    134134  float getRefFreq(casa::uInt id, casa::uInt channel);
    135135
    136 
    137136  /**
    138    * Rteun this table or s specific row as a string representation
     137    * shift the reference pixel by an integer amount
     138    * @param npix the shift in pixels
     139    * @param id the coordinate id
     140    */
     141  void shiftRefPix(int npix, casa::uInt id);
     142  /**
     143   * Return this table or s specific row as a string representation
    139144   * @param id the identifier. If id<0 all rows are returned
    140145   * @return a string
Note: See TracChangeset for help on using the changeset viewer.