Changeset 401 for trunk/src/SDMemTable.h


Ignore:
Timestamp:
02/09/05 22:28:48 (19 years ago)
Author:
kil064
Message:

add rest freq specification by line name
add function spectraLines to list known lines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMemTable.h

    r392 r401  
    120120  virtual casa::Bool setRestFreqs (const casa::Vector<casa::Double>& restFreqs,
    121121                                   const casa::String& unit,
     122                                   const std::vector<std::string>& lines,
    122123                                   const casa::String& source,
    123124                                   casa::Int whichIF=-1);
     125
     126// List lines
     127   void spectralLines() const;
    124128
    125129// Get/Set flux unit
Note: See TracChangeset for help on using the changeset viewer.