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/ScantableWrapper.h

    r1350 r1360  
    150150    { table_->setSourceType(stype); }
    151151
     152  void shift(int npix)
     153  { table_->shift(npix); }
     154
    152155  void setRestFrequencies(double rf, const std::string& name,
    153156                          const std::string& unit)
Note: See TracChangeset for help on using the changeset viewer.