USGS

Isis 3.0 Application Source Code Reference

Home

hirdrgen.cpp File Reference

Go to the source code of this file.

Functions

void writeJP2Image (Buffer &in)
void IsisMain ()

Variables

double * g_min
double * g_max
PixelType oType
char ** jp2buf
JP2Encoder * JP2_encoder
int jp2ns
int jp2nb
int jp2band

Function Documentation

void writeJP2Image ( Buffer &  in  ) 

Definition at line 526 of file hirdrgen.cpp.

void IsisMain (  ) 

Calculate the SCALING_FACTOR and OFFSET keywords Set these so the unsigned 16bit PDS disk values can be converted back to the correct values Isis had These keywords are used to map stored/disk values to the correct values so, the input(x axis) values are the unsigned Xbit values from the PDS file

Definition at line 33 of file hirdrgen.cpp.


Variable Documentation

double* g_min

Definition at line 22 of file hirdrgen.cpp.

double * g_max

Definition at line 22 of file hirdrgen.cpp.

PixelType oType

Definition at line 24 of file hirdrgen.cpp.

char** jp2buf

Definition at line 25 of file hirdrgen.cpp.

JP2Encoder* JP2_encoder

Definition at line 26 of file hirdrgen.cpp.

int jp2ns

Definition at line 27 of file hirdrgen.cpp.

int jp2nb

Definition at line 28 of file hirdrgen.cpp.

int jp2band

Definition at line 29 of file hirdrgen.cpp.