#include <iostream>
#include <iomanip>
#include <fstream>
#include <cmath>
#include <cstring>
#include <unistd.h>
#include <cstdlib>
#include <netinet/in.h>
Go to the source code of this file.
Classes | |
struct | commandlineinput |
Defines | |
#define | SWVERSION "v2.3 20-Jan-2004" |
#define | VERBOSE |
Typedefs | |
typedef unsigned char | uchar |
Functions | |
void | shortexpl () |
void | usage (char *programname) |
void | synopsis (char *programname) |
bool | handleinput (int argc, char *argv[], commandlineinput &input) |
template<class Type> void | functie (Type, Type, const commandlineinput &input) |
void | rescale (uchar *OUT, float *IN, const int numin, const float MIN, const float MAX, const float NEWMIN, const float NEWMAX) |
void | rasterheader (unsigned long header[8], const int width, const int height) |
void | makecmap (unsigned char CMAP[3][256], const commandlineinput &input) |
void | makecmapmixed (unsigned char CMAP[3][256], const commandlineinput &input) |
int | main (int argc, char *argv[]) |
Variables | |
const int | FORMATR8 = 108 |
const int | FORMATR4 = 104 |
const int | FORMATI2 = 102 |
const int | FORMATUC1 = 101 |
const int | SUNRASTER = 201 |
const int | ASCII = 999 |
const int | FORMATCUC1 = 1 |
const int | FORMATCC1 = 11 |
const int | FORMATCI2 = 12 |
const int | FORMATCI4 = 14 |
const int | FORMATCR4 = 24 |
const int | FORMATCR8 = 28 |
const int | MAGNITUDE = 51 |
const int | PHASE = 52 |
const int | REALPART = 53 |
const int | IMAGPART = 54 |
const int | NORMAL = 55 |
const int | MIXED = 56 |
const int | NOMIRROR = 1 |
const int | DOMIRROR = -1 |
|
Definition at line 57 of file cpxfiddle.cc. Referenced by handleinput(), initwrite(), and synopsis(). |
|
|
|
Definition at line 61 of file cpxfiddle.cc. |
|
|
|
Definition at line 143 of file cpxfiddle.cc. References FORMATCC1, FORMATCI2, FORMATCI4, FORMATCR4, FORMATCR8, FORMATCUC1, FORMATI2, FORMATR4, FORMATR8, FORMATUC1, functie(), handleinput(), commandlineinput::iformat, synopsis(), and uchar. |
|
Definition at line 955 of file cpxfiddle.cc. References commandlineinput::cmap, commandlineinput::oformat, SUNRASTER, uchar, and commandlineinput::verbose. Referenced by makecmapmixed(). |
|
Definition at line 1392 of file cpxfiddle.cc. References makecmap(), uchar, and commandlineinput::verbose. |
|
Definition at line 933 of file cpxfiddle.cc. |
|
Definition at line 862 of file cpxfiddle.cc. References uchar. |
|
Definition at line 1875 of file cpxfiddle.cc. Referenced by synopsis(). |
|
Definition at line 1895 of file cpxfiddle.cc. References shortexpl(), and SWVERSION. Referenced by handleinput(), and main(). |
|
Definition at line 30 of file bkconvert.cc. |
|
Definition at line 68 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 85 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 71 of file cpxfiddle.cc. Referenced by handleinput(), and main(). |
|
Definition at line 72 of file cpxfiddle.cc. Referenced by azimuthfilter(), checkfiltazi(), checkfiltrange(), checkoversample(), checkresample(), productinfo::fillproductinfo(), handleinput(), main(), OversampleSLC(), preview(), rangefilter(), rangefiltporbits(), slcimage::readdata(), readinput(), resample(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 73 of file cpxfiddle.cc. Referenced by handleinput(), and main(). |
|
|
Definition at line 75 of file cpxfiddle.cc. Referenced by handleinput(), and main(). |
|
Definition at line 70 of file cpxfiddle.cc. Referenced by handleinput(), and main(). |
|
Definition at line 65 of file cpxfiddle.cc. Referenced by checkcomprefdem(), productinfo::fillproductinfo(), handleinput(), main(), radarcodedem(), readinput(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 64 of file cpxfiddle.cc. Referenced by checkcomprefdem(), productinfo::fillproductinfo(), geocode(), handleinput(), main(), preview(), radarcodedem(), readinput(), productinfo::readphase(), snaphu_unwrap(), subtrrefdem(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 63 of file cpxfiddle.cc. Referenced by checkcomprefdem(), productinfo::fillproductinfo(), handleinput(), main(), radarcodedem(), readinput(), slcimage::updateslcimage(), and slcimage::updateslcimageML(). |
|
Definition at line 66 of file cpxfiddle.cc. Referenced by handleinput(), and main(). |
|
Definition at line 80 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 77 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 82 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 84 of file cpxfiddle.cc. Referenced by functie(), and handleinput(). |
|
Definition at line 81 of file cpxfiddle.cc. Referenced by functie(), and handleinput(). |
|
Definition at line 78 of file cpxfiddle.cc. Referenced by handleinput(), slant2hschwabisch(), and unwraptreeframon(). |
|
Definition at line 79 of file cpxfiddle.cc. Referenced by handleinput(). |
|
Definition at line 67 of file cpxfiddle.cc. Referenced by handleinput(), and makecmap(). |