| | |
float clip=FLT_EPSILON | clip for fold normalization
|
string fold= | output file for fold (optional) (auxiliary output file name)
|
int interp=1 [0,1,2] | interpolation method;
0: median, 1: nearest neighbor, 2: bi-linear,
|
bool norm=y [y/n] | if normalize
|
int nx=(int) (xmax - xmin + 1.) | Number of bins in x
|
int ny=(int) (ymax - ymin + 1.) | Number of bins in y
|
int xkey= | x key number (if no xk), default is fldr
|
float y0=ymin | grid origin
|
int ykey= | y key number (if no yk), default is tracf
|
float ymin= | Grid dimensions
|
|