This class has tools used in processing satellite data. More...
#include "../include/SatTool.h"
Static Public Member Functions | |
| static float | toIRTemp (int ind, float a, float b) |
| static int | toIRInd (float temp, float a, float b) |
| static float | toIRTemp (int ind, float a, float b, float c) |
| static int | toIRInd (float temp, float a, float b, float c) |
| static float | toIRG7Temp (int ind) |
| static int | toIRG7Ind (float temp) |
| static float | toIRGITemp (int ind) |
| static int | toIRGIInd (float temp) |
| static float | toIRMTTemp (int ind) |
| static int | toIRMTInd (float temp) |
| static int | addCalibration (Image &image, const char *calib) |
This class has tools used in processing satellite data.
| int SatTool::toIRG7Ind | ( | float | temp | ) | [static] |
Converts standard temperature to GOES7 IR index
| temp | Temperature in C |
| float SatTool::toIRG7Temp | ( | int | ind | ) | [static] |
Converts standard GOES7 IR index to temperature value
| ind | Index |
Referenced by WXP::AreaFile::readData(), and WXP::GiniFile::readHeader().
| int SatTool::toIRGIInd | ( | float | temp | ) | [static] |
Converts standard temperature to GOES I-M IR index
| temp | Temperature in C |
References WXP::Convert::CtoK().
| float SatTool::toIRGITemp | ( | int | ind | ) | [static] |
Converts standard 8 bit GOES I-M IR index to temperature value
| ind | Index |
References WXP::Convert::KtoC().
| int SatTool::toIRMTInd | ( | float | temp | ) | [static] |
Converts standard temperature to MTSAT IR index
| temp | Temperature in C |
References WXP::Convert::CtoK().
| float SatTool::toIRMTTemp | ( | int | ind | ) | [static] |
Converts standard 8 bit MTSAT IR index to temperature value
| ind | Index |
References WXP::Convert::KtoC().
1.6.1