Changeset 988 for trunk/src/STWriter.h


Ignore:
Timestamp:
04/05/06 14:31:47 (18 years ago)
Author:
mar637
Message:

implemented data export for the asap2 Scantable as in Ticket #4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.h

    r894 r988  
    5050  * @brief Export of ASAP data container into foreign formats
    5151  * @author Malte Marquarding
    52   * @date $Date$
     52  * @date 2006-03-08
    5353  * @version 2.0a
    5454*/
     
    8181                      casa::Vector<casa::Complex>& xpol,
    8282                      const casa::Table& tab);
    83   std::string     cFormat;
    84   PKSwriter *cWriter;
     83  std::string     format_;
     84  PKSwriter* writer_;
    8585};
    8686
Note: See TracChangeset for help on using the changeset viewer.