MINCINFO(1) | MINC User's Guide | MINCINFO(1) |
mincinfo - print out specified information about a minc file
mincinfo [<options>] <file> [<file> ...]
mincinfo will print out either a general description of a minc file (type, sign and range of data, plus a brief description of dimensions and their order), or specific information about dimensions, variables or attributes in the file. This program can be very useful for building shell scripts that access minc files.
All information given by mincinfo is presented as read from the file with no transformation. This means that start and step values, for example, are not in the world coordinate system. To display the start values for a file in world coordinates, use voxeltoworld.
Note that options can be specified in abbreviated form (as long as they are unique) and can be given anywhere on the command line. Dimensions, variables and attributes are all specified by name. Attributes are specified by variable:attribute where variable can be omitted to specify global attributes. More than one option can be specified, in which case the return value from each option is printed on a separate line (-image_info prints on many lines) in the order of the options on the command line.
Print out standard information about a minc file.
Print out contents of global history attribute.
Print out step value for x dimension, setting the default value to 1.
Print out the step values for x, y and z, setting the default value to 1.
Print out the names of the dimensions subscripting the image variable.
Peter Neelin
Copyright © 1993 by Peter Neelin
$Date: 2004-05-20 21:52:08 $ |