WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
WXP::SatTool Class Reference

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)
 

Detailed Description

This class has tools used in processing satellite data.

Author
Dan Vietor

Member Function Documentation

◆ toIRG7Ind()

int SatTool::toIRG7Ind ( float  temp)
static

Converts standard temperature to GOES7 IR index

Parameters
tempTemperature in C
Returns
IR index

◆ toIRG7Temp()

float SatTool::toIRG7Temp ( int  ind)
static

Converts standard GOES7 IR index to temperature value

Parameters
indIndex
Returns
IR temperature in C

Referenced by WXP::AreaFile::readData(), and WXP::GiniFile::readHeader().

◆ toIRGIInd()

int SatTool::toIRGIInd ( float  temp)
static

Converts standard temperature to GOES I-M IR index

Parameters
tempTemperature in C
Returns
IR index

References WXP::Convert::CtoK().

◆ toIRGITemp()

float SatTool::toIRGITemp ( int  ind)
static

Converts standard 8 bit GOES I-M IR index to temperature value

Parameters
indIndex
Returns
IR temperature in C

References WXP::Convert::KtoC().

◆ toIRMTInd()

int SatTool::toIRMTInd ( float  temp)
static

Converts standard temperature to MTSAT IR index

Parameters
tempTemperature in C
Returns
IR index

References WXP::Convert::CtoK().

◆ toIRMTTemp()

float SatTool::toIRMTTemp ( int  ind)
static

Converts standard 8 bit MTSAT IR index to temperature value

Parameters
indIndex
Returns
IR temperature in C

References WXP::Convert::KtoC().


The documentation for this class was generated from the following files: