Changeset 338 for trunk/src/SDReader.h


Ignore:
Timestamp:
01/31/05 20:54:05 (19 years ago)
Author:
kil064
Message:

add brightness unit to constructor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDReader.h

    r332 r338  
    5151public:
    5252  SDReader();
    53   SDReader(const std::string& filename, int whichIF=-1,
    54           int whichBeam=-1);
     53  SDReader(const std::string& filename, const std::string& unit,
     54           int whichIF=-1, int whichBeam=-1);
    5555  SDReader(casa::CountedPtr<SDMemTable> tbl);
    5656  virtual ~SDReader();
    5757
    5858  void open(const std::string& filename,
     59            const std::string& unit,
    5960            int whichIF=-1,
    6061            int whichBeam=-1);
Note: See TracChangeset for help on using the changeset viewer.