Changeset 228


Ignore:
Timestamp:
01/19/05 19:32:15 (19 years ago)
Author:
kil064
Message:

add gain-elevation correction functionmality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDMathWrapper.h

    r222 r228  
    6666  SDMemTableWrapper bin(const SDMemTableWrapper& in, int width);
    6767
    68 // Convert flux
     68// Convert brightness between Jy and K
    6969  void convertFluxInSitu(SDMemTableWrapper& in, float area, float eta, bool doAll);
    7070  SDMemTableWrapper convertFlux(const SDMemTableWrapper& in, float area, float eta, bool doAll);
     71
     72// Apply gain elevation correction
     73  void gainElevationInSitu (SDMemTableWrapper& in, const std::string& fileName,
     74                            const std::string& method, bool doAll);
     75  SDMemTableWrapper gainElevation(const SDMemTableWrapper& in, const std::string& fileName,
     76                                  const std::string& method, bool doAll);
    7177
    7278// Average in time
Note: See TracChangeset for help on using the changeset viewer.