[MINC-users] mincconcat error

Audette, Michel Michel.Audette at medizin.uni-leipzig.de
Thu Oct 16 04:46:42 EDT 2008


Hi Claude, 

as you suggested, I played around with the files.tmp file, to ascertain the effect of deleting some entries, and it does turn out that mincconcat is sensitive to the number of entries. With 1000 mnc files 

full_gray/0999.mnc
...
full_gray/0001.mnc
full_gray/0000.mnc


I get: 

maudette at icaw164059:/data/KoreanVisible> mincconcat -clobber -filetype -filelist files.tmp -concat_dimension zspace -sequential full.mnc
Processing:.. 
...(skipping...)
..Done

With slightly more than that...
full_gray/1328.mnc
full_gray/1327.mnc
...
full_gray/0001.mnc
full_gray/0000.mnc

I hit a size limit somewhere: 

maudette at icaw164059:/data/KoreanVisible> mincconcat -clobber -filetype -filelist files.tmp -concat_dimension zspace -sequential full.mnc
Processing:.mincconcat: ncx.c:1716: ncx_put_size_t: Assertion `*ulp <= 4294967295U' failed.
Aborted

I should emphasize that I am working with 64-bit Suse 10 Linux. 

Cheers, 

Michel

-----Original Message-----
From: minc-users-bounces at bic.mni.mcgill.ca on behalf of Claude LEPAGE
Sent: Wed 10/15/2008 5:53 PM
To: MINC users mailing list
Subject: Re: [MINC-users] mincconcat error
 
Hi Michel,

I'm using mincconcat for 7400 slices and it works. In minc2, of course.
Here is my command:

mincconcat -clobber -filetype -filelist files.tmp -concat_dimension yspace -sequential full.mnc

You may need to change the concat_dimension (may not be yspace for you). 
You should also disable internal file compression if concatenation is too
slow (setenv MINC_COMPRESS 0).

Try this and let me know. It could also be some bug.

Claude


> I'm trying to use mincconcat with a large number of tissue slice, =
> high-res minc files, and getting the following error.=20
> 
> mincconcat -clobber -filelist files.tmp -sequential korean_full_gray.mnc
> Processing:.mincconcat: ncx.c:1716: ncx_put_size_t: Assertion `*ulp <=3D =
> 4294967295U' failed.
> Aborted
> 
> The directory represented by files.tmp is as follows:=20
> 
> -rwxr-xr-x  1 maudette users 3474264 2007-10-26 18:48 full_gray/0000.mnc
> -rwxr-xr-x  1 maudette users 3474264 2007-10-26 18:48 full_gray/0001.mnc
> ...
> -rwxr-xr-x  1 maudette users 3474264 2007-10-26 20:38 full_gray/1327.mnc
> -rwxr-xr-x  1 maudette users 3474264 2007-10-26 20:38 full_gray/1328.mnc
> 
> Can anyone suggest a course of action?=20
> 
> Best wishes,=20
> 
> Michel
_______________________________________________
MINC-users at bic.mni.mcgill.ca
http://www2.bic.mni.mcgill.ca/mailman/listinfo/minc-users




More information about the MINC-users mailing list