Ignore:
Timestamp:
06/30/09 15:46:14 (15 years ago)
Author:
Malte Marquarding
Message:

Ticket #165: have removed the hard-coding of parallactifying the data. NOTE THIS breaks the Table structure as I have moved the PARANGLE column from the main table into the FOCUS table. We need to have a new release. Also one needs to explicitly tell the scantable via rc or member function to enable parallactifying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ScantableWrapper.h

    r1430 r1586  
    212212    { return table_->getDirectionVector(whichrow); }
    213213
     214  void parallactify(bool flag)
     215    { table_->parallactify(flag); }
     216
    214217private:
    215218  casa::CountedPtr<Scantable> table_;
Note: See TracChangeset for help on using the changeset viewer.