#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Connect slices and/or slabs into a bigger nrrd" |
Functions | |
int | unrrdu_joinMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (join, INFO) | |
Variables | |
char * | _unrrdu_joinInfoL |
#define INFO "Connect slices and/or slabs into a bigger nrrd" |
UNRRDU_CMD | ( | join | , | |
INFO | ||||
) |
int unrrdu_joinMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_joinInfoL |
Initial value:
(INFO ". Can stich images into volumes, or tile images side " "by side, or attach images onto volumes. If there are many many " "files to name in the \"-i\" option, and using wildcards won't work, " "consider putting the list of " "filenames into a seperate text file (e.g. \"slices.txt\"), and then " "name this file as a response file (e.g. \"-i @slices.txt\"). " "This command now allows you to set the same pieces of information that " "previously had to be set with \"unu axinfo\": label, spacing, and min/max. " "These can be use whether the join axis is new (because of \"-incr\") or not.")