Changeset 228
- Timestamp:
- 01/19/05 19:32:15 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDMathWrapper.h
r222 r228 66 66 SDMemTableWrapper bin(const SDMemTableWrapper& in, int width); 67 67 68 // Convert flux68 // Convert brightness between Jy and K 69 69 void convertFluxInSitu(SDMemTableWrapper& in, float area, float eta, bool doAll); 70 70 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); 71 77 72 78 // Average in time
Note:
See TracChangeset
for help on using the changeset viewer.