This class converts and merges NIDS data into an Image. More...
#include "../include/NidsImage.h"
Public Types | |
| enum | Type { RADIAL, RASTOR } |
Public Member Functions | |
| NidsImage (const char *str) | |
| int | init () |
| int | setParam (const char *str) |
| int | setRamp (int cut, int len) |
| int | getRampCut () |
| int | getRampLen () |
| int | setThres (const char *str) |
| int | setClearAirUse (int val) |
| int | getClearAirUse () |
| int | getMode () |
| int | getIndex (float val) |
| int | readSite (Filename &filename) |
| int | addSite (Image &image) |
| int | addSite (Filename &filename, Image &image) |
| int | setImage (Filename &filename, Image &image) |
| int | applyMask (Image &image, Grid &mask) |
| int | print () |
| int | printSite () |
This class converts and merges NIDS data into an Image.
| int NidsImage::init | ( | ) |
Initializes the class
References WXP::Const::MISS.
Converts a single NIDS product to an image
| filename | The NIDS file as input |
| image | The output image |
References WXP::Image::allocData(), WXP::NidsInfo::code, WXP::DateTool::createLabel(), WXP::Image::getDx(), WXP::Filename::getName(), WXP::Image::getPixel(), WXP::NidsInfo::lat, WXP::NidsInfo::lon, WXP::Const::MISS, WXP::NidsInfo::mode, WXP::Wxp::outMessage(), WXP::Wxp::outWarning(), WXP::Const::RDC, WXP::GridPoint::set(), WXP::Point::set(), WXP::EarthPoint::set(), WXP::Image::set(), WXP::Domain::set(), WXP::Image::setPixel(), WXP::Image::tran(), WXP::Domain::tran(), WXP::NidsRun::val, WXP::Point::x, and WXP::Point::y.
1.6.1