#include "unrrdu.h"#include "privateUnrrdu.h"

Defines | |
| #define | INFO "Remove one or more singleton axes from a nrrd" |
Functions | |
| int | unrrdu_axdeleteMain (int argc, char **argv, char *me, hestParm *hparm) |
| UNRRDU_CMD (axdelete, INFO) | |
Variables | |
| char * | _unrrdu_axdeleteInfoL |
| #define INFO "Remove one or more singleton axes from a nrrd" |
| int unrrdu_axdeleteMain | ( | int | argc, | |
| char ** | argv, | |||
| char * | me, | |||
| hestParm * | hparm | |||
| ) |
| UNRRDU_CMD | ( | axdelete | , | |
| INFO | ||||
| ) |
| char* _unrrdu_axdeleteInfoL |
Initial value:
(INFO ". Singleton axes have only a single sample along them. " "The underlying linear ordering of the samples is " "unchanged, and the information about the other axes is " "shifted downwards as needed. As a total hack, if you give " "-1 as the axis, this will do a matlab-style \"squeeze\", in which " "any and all singleton axes are removed.")
1.5.6