Changeset 221 for trunk/src/SDMath.h


Ignore:
Timestamp:
01/19/05 17:07:10 (19 years ago)
Author:
kil064
Message:

add function 'convertFlux'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMath.h

    r183 r221  
    6565                                         const casa::Vector<casa::Bool>& mask,
    6666                                         casa::Bool scanAverage, const std::string& weightStr);
     67//                                         casa::Bool alignVelocity);
    6768
    6869// Statistics
     
    7677   SDMemTable* smooth (const SDMemTable& in, const casa::String& kernel,
    7778                       casa::Float width, casa::Bool doAll);
     79
     80// Flux conversion between Jansky and Kelvin
     81   SDMemTable* convertFlux (const SDMemTable& in, casa::Float area,
     82                            casa::Float eta, casa::Bool doAll);
    7883
    7984// Simple mathematical operations.  what=0 (mul) or 1 (add)
Note: See TracChangeset for help on using the changeset viewer.