#include "unrrdu.h"
#include "privateUnrrdu.h"
Defines | |
#define | INFO "Print data segment of a nrrd file" |
Functions | |
int | unrrdu_dataMain (int argc, char **argv, char *me, hestParm *hparm) |
UNRRDU_CMD (data, INFO) | |
Variables | |
char * | _unrrdu_dataInfoL |
#define INFO "Print data segment of a nrrd file" |
UNRRDU_CMD | ( | data | , | |
INFO | ||||
) |
int unrrdu_dataMain | ( | int | argc, | |
char ** | argv, | |||
char * | me, | |||
hestParm * | hparm | |||
) |
char* _unrrdu_dataInfoL |
Initial value:
(INFO ". The value of this is to pass the data segment in isolation to a " "stand-alone decoder, in case this Teem build lacks an optional " "data encoding required for a given nrrd file. Caveats: " "Will start copying " "characters from the datafile until EOF is hit, so this won't work " "correctly if the datafile has extraneous content at the end. Will " "skip lines (as per \"line skip:\" header field) if needed, but can only " "skip bytes (as per \"byte skip:\") if the encoding is NOT a compression. " "\n \n " "To make vol.raw contain the uncompressed data from vol.nrrd " "which uses \"gz\" encoding: \"unu data vol.nrrd | gunzip > vol.raw\"")