Ignore:
Timestamp:
07/02/13 10:38:18 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #291: added scantable.set_sourcename to overwrite sourcename to allow freq_align to work. Exposed 'SOURCE' averaging to python api. Added some logging to freq_align refering to the sources it aligns to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r2811 r2818  
    188188    { table_->setSourceType(stype); }
    189189
     190  void setSourceName(const std::string& name)
     191    { table_->setSourceName(name); }
     192
    190193  void shift(int npix)
    191194  { table_->shift(npix); }
Note: See TracChangeset for help on using the changeset viewer.