[MINC-users] minc2dicom ?

Alexandre CARMEL-VEILLEUX acveilleux at mrs.mni.mcgill.ca
Thu Oct 19 11:29:59 EDT 2006


On Thu, Oct 19, 2006 at 10:36:38AM -0400, Andrew Janke wrote:
> 
>    for i in `seq 0 <nslices>`;
>    do
> 
>       mincpik infile.mnc tmp.png;
>       dicom2 tmp.png  out_$i.dcm;
>    done

	This has the benefit of shredding any last bit of identifiable
information for each slice so you'll probably want to also go through
the process of including all the DICOM group/element pairs so that the
DICOM files can actually be reassembled into something vaguely like
the original MINC file.

Alex


More information about the MINC-users mailing list