Changeset 822 for trunk/src/STWriter.h


Ignore:
Timestamp:
02/17/06 10:05:16 (18 years ago)
Author:
mar637
Message:

changes to use the new scantable. this revision is not working.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.h

    r820 r822  
    11//#---------------------------------------------------------------------------
    2 //# SDWriter.h: ASAP class to write out single dish spectra.
     2//# STWriter.h: ASAP class to write out single dish spectra.
    33//#---------------------------------------------------------------------------
    44//# Copyright (C) 2004
     
    2929//# $Id$
    3030//#---------------------------------------------------------------------------
    31 #ifndef SDWRITER_H
    32 #define SDWRITER_H
     31#ifndef STWRITER_H
     32#define STWRITER_H
    3333
    3434#include <string>
     
    4646namespace asap {
    4747
    48 class SDWriter : public SDLog {
     48class STWriter : public SDLog {
    4949public:
    50   SDWriter(const string &format = "SDFITS");
    51   ~SDWriter();
     50  STWriter(const string &format = "SDFITS");
     51  ~STWriter();
    5252
    5353// Format can be "SDFITS", "FITS", "MS2" or "ASCII"
     
    5858
    5959private:
     60  void polConversion( casa::Matrix<casa::Float>& spec,
     61                      casa::Matrix<casa::Float>& flag,
     62                      casa::Vector<casa::Complex>& xpol,
     63                      const Table& tab);
    6064  std::string     cFormat;
    6165  PKSwriter *cWriter;
Note: See TracChangeset for help on using the changeset viewer.