Changeset 262 for trunk/src/SDMath.h


Ignore:
Timestamp:
01/22/05 17:37:42 (19 years ago)
Author:
kil064
Message:

add functiom VelocityAlignment?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r248 r262  
    9494                              const casa::String& method, casa::Bool doAll) const;
    9595
     96// Velocity Alignment
     97   SDMemTable* velocityAlignment (const SDMemTable& in) const;
     98
    9699// Opacity correction
    97100   SDMemTable* opacity (const SDMemTable& in, casa::Float tau, casa::Bool doAll) const;
     
    169172                           casa::Bool doAll, const casa::Vector<casa::Float>& factor) const;
    170173
    171 
    172 
    173174// Read ascii file into a Table
    174175
    175176   casa::Table readAsciiFile (const casa::String& fileName) const;
     177
     178// Generate source table
     179   void generateSourceTable (casa::Vector<casa::String>& srcTab,
     180                             casa::Vector<casa::uInt>& srcIdx,
     181                             casa::Vector<casa::uInt>& firstRow,
     182                             const casa::Vector<casa::String>& srcNames) const;
     183
    176184};
    177185
Note: See TracChangeset for help on using the changeset viewer.