Observation
|
#include "LUT.hh"
#include "Data_Block.hh"
#include "PVL.hh"
#include "Utility/Exception.hh"
#include <istream>
#include <ostream>
#include <sstream>
#include <iomanip>
#include <string>
#include <stdexcept>
Namespaces | |
namespace | UA |
University of Arizona. | |
namespace | UA::HiRISE |
High Resolution Imaging Science Experiment. | |
Defines | |
#define | LUT_BYTES 16384 |
#define | LUT_DEFAULT_PUKOOL_OFFSET 0.5 |
#define | LUT_PRINT_GROUPS_WIDTH 8 |
Functions | |
Pixel_type * | pukool_table (const idaeim::PVL::Value &conversion_table, Pixel_type *maping_table, double offset_percentage=LUT::DEFAULT_PUKOOL_OFFSET) |
Generates a reverse lookup (pukool) table from a LUT PVL_PDS LOOKUP_CONVERSION_TABLE Parameter Value. |
#define LUT_BYTES 16384 |
#define LUT_DEFAULT_PUKOOL_OFFSET 0.5 |
#define LUT_PRINT_GROUPS_WIDTH 8 |