WXP::SatTool Class Reference

This class has tools used in processing satellite data. More...

#include "../include/SatTool.h"

List of all members.

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

int SatTool::toIRG7Ind ( float  temp  )  [static]

Converts standard temperature to GOES7 IR index

Parameters:
temp Temperature in C
Returns:
IR index
float SatTool::toIRG7Temp ( int  ind  )  [static]

Converts standard GOES7 IR index to temperature value

Parameters:
ind Index
Returns:
IR temperature in C

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

int SatTool::toIRGIInd ( float  temp  )  [static]

Converts standard temperature to GOES I-M IR index

Parameters:
temp Temperature in C
Returns:
IR index

References WXP::Convert::CtoK().

float SatTool::toIRGITemp ( int  ind  )  [static]

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

Parameters:
ind Index
Returns:
IR temperature in C

References WXP::Convert::KtoC().

int SatTool::toIRMTInd ( float  temp  )  [static]

Converts standard temperature to MTSAT IR index

Parameters:
temp Temperature in C
Returns:
IR index

References WXP::Convert::CtoK().

float SatTool::toIRMTTemp ( int  ind  )  [static]

Converts standard 8 bit MTSAT IR index to temperature value

Parameters:
ind Index
Returns:
IR temperature in C

References WXP::Convert::KtoC().


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

Generated on 8 Jan 2010 for WXP C++ Library by  doxygen 1.6.1