Teem 1.10.0
src/unrrdu/axdelete.c File Reference
#include "unrrdu.h"
#include "privateUnrrdu.h"
Include dependency graph for axdelete.c:

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 Documentation

#define INFO   "Remove one or more singleton axes from a nrrd"

Function Documentation

int unrrdu_axdeleteMain ( int  argc,
char **  argv,
char *  me,
hestParm hparm 
)
UNRRDU_CMD ( axdelete  ,
INFO   
)

Variable Documentation

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.")