Changeset 1188 for trunk/src/STAttr.h


Ignore:
Timestamp:
08/28/06 12:20:39 (18 years ago)
Author:
mar637
Message:

changed feedtype to be string and added detection of feedtype to filler.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STAttr.h

    r1030 r1188  
    3131#ifndef STATTR_H
    3232#define STATTR_H
     33
     34#include <string>
    3335
    3436#include <casa/aips.h>
     
    8890  // Find feed polarization type of feeds. In future this needs to come
    8991  // from the data themselves
    90   FeedPolType feedPolType(Instrument) const;
     92  std::string feedPolType(Instrument) const;
    9193
    9294  // Helper function to check instrument (antenna) name and give enum
Note: See TracChangeset for help on using the changeset viewer.