Changeset 905 for trunk/src/Scantable.h


Ignore:
Timestamp:
03/17/06 17:00:16 (18 years ago)
Author:
mar637
Message:

change default polytype passed as argument to "", to then apply Scantable::poltype if empty.
added poltype to STHeader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r902 r905  
    251251  std::vector<bool> getMask(int whichrow) const;
    252252  std::vector<float> getSpectrum(int whichrow,
    253                                  const std::string& poltype ="linear") const;
     253                                 const std::string& poltype = "" ) const;
    254254
    255255  void setSpectrum(const std::vector<float>& spec, int whichrow);
Note: See TracChangeset for help on using the changeset viewer.