[MINC-users] minc2dicom ?

Alex ZIJDENBOS alex at bic.mni.mcgill.ca
Thu Oct 19 16:37:04 EDT 2006


You may also want to take a look at MIPAV (http://mipav.cit.nih.gov/)
which is able to read MINC and write DICOM. Relating to a specific
project, we have recently been helping them to improve their MINC to
DICOM conversion, but I am not sure if/when those modifications will
make it into an official release. As it is it may work for you - YMMV.

-- Alex

On Thu, Oct 19, 2006 at 10:36:38AM -0400, Andrew Janke wrote:
> > I'm stuck with some image conversion problems. I need to convert minc
> > into the vista format. I can convert dicom to vista, but I'm not sure if
> > there is a tool for converting minc into dicom.
> > Maybe I'll have to write some minc2vista code, but I really hope I don't.
> > Any suggestions?
> 
> Conversion to DICOM is somethat that I myself never plan to support or
> even implement.  The main reason being that there is (paradoxically)
> no DICOM standard for the sort of thing we do.
> 
> However my suggestion would be something like this:
> 
>    for i in `seq 0 <nslices>`;
>    do
> 
>       mincpik infile.mnc tmp.png;
>       dicom2 tmp.png  out_$i.dcm;
>    done
> 
> I dont have the syntax for dicom2 right but you can get it from here:
> 
>    http://www.barre.nom.fr/medical/dicom2/
> 
> 
> -- 
> Andrew Janke   (a.janke at gmail.com || http://a.janke.googlepages.com/)
> Canada->Montreal                                   Cell: +1 (514) 924 2012
> _______________________________________________
> MINC-users at bic.mni.mcgill.ca
> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users


More information about the MINC-users mailing list