#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Map nrrd through a univariate substitution table" |
Functions | |
int | unrrdu_substMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (subst, INFO) | |
Variables | |
char * | _unrrdu_substInfoL |
#define INFO "Map nrrd through a univariate substitution table" |
UNRRDU_CMD | ( | subst | , | |
INFO | ||||
) |
int unrrdu_substMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_substInfoL |
Initial value:
(INFO " (itself represented as a nrrd). The substitution table " "is a 2-by-N table: a list of pairs giving the old value (to replace) " "and the the new value (to change to), in that order. A plain text file " "makes this easy. Unlike with \"unu lut\", \"unu rmap\", and \"unu imap\", " "the output type is the same as the input type, rather than the type of " "the lut or map. ")