Changeset 230 for trunk/src/SDMath.h


Ignore:
Timestamp:
01/20/05 12:56:46 (19 years ago)
Author:
kil064
Message:

use new MemomryTable? version of readAsciiTable
Restucture correction from table more generically
for reuse with opacity corrections in the future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r227 r230  
    143143   void convertInterpString(casa::Int& type, const casa::String& interp) const;
    144144
    145 // Read ascii file
     145
     146// Correct data from an ascii Table
     147   SDMemTable* correctFromAsciiTable(SDMemTable* pTabOut, const SDMemTable& in,
     148                                     const casa::String& fileName,
     149                                     const casa::String& col0, const casa::String& col1,
     150                                     const casa::String& methodStr, casa::Bool doAll,
     151                                     const casa::Vector<casa::Float>& xOut);
     152
     153// Correct data from a Table
     154   SDMemTable* correctFromTable(SDMemTable* pTabOut, const SDMemTable& in, const casa::Table& tTable,
     155                                const casa::String& col0, const casa::String& col1,
     156                                const casa::String& methodStr, casa::Bool doAll,
     157                                const casa::Vector<casa::Float>& xOut);
     158
     159// Read ascii file into a Table
    146160
    147161   casa::Table readAsciiFile (const casa::String& fileName) const;
Note: See TracChangeset for help on using the changeset viewer.