MINC_MODIFY_HEADER(1) | MINC User's Guide | MINC_MODIFY_HEADER(1) |
minc_modify_header - modify the attributes in the header of a minc file
minc_modify_header [<options>] <file>.mnc
Minc_modify_header allows the modification, insertion or deletion of attributes in a minc file. If possible, the file is modified in place, without copying the data. This will happen when inserting (modifying) an attribute that already exists and that ends up being the same length or shorter in the new file. If an attribute is deleted or lengthened, then a complete copy of the data is made, resulting in a completely new file that replaces the original.
If the file is compressed, then it is first decompressed into a file whose name is either the same as that of the original file up to the ".mnc" extension or the same minus the compression extension (".bz", ".bz2", ".gz", ".Z", ".z" or ".zip"). The new file will not be re-compressed.
Care is taken to completely overwrite any existing attribute when inserting a new attribute so that information is guaranteed to be removed from the file.
Note that options can be specified in abbreviated form (as long as they are unique) and can be given anywhere on the command line.
To replace the patient name with an identifier string:
To delete the patient name completely (forcing a copy of all data):
To hide the patient name without copying data, assuming that we know that the attribute exists (the attribute will remain in the file, but it will be empty):
Peter Neelin
Copyright © 1995 by Peter Neelin
$Date: 2004-05-25 21:33:11 $ |