[MINC-development] no version in MINC files

Andrew Janke a.janke at gmail.com
Thu Apr 28 13:11:32 EDT 2011


Hi all,

Anka pointed out to me today that a MINC file doesn't record which
version of MINC made it, this I think is an oversight. I have made a
commit for this here:

   https://github.com/andrewjanke/minc/commit/068cad35947c22fac7566efce8fe5051dbba4eec

This then adds this:

// global attributes:
		:ident = "rotor:spencer:2011.04.29.02.31.26:12935:1" ;
		:minc_version = "2.1.01" ;

which can be accessed as such:

   spencer:minc$ ./mincinfo -attvalue :minc_version out.mnc
   2.1.01

Anyone care to comment?

ta


a


More information about the MINC-development mailing list