From minc-users@bic.mni.mcgill.ca Mon Mar 1 19:31:06 2004 From: minc-users@bic.mni.mcgill.ca (John G. Sled) Date: Mon Mar 1 19:31:06 2004 Subject: [MINC-users] nu_estimate missing files In-Reply-To: <1077490281.403932692c1b3@mail.umich.edu> References: <1077490281.403932692c1b3@mail.umich.edu> Message-ID: <20040226155232.GB1451@sickkids.ca> Dear Maytham, class_statistics and estimate are old programs that are no longer needed by N3. nu_estimate shouldn't ask for them unless it's given some undocumented options. Do you have the most recent version of N3? The latest is N3-1.07, although I understand that 1.08 is due out shortly. with regards, John On Sun, Feb 22, 2004 at 05:51:21PM -0500, haytham@umich.edu wrote: > When I run nu_estimate in.mnc in_field.imp , i get the following error > > nu_estimate_np_and_em: couldn't find program "class_statistics" > nu_estimate_np_and_em: couldn't find program "estimate" > > I dot have these files installed nor do I know where to find them. Any ideas? > > Thanks, > > Haytham > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > From minc-users@bic.mni.mcgill.ca Mon Mar 1 19:31:35 2004 From: minc-users@bic.mni.mcgill.ca (Deepa H. Shroff) Date: Mon Mar 1 19:31:35 2004 Subject: [MINC-users] Reading MINC Files in SPM Message-ID: Hello: I am using MINC API in my C code to generate a 3D image file. The data is of type 'double' and size of image data is 64*64*16. When i try to read the .mnc file in SPM it gives me an error. I dont know whether SPM cant read MINC files or there is something wrong with the way i have generated the MINC files. I am attaching my code with this email. Any feedback will be very helpful. Thanks a lot. Deepa ============================= C Code to generate MINC file. ----------------------------------------- /* create minc file */ sprintf(buffer, "./files/f_t%d.mnc",i); int fileid; fileid = nccreate(buffer, NC_CLOBBER); /* create image dimensions */ int image_dims = 3; // X, Y, Z int XSIZE = valResolution; //64 int YSIZE = valResolution; //64 int ZSIZE = valSlices; //16 /* create dimension variable */ int dim[MAX_VAR_DIMS]; dim[2] = ncdimdef(fileid, MIxspace, XSIZE); dim[1] = ncdimdef(fileid, MIyspace, YSIZE); dim[0] = ncdimdef(fileid, MIzspace, ZSIZE); /* define image varibale */ int imgid; imgid = ncvardef(fileid, MIimage, NC_DOUBLE, image_dims, dim); /* define max and min for image */ int maxid; int minid; maxid = ncvardef(fileid, MIimagemax, NC_DOUBLE, 0, NULL); minid = ncvardef(fileid, MIimagemin, NC_DOUBLE, 0, NULL); /* end definition mode */ ncendef(fileid); /* writing image max and min */ ncvarput1(fileid, maxid, NULL, &max); ncvarput1(fileid, minid, NULL, &min); long count[MAX_VAR_DIMS]; long start[MAX_VAR_DIMS]; /* last dimension varies fastest. in our data set, X changes fastest, followed by Y and then Z */ count[2] = XSIZE; count[1] = YSIZE; count[0] = ZSIZE; start[2] = 0; start[1] = 0; start[0] = 0; // vetcor funtionalSlicesArr has image data vector temp(length); int bn = i * length; int en = bn + length; temp.insert(temp.begin(),functionalSlicesArr.begin()+bn, functionalSlicesArr.begin() + en); double imageArr[length]; for(int i=0; i < length; i++) imageArr[i] = temp[i]; ncvarput(fileid, imgid, start, count, imageArr); ncclose(fileid); ============================ From minc-users@bic.mni.mcgill.ca Tue Mar 2 00:16:05 2004 From: minc-users@bic.mni.mcgill.ca (Andrew Janke) Date: Tue Mar 2 00:16:05 2004 Subject: [MINC-users] Reading MINC Files in SPM In-Reply-To: References: Message-ID: On Mon, 1 Mar 2004, Deepa H. Shroff wrote: > I am using MINC API in my C code to generate a 3D image file. > The data is of type 'double' and size of image data is 64*64*16. > > When i try to read the .mnc file in SPM it gives me an error. > I dont know whether SPM cant read MINC files or there is something > wrong with the way i have generated the MINC files. I'm afraid I can't help you much with SPM as the MINC support in it does not use the MINC API. However if you have a file you know that SPM works with we should be able to make a file that closely approximates this. > I am attaching my code with this email. Any feedback will be very > helpful. What do mincinfo and mincstats return from your newly created file? -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 From minc-users@bic.mni.mcgill.ca Tue Mar 2 05:38:05 2004 From: minc-users@bic.mni.mcgill.ca (Gibby Koldenhof) Date: Tue Mar 2 05:38:05 2004 Subject: [MINC-users] minc1.0 and 1.2 available for windows (win32) Message-ID: <0a5601c40041$c5c85010$0affc30a@quark> Hi, I've been porting the minc tool chain and additional programs (Display, register, etc) to win32 the last couple of years. Although up until some time ago they could be downloaded from the MNI site they can now be found at: http://sourceforge.net/projects/mni-minc-win32/ The minc 1.0 toolchains + programs is up to build 3.1 and stabelized, the minc 1.2 toolchain is fresh and avalable as the first (1.0) build. All come in handy user friendly win32 installer packages. If you are interested in older builds contact me. Oh yeah, source is of course included. Cheers, Gibby Koldenhof From minc-users@bic.mni.mcgill.ca Wed Mar 3 16:00:05 2004 From: minc-users@bic.mni.mcgill.ca (Andre MATOS) Date: Wed Mar 3 16:00:05 2004 Subject: [MINC-users] Register Problem with Mac OS X Message-ID: Hi List, I am running the latest minc package for the Mac OS X 10.3.2, so when I run register, if I don't click on the title bar while the register is loading the images, it freezes. It freezes also when after loaded the images and I want to load a different image. Does anyone have the same problem? Is there any way to go around this? Thanks. Andre -- Andre Matos amatos@mrs.mni.mcgill.ca From minc-users@bic.mni.mcgill.ca Wed Mar 3 16:24:04 2004 From: minc-users@bic.mni.mcgill.ca (Reza ADALAT) Date: Wed Mar 3 16:24:04 2004 Subject: [MINC-users] Register Problem with Mac OS X In-Reply-To: Message-ID: Hi Andre, This is a known bug and the work_around is exactly what you do! Jason is aware of it and here is his posting regarding the latest binary distributions for OSX 10.3: rz >> >>> On Wednesday, January 28, 2004, at 01:34 PM, Jason Lerch wrote: >>> >>>> Greetings all and apologies for cross-posting, >>>> >>>> I've just uploaded a new release of the OS 10.3 binaries to our >>>> web-site: >>>> >>>> http://www.bic.mni.mcgill.ca/software/distribution/osx.html >>>> >>>> The package should solve most outstanding issues, such as the >>>> broken N3, the lack of support for gzipped files, etc. The Register >>>> problem is still unresolved, though a workaround has been posted. >>>> >>>> The new package contains the following: >>>> >>>> This binary distribution contains the following packages: >>>> NetCDF 3.5.0 >>>> MINC 1.3 from CVS >>>> BICPL 1.4.0-1 >>>> Register 1.3.4 >>>> Display 1.3.8 >>>> Conglomerate 1.3 from CVS with some still uncommitted patches >>>> mni_autoreg 0.98k >>>> mni_perllib 0.07 >>>> Getopt-Tabular 0.3 >>>> mni_autoreg_model 1.03 >>>> ray_trace 1.0 >>>> EBTKS from CVS with still uncommitted patches >>>> classify from CVS >>>> N3 1.0.6 with ugly compile time hacks >>>> mincmorph 1.1 >>>> mincblob 1.1 >>>> cortical_surface 1.0 from CVS >>>> ana2mnc from CVS >>>> >>>> Please let me know of any issues that might arise. The ReadMe file >>>> should contain all the instructions necessary for using this >>>> distribution. >>>> >>>> Cheers, >>>> >>>> Jason On Wed, 3 Mar 2004, Andre MATOS wrote: > Hi List, > > I am running the latest minc package for the Mac OS X 10.3.2, so when I > run register, if I don't click on the title bar while the register is > loading the images, it freezes. It freezes also when after loaded the > images and I want to load a different image. > > Does anyone have the same problem? Is there any way to go around this? > > Thanks. > > Andre > > -- > Andre Matos > amatos@mrs.mni.mcgill.ca > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From minc-users@bic.mni.mcgill.ca Sun Mar 7 18:00:04 2004 From: minc-users@bic.mni.mcgill.ca (Jeff ATKINSON) Date: Sun Mar 7 18:00:04 2004 Subject: [MINC-users] emma on OS X Message-ID: I need some help compiling emma for MAC OS 10.3.2 with MATLAB 6.5.1. Preliminary attempts have resulted in multiple errors in mexutils.c and mexutils.h. I can send the whole error output and my Makefile.macosx and Makefile.site in that will help. Jeff Atkinson From tomas.kasparek@email.cz Mon Mar 8 13:32:04 2004 From: tomas.kasparek@email.cz (tomas.kasparek@email.cz) Date: Mon Mar 8 13:32:04 2004 Subject: [MINC-users] histogram and tissue classification Message-ID: <404CBBF6.000001.29922@db1.email.atc> Hi, I`ve just started to use Display - is there any other way to get histogram of MRI to compute for segmentation tresholding than "recompute histogram" in SliceWiew? Or how to get data from that histogram to compute for excluding CSF? Thank you Tomas Kasparek ________________________________________________________________________________ OBCHODNÍ-DŮM.cz: domácí spotřebiče a elektronika za nízké ceny, s pohodlnou dopravou aľ do domu, klidně i večer. Objednávky i telefonicky. www.OBCHODNI-DUM.cz From minc-users@bic.mni.mcgill.ca Mon Mar 8 14:19:04 2004 From: minc-users@bic.mni.mcgill.ca (Nugent, Allison C. (NIH/NIMH)) Date: Mon Mar 8 14:19:04 2004 Subject: [MINC-users] N3-1.07?? Message-ID: <5F9DE1C25708B04EAD634A1AE3D9113001E521A8@nihexchange20.nih.gov> This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------_=_NextPart_001_01C40541.CE0E8637 Content-Type: text/plain Hi, I've been using N3 version 1.05. Most links on the MNI webpage point to 1.05 as the current release, but one page, http://www.bic.mni.mcgill.ca/software/distribution/ , points to 1.07. In the tar file for 1.07, there wasn't a clear explanation of what was different between 1.05 and 1.07. What are the advantages of 1.07? Is it truly the current version? Which should I use? Thanks! Allison Allison Nugent, PhD MRI Physicist MADP; NIMH; NIH (301)451-8863 ------_=_NextPart_001_01C40541.CE0E8637 Content-Type: text/html

Hi,

            I've been using N3 version 1.05.  Most links on the MNI webpage point to 1.05 as the current release, but one page, http://www.bic.mni.mcgill.ca/software/distribution/, points to 1.07.  In the tar file for 1.07, there wasn't a clear explanation of what was different between 1.05 and 1.07.  What are the advantages of 1.07?  Is it truly the current version?  Which should I use?

 

Thanks!

Allison

 

Allison Nugent, PhD

MRI Physicist

MADP; NIMH; NIH

(301)451-8863

 

------_=_NextPart_001_01C40541.CE0E8637-- From minc-users@bic.mni.mcgill.ca Mon Mar 8 15:15:04 2004 From: minc-users@bic.mni.mcgill.ca (Jon Erik Ween) Date: Mon Mar 8 15:15:04 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: <404CBBF6.000001.29922@db1.email.atc> Message-ID: <8D2BC25D-713C-11D8-8386-000A958920AA@som.llu.edu> --Apple-Mail-15--462342622 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Great question. Also, is there a way to compute a histogram for an ROI only? Jon Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-15--462342622 Content-Disposition: inline; filename=ADIlogoFinalSmall.jpg Content-Transfer-Encoding: base64 Content-Type: image/jpeg; x-unix-mode=0644; name="ADIlogoFinalSmall.jpg" /9j/4AAQSkZJRgABAQEASABIAAD//gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/9sAQwBQNzxGPDJQ RkFGWlVQX3jIgnhubnj1r7mRyP////////////////////////////////////////////////// /9sAQwFVWlp4aXjrgoLr//////////////////////////////////////////////////////// /////////////////8AAEQgAQgAyAwEiAAIRAQMRAf/EABgAAQADAQAAAAAAAAAAAAAAAAABAgME /8QAJBAAAgICAgICAgMAAAAAAAAAAAECEQMhEjFBURNxIjJhgZH/xAAVAQEBAAAAAAAAAAAAAAAA AAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AO0Aq5AYU5Tk7d34Rp8v GuUXXspklGLttJlFk5WlUkCHUmmrXRJTHqKXRcAAAM5St96KZMnCPv8AgnyZ5Vc0gMGm25PbCW/R o4tLqwkkuiqthnJS4ydp9HUmcmPeXSN5ycXGiI1BFgCjjTMskZdpW7s6Ssot9Ac0Zq2348hrm6VJ eWaTjCSpx2yPjVa1QsWxRSVomUfyi1sm2oJxX9FoPkrapgKYLAAAAOZNLJJO+V+zT43Jbbr7M6Tn K+79l3kcEnSa+wa0cajSKwaTovGSlFNdMwvb09AdAIXQAkAAY5Eua0XjFcVpf4AEMX6IR/V/YAUX QAA//9k= --Apple-Mail-15--462342622 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; delsp=yes; charset=ISO-8859-2; format=flowed On Monday, March 8, 2004, at 10:31 AM, wrote: > Hi, > I`ve just started to use Display - is there any other way to get =20 > histogram of MRI to compute for segmentation tresholding than =20 > "recompute histogram" in SliceWiew? Or how to get data from that =20 > histogram to compute for excluding CSF? > Thank you > Tomas Kasparek > > = _______________________________________________________________________=20= > _________ > OBCHODN=CD-D=D9M.cz: dom=E1c=ED spot=F8ebi=E8e a elektronika za n=EDzk=E9= ceny, s =20 > pohodlnou dopravou a=BE do domu, klidn=EC i ve=E8er. Objedn=E1vky i =20= > telefonicky. > www.OBCHODNI-DUM.cz > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > --Apple-Mail-15--462342622-- From minc-users@bic.mni.mcgill.ca Mon Mar 8 15:28:05 2004 From: minc-users@bic.mni.mcgill.ca (Jason Lerch) Date: Mon Mar 8 15:28:05 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: <8D2BC25D-713C-11D8-8386-000A958920AA@som.llu.edu> References: <8D2BC25D-713C-11D8-8386-000A958920AA@som.llu.edu> Message-ID: <0B833DE4-713F-11D8-ABB0-000A95DBBFD8@bic.mni.mcgill.ca> Yup. Open Display, paint the area you are interested in. Go to "slice view" (S from top menu). Select H or "Histogram of Label" and the histogram will be shown next to the colour bar. Cheers, Jason On Mar 8, 2004, at 3:09 PM, Jon Erik Ween wrote: > Great question. Also, is there a way to compute a histogram for an ROI > only? > > Jon > > > Jon Erik Ween, MD, MS > Assistant Professor > Cognitive and Cerebrovascular Neurology > Director, Stroke Program > Loma Linda University > > > > On Monday, March 8, 2004, at 10:31 AM, wrote: > >> Hi, >> I`ve just started to use Display - is there any other way to get >> histogram of MRI to compute for segmentation tresholding than >> "recompute histogram" in SliceWiew? Or how to get data from that >> histogram to compute for excluding CSF? >> Thank you >> Tomas Kasparek >> >> ______________________________________________________________________ >> __________ >> OBCHODNĂŤ-DĹ®M.cz: domácĂ­ spotĹ™ebiÄŤe a elektronika za nĂ­zkĂ© ceny, s >> pohodlnou dopravou aĹľ do domu, klidnÄ› i veÄŤer. Objednávky i >> telefonicky. >> www.OBCHODNI-DUM.cz >> >> >> _______________________________________________ >> MINC-users@bic.mni.mcgill.ca >> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users >> >> > From minc-users@bic.mni.mcgill.ca Mon Mar 8 15:46:04 2004 From: minc-users@bic.mni.mcgill.ca (Jon Erik Ween) Date: Mon Mar 8 15:46:04 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: <0B833DE4-713F-11D8-ABB0-000A95DBBFD8@bic.mni.mcgill.ca> Message-ID: --Apple-Mail-22--460504168 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; delsp=yes; charset=ISO-8859-2; format=flowed Great! Now, will it press my shirts? Jon On Monday, March 8, 2004, at 12:27 PM, Jason Lerch wrote: > > Yup. Open Display, paint the area you are interested in. Go to "slice =20= > view" (S from top menu). Select H or "Histogram of Label" and the =20 > histogram will be shown next to the colour bar. > > Cheers, > > Jason > > > On Mar 8, 2004, at 3:09 PM, Jon Erik Ween wrote: > >> Great question. Also, is there a way to compute a histogram for an =20= >> ROI only? >> >> Jon >> >> >> Jon Erik Ween, MD, MS >> Assistant Professor >> Cognitive and Cerebrovascular Neurology >> Director, Stroke Program >> Loma Linda University >> >> >> >> On Monday, March 8, 2004, at 10:31 AM, =20 >> wrote: >> >>> Hi, >>> I`ve just started to use Display - is there any other way to get =20 >>> histogram of MRI to compute for segmentation tresholding than =20 >>> "recompute histogram" in SliceWiew? Or how to get data from that =20 >>> histogram to compute for excluding CSF? >>> Thank you >>> Tomas Kasparek >>> >>> = _____________________________________________________________________=20 >>> ___________ >>> OBCHODN=CD-D=D9M.cz: dom=E1c=ED spot=F8ebi=E8e a elektronika za = n=EDzk=E9 ceny, s =20 >>> pohodlnou dopravou a=BE do domu, klidn=EC i ve=E8er. Objedn=E1vky i =20= >>> telefonicky. >>> www.OBCHODNI-DUM.cz >>> >>> >>> _______________________________________________ >>> MINC-users@bic.mni.mcgill.ca >>> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users >>> >>> >> > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-22--460504168 Content-Disposition: inline; filename=ADIlogoFinalSmall.jpg Content-Transfer-Encoding: base64 Content-Type: image/jpeg; x-unix-mode=0644; name="ADIlogoFinalSmall.jpg" /9j/4AAQSkZJRgABAQEASABIAAD//gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/9sAQwBQNzxGPDJQ RkFGWlVQX3jIgnhubnj1r7mRyP////////////////////////////////////////////////// /9sAQwFVWlp4aXjrgoLr//////////////////////////////////////////////////////// /////////////////8AAEQgAQgAyAwEiAAIRAQMRAf/EABgAAQADAQAAAAAAAAAAAAAAAAABAgME /8QAJBAAAgICAgICAgMAAAAAAAAAAAECEQMhEjFBURNxIjJhgZH/xAAVAQEBAAAAAAAAAAAAAAAA AAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AO0Aq5AYU5Tk7d34Rp8v GuUXXspklGLttJlFk5WlUkCHUmmrXRJTHqKXRcAAAM5St96KZMnCPv8AgnyZ5Vc0gMGm25PbCW/R o4tLqwkkuiqthnJS4ydp9HUmcmPeXSN5ycXGiI1BFgCjjTMskZdpW7s6Ssot9Ac0Zq2348hrm6VJ eWaTjCSpx2yPjVa1QsWxRSVomUfyi1sm2oJxX9FoPkrapgKYLAAAAOZNLJJO+V+zT43Jbbr7M6Tn K+79l3kcEnSa+wa0cajSKwaTovGSlFNdMwvb09AdAIXQAkAAY5Eua0XjFcVpf4AEMX6IR/V/YAUX QAA//9k= --Apple-Mail-22--460504168 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed --Apple-Mail-22--460504168-- From minc-users@bic.mni.mcgill.ca Mon Mar 8 15:54:05 2004 From: minc-users@bic.mni.mcgill.ca (Jason Lerch) Date: Mon Mar 8 15:54:05 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: References: Message-ID: <9FFE990A-7142-11D8-ABB0-000A95DBBFD8@bic.mni.mcgill.ca> That's a still untested function to be released in version 1.5. Sorry for the delay. Jason On Mar 8, 2004, at 3:40 PM, Jon Erik Ween wrote: > Great! Now, will it press my shirts? > > Jon > > On Monday, March 8, 2004, at 12:27 PM, Jason Lerch wrote: > >> >> Yup. Open Display, paint the area you are interested in. Go to "slice >> view" (S from top menu). Select H or "Histogram of Label" and the >> histogram will be shown next to the colour bar. >> >> Cheers, >> >> Jason >> >> >> On Mar 8, 2004, at 3:09 PM, Jon Erik Ween wrote: >> >>> Great question. Also, is there a way to compute a histogram for an >>> ROI only? >>> >>> Jon >>> >>> >>> Jon Erik Ween, MD, MS >>> Assistant Professor >>> Cognitive and Cerebrovascular Neurology >>> Director, Stroke Program >>> Loma Linda University >>> >>> >>> >>> On Monday, March 8, 2004, at 10:31 AM, >>> wrote: >>> >>>> Hi, >>>> I`ve just started to use Display - is there any other way to get >>>> histogram of MRI to compute for segmentation tresholding than >>>> "recompute histogram" in SliceWiew? Or how to get data from that >>>> histogram to compute for excluding CSF? >>>> Thank you >>>> Tomas Kasparek >>>> >>>> ____________________________________________________________________ >>>> ____________ >>>> OBCHODNĂŤ-DĹ®M.cz: domácĂ­ spotĹ™ebiÄŤe a elektronika za nĂ­zkĂ© ceny, s >>>> pohodlnou dopravou aĹľ do domu, klidnÄ› i veÄŤer. Objednávky i >>>> telefonicky. >>>> www.OBCHODNI-DUM.cz >>>> >>>> >>>> _______________________________________________ >>>> MINC-users@bic.mni.mcgill.ca >>>> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users >>>> >>>> >>> >> >> >> _______________________________________________ >> MINC-users@bic.mni.mcgill.ca >> http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users >> >> > Jon Erik Ween, MD, MS > Assistant Professor > Cognitive and Cerebrovascular Neurology > Director, Stroke Program > Loma Linda University > > From minc-users@bic.mni.mcgill.ca Mon Mar 8 18:55:04 2004 From: minc-users@bic.mni.mcgill.ca (Andrew Janke) Date: Mon Mar 8 18:55:04 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: <0B833DE4-713F-11D8-ABB0-000A95DBBFD8@bic.mni.mcgill.ca> References: <8D2BC25D-713C-11D8-8386-000A958920AA@som.llu.edu> <0B833DE4-713F-11D8-ABB0-000A95DBBFD8@bic.mni.mcgill.ca> Message-ID: On Mon, 8 Mar 2004, Jason Lerch wrote: > Yup. Open Display, paint the area you are interested in. Go to "slice > view" (S from top menu). Select H or "Histogram of Label" and the > histogram will be shown next to the colour bar. And if you wish a more permanent record of your histogram, use mincstats ie: $ mincstats -histogram file.hist -histogram_bins 2000 infile.mnc You can also add an optional -mask -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 From minc-users@bic.mni.mcgill.ca Tue Mar 9 00:46:04 2004 From: minc-users@bic.mni.mcgill.ca (Steve ROBBINS) Date: Tue Mar 9 00:46:04 2004 Subject: [MINC-users] N3-1.07?? In-Reply-To: <5F9DE1C25708B04EAD634A1AE3D9113001E521A8@nihexchange20.nih.gov>; from nugenta@intra.nimh.nih.gov on Mon, Mar 08, 2004 at 02:18:27PM -0500 References: <5F9DE1C25708B04EAD634A1AE3D9113001E521A8@nihexchange20.nih.gov> Message-ID: <20040309004555.A3637271@shadow.bic.mni.mcgill.ca> On Mon, Mar 08, 2004 at 02:18:27PM -0500, Nugent, Allison C. (NIH/NIMH) wrote: > Hi, > > I've been using N3 version 1.05. Most links on the MNI webpage > point to 1.05 as the current release, but one page, > http://www.bic.mni.mcgill.ca/software/distribution/ > , points to 1.07. In > the tar file for 1.07, there wasn't a clear explanation of what was > different between 1.05 and 1.07. The file called NEWS is intended to be the clear explanation of what is different. It should have appeared in the tar file. > What are the advantages of 1.07? Is it > truly the current version? Which should I use? The newer version features an automated build procedure and code updates to better conform to modern C++ compilers. There should be no user-visible changes between 1.05 and 1.07. -Steve From minc-users@bic.mni.mcgill.ca Tue Mar 9 10:58:04 2004 From: minc-users@bic.mni.mcgill.ca (Robert VINCENT) Date: Tue Mar 9 10:58:04 2004 Subject: [MINC-users] N3 1.08 and EBTKS 1.2 Message-ID: Hi everyone, I've just placed new source distributions of both N3 and EBTKS in http://www.bic.mni.mcgill.ca/software/distribution/packages These releases fix two major issues with N3. To benefit from these changes you should build and install the new EBTKS and then build N3. Please see the NEWS and ChangeLog files in each distribution for more details. In addition, the N3 test suite is now included in the N3 distribution. That is why it is much larger than previous releases. -bert From minc-users@bic.mni.mcgill.ca Tue Mar 9 11:07:04 2004 From: minc-users@bic.mni.mcgill.ca (Nugent, Allison C. (NIH/NIMH)) Date: Tue Mar 9 11:07:04 2004 Subject: [MINC-users] N3-1.07?? Message-ID: <5F9DE1C25708B04EAD634A1AE3D9113001E521BF@nihexchange20.nih.gov> That's interesting, because I still haven't been able to successfully build 1.07 on solaris! The additional fortran libraries now required have been the problem. Allison Nugent, PhD MRI Physicist MADP; NIMH; NIH (301)451-8863 -----Original Message----- From: Steve ROBBINS [mailto:stever@bic.mni.mcgill.ca] Sent: Tuesday, March 09, 2004 12:46 AM To: minc-users@bic.mni.mcgill.ca Subject: Re: [MINC-users] N3-1.07?? On Mon, Mar 08, 2004 at 02:18:27PM -0500, Nugent, Allison C. (NIH/NIMH) wrote: > Hi, > > I've been using N3 version 1.05. Most links on the MNI webpage > point to 1.05 as the current release, but one page, > http://www.bic.mni.mcgill.ca/software/distribution/ > , points to 1.07. In > the tar file for 1.07, there wasn't a clear explanation of what was > different between 1.05 and 1.07. The file called NEWS is intended to be the clear explanation of what is different. It should have appeared in the tar file. > What are the advantages of 1.07? Is it > truly the current version? Which should I use? The newer version features an automated build procedure and code updates to better conform to modern C++ compilers. There should be no user-visible changes between 1.05 and 1.07. -Steve _______________________________________________ MINC-users@bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From minc-users@bic.mni.mcgill.ca Tue Mar 9 17:03:05 2004 From: minc-users@bic.mni.mcgill.ca (Jeff ATKINSON) Date: Tue Mar 9 17:03:05 2004 Subject: [MINC-users] emma Message-ID: Is anyone maintaining emma right now. I am still having trouble getting it to compile on OS X with Matlab 6.5.1. The header files mex.h, matrix.h are somewhat different in the latest version. I also wondered whether the old code was completely gcc 3.3 compliant as I get different errors when I use gcc3 vs gcc3.3, however I have no trouble compling emma on SHADOW with gcc 3.3. I have managed to get the c files (miwriteimages etc) to compile by stealing the old headers from matlab 6.1 on the IRIX system but I still can't get the mex files to compile at all. If anyone is maintaining emma, or if anyone has had any success compiling it with 6.5.1 on OS X -- I would appreciate the help. Thanks Jeff Atkinson From minc-users@bic.mni.mcgill.ca Tue Mar 9 19:24:05 2004 From: minc-users@bic.mni.mcgill.ca (=?iso-8859-1?Q?S=F8ren_Christensen?=) Date: Tue Mar 9 19:24:05 2004 Subject: [MINC-users] using EMMA to write variables / 3d rendering export format Message-ID: Hi, Does anyone know if it is possible to use EMMA to write custom variables to a mincfile (either existing or in the creation process). Also, has anyone tried to export rendered files from Display into eg. 3D max or Maya? I wonder if it should be possible? Thanks in advance! Soren From minc-users@bic.mni.mcgill.ca Tue Mar 9 19:25:04 2004 From: minc-users@bic.mni.mcgill.ca (John G. Sled) Date: Tue Mar 9 19:25:04 2004 Subject: [MINC-users] N3-1.07?? In-Reply-To: <5F9DE1C25708B04EAD634A1AE3D9113001E521A8@nihexchange20.nih.gov> References: <5F9DE1C25708B04EAD634A1AE3D9113001E521A8@nihexchange20.nih.gov> Message-ID: <20040308225342.GD10353@sickkids.ca> Yes, N3 1.07 is the latest release of N3 and substantially more portable / easy to build than previous releases. Unfortunately, I haven't gotten around to updating the N3 web pages. The new version builds with the usual ./configure make make install steps that are used with the other tools. Unlike older versions of N3 it depends on the EBTKS library being installed separately. I understand that a bug has just been found in EBTKS that affects some versions of gcc and that a patched version of EBTKS will be released shortly. John On Mon, Mar 08, 2004 at 02:18:27PM -0500, Nugent, Allison C. (NIH/NIMH) wrote: > Hi, > > I've been using N3 version 1.05. Most links on the MNI webpage > point to 1.05 as the current release, but one page, > http://www.bic.mni.mcgill.ca/software/distribution/ > , points to 1.07. In > the tar file for 1.07, there wasn't a clear explanation of what was > different between 1.05 and 1.07. What are the advantages of 1.07? Is it > truly the current version? Which should I use? > > > > Thanks! > > Allison > > > > Allison Nugent, PhD > > MRI Physicist > > MADP; NIMH; NIH > > (301)451-8863 > > > From minc-users@bic.mni.mcgill.ca Tue Mar 9 19:25:08 2004 From: minc-users@bic.mni.mcgill.ca (Jon Erik Ween) Date: Tue Mar 9 19:25:08 2004 Subject: [MINC-users] histogram and tissue classification In-Reply-To: Message-ID: --Apple-Mail-34--425653418 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed Thanks! Jon On Monday, March 8, 2004, at 03:54 PM, Andrew Janke wrote: > On Mon, 8 Mar 2004, Jason Lerch wrote: > >> Yup. Open Display, paint the area you are interested in. Go to "slice >> view" (S from top menu). Select H or "Histogram of Label" and the >> histogram will be shown next to the colour bar. > > And if you wish a more permanent record of your histogram, use > mincstats > ie: > > $ mincstats -histogram file.hist -histogram_bins 2000 infile.mnc > > You can also add an optional -mask > > > -- > Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) > Australia->University of Queensland->Centre for Magnetic Resonance > W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-34--425653418 Content-Disposition: inline; filename=ADIlogoFinalSmall.jpg Content-Transfer-Encoding: base64 Content-Type: image/jpeg; x-unix-mode=0644; name="ADIlogoFinalSmall.jpg" /9j/4AAQSkZJRgABAQEASABIAAD//gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/9sAQwBQNzxGPDJQ RkFGWlVQX3jIgnhubnj1r7mRyP////////////////////////////////////////////////// /9sAQwFVWlp4aXjrgoLr//////////////////////////////////////////////////////// /////////////////8AAEQgAQgAyAwEiAAIRAQMRAf/EABgAAQADAQAAAAAAAAAAAAAAAAABAgME /8QAJBAAAgICAgICAgMAAAAAAAAAAAECEQMhEjFBURNxIjJhgZH/xAAVAQEBAAAAAAAAAAAAAAAA AAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AO0Aq5AYU5Tk7d34Rp8v GuUXXspklGLttJlFk5WlUkCHUmmrXRJTHqKXRcAAAM5St96KZMnCPv8AgnyZ5Vc0gMGm25PbCW/R o4tLqwkkuiqthnJS4ydp9HUmcmPeXSN5ycXGiI1BFgCjjTMskZdpW7s6Ssot9Ac0Zq2348hrm6VJ eWaTjCSpx2yPjVa1QsWxRSVomUfyi1sm2oJxX9FoPkrapgKYLAAAAOZNLJJO+V+zT43Jbbr7M6Tn K+79l3kcEnSa+wa0cajSKwaTovGSlFNdMwvb09AdAIXQAkAAY5Eua0XjFcVpf4AEMX6IR/V/YAUX QAA//9k= --Apple-Mail-34--425653418 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed --Apple-Mail-34--425653418-- From tomas.kasparek@email.cz Wed Mar 10 05:36:04 2004 From: tomas.kasparek@email.cz (tomas.kasparek@email.cz) Date: Wed Mar 10 05:36:04 2004 Subject: [MINC-users] histogram and tissue classification Message-ID: <404EEF70.000001.28562@db1.email.atc> Thank you! Tomas --- Původní zpráva --- Od: Andrew Janke Datum: 09.03.2004 01:02:38 On Mon, 8 Mar 2004, Jason Lerch wrote: > Yup. Open Display, paint the area you are interested in. Go to "slice > view" (S from top menu). Select H or "Histogram of Label" and the > histogram will be shown next to the colour bar. And if you wish a more permanent record of your histogram, use mincstats ie: $ mincstats -histogram file.hist -histogram_bins 2000 infile.mnc You can also add an optional -mask -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 _______________________________________________ MINC-users@bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users ________________________________________________________________________________ OBCHODNÍ-DŮM.cz: domácí spotřebiče a elektronika za nízké ceny, s pohodlnou dopravou aľ do domu, klidně i večer. Objednávky i telefonicky. www.OBCHODNI-DUM.cz From minc-users@bic.mni.mcgill.ca Wed Mar 10 15:07:03 2004 From: minc-users@bic.mni.mcgill.ca (Jason Lerch) Date: Wed Mar 10 15:07:03 2004 Subject: [MINC-users] emma In-Reply-To: References: Message-ID: <63C49666-72CE-11D8-B74B-000A95DBBFD8@bic.mni.mcgill.ca> Greetings, the deafening silence to your appeals would indicate that nobody is actively supporting EMMA at this point. In my opinion it should be taken behind the shed and shot, as it is one horrible bit of code designed for matlab 4, which was quite a limited language (if my knowledge of EMMA history is correct). It looks like you are mostly on your own. If you are really stuck I can wander by at some point to see if I can come up with anything obvious, but I have never compiled EMMA under any platform and don't have matlab on my mac to try it here. Sorry ... Jason On Mar 9, 2004, at 5:02 PM, Jeff ATKINSON wrote: > Is anyone maintaining emma right now. > > I am still having trouble getting it to compile on OS X with Matlab > 6.5.1. > The header files mex.h, matrix.h are somewhat different in the latest > version. > > I also wondered whether the old code was completely gcc 3.3 compliant > as I > get different errors when I use gcc3 vs gcc3.3, however I have no > trouble > compling emma on SHADOW with gcc 3.3. > > I have managed to get the c files (miwriteimages etc) to compile by > stealing the old headers from matlab 6.1 on the IRIX system but I > still can't get the mex files to > compile at all. > > If anyone is maintaining emma, or if anyone has had any success > compiling > it with 6.5.1 on OS X -- I would appreciate the help. > > Thanks > > Jeff Atkinson > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From minc-users@bic.mni.mcgill.ca Wed Mar 10 16:39:03 2004 From: minc-users@bic.mni.mcgill.ca (Jeff ATKINSON) Date: Wed Mar 10 16:39:03 2004 Subject: [MINC-users] emma In-Reply-To: <63C49666-72CE-11D8-B74B-000A95DBBFD8@bic.mni.mcgill.ca> Message-ID: I agree about emma but at present it is the only interface between matlab minc and hence Keith's fMRI toolbox. There exists some other matlab - netcdf tools available from various sources and I am seriously considering installing those and rewriting Keith's stuff to use the new tools. This may prove much easier than getting emma updated for matlab 6.5. Robert Vincent has provided some ideas I will try first. Jeff Atkinson On Wed, 10 Mar 2004, Jason Lerch wrote: > Greetings, > > the deafening silence to your appeals would indicate that nobody is > actively supporting EMMA at this point. In my opinion it should be > taken behind the shed and shot, as it is one horrible bit of code > designed for matlab 4, which was quite a limited language (if my > knowledge of EMMA history is correct). > > It looks like you are mostly on your own. If you are really stuck I can > wander by at some point to see if I can come up with anything obvious, > but I have never compiled EMMA under any platform and don't have matlab > on my mac to try it here. > > Sorry ... > > Jason > > > On Mar 9, 2004, at 5:02 PM, Jeff ATKINSON wrote: > > > Is anyone maintaining emma right now. > > > > I am still having trouble getting it to compile on OS X with Matlab > > 6.5.1. > > The header files mex.h, matrix.h are somewhat different in the latest > > version. > > > > I also wondered whether the old code was completely gcc 3.3 compliant > > as I > > get different errors when I use gcc3 vs gcc3.3, however I have no > > trouble > > compling emma on SHADOW with gcc 3.3. > > > > I have managed to get the c files (miwriteimages etc) to compile by > > stealing the old headers from matlab 6.1 on the IRIX system but I > > still can't get the mex files to > > compile at all. > > > > If anyone is maintaining emma, or if anyone has had any success > > compiling > > it with 6.5.1 on OS X -- I would appreciate the help. > > > > Thanks > > > > Jeff Atkinson > > > > _______________________________________________ > > MINC-users@bic.mni.mcgill.ca > > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > From minc-users@bic.mni.mcgill.ca Thu Mar 11 18:50:07 2004 From: minc-users@bic.mni.mcgill.ca (Yasser Ad-Dab'bagh) Date: Thu Mar 11 18:50:07 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] Message-ID: <1078961441.21092.7.camel@rosaline> Should we be concerned? Yasser -----Forwarded Message----- From: Organization for Human Brain Mapping To: yasser.ad-dabbagh@MAIL.MCGILL.CA Subject: OHBM Announcement 3/9/04 Date: 09 Mar 2004 15:43:11 -0700 Dear OHBM Colleagues: We are writing on behalf of the Data Format Working Group (DFWG), a committee set up under the Neuroimaging Informatics Technology Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly sponsored by NIMH and NINDS. We have been charged with arriving "at a technical solution to the problem of multiple data formats in fMRI." We have met several times and decided that one of our first priorities is to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 image header that are being used by the developers of the major fMRI data analysis packages. We have defined a compromise data format, dubbed NIfTI-1, that is based on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 header, while using many of the "unused and lesser-used" fields for fMRI-specific purposes. Developers of five of the major fMRI data analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have agreed to use this compromise format in the future, and will support both input and output of the NIfTI-1 format. A considerable effort was required to reach agreement with all of these developers. Given the extremely limited space in the 348 byte header, it is unlikely that any substantial changes will be possible in the NIfTI-1 format if we are to retain the support of all five packages. We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants both for file interchange and data storage. NIfTI-1, while still limited, contains a considerably richer set of metadata than exists in the ANALYZE-based formats. As of this message, the NIfTI-1 format specification, demonstration programs, and related documents are being released to the general neuroimaging community on the DFWG website http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for comments and discussion. The DFWG committee will next meet in early May 2004, and any comments you care to make and would like to have considered at the next committee meeting should be received by April 15, 2004. Please feel free to pass this message along to any other person you think might be interested. Comments and questions should be directed to the NIfTI-1 interactive forum, and not to DFWG committee members via e-mail. The full list of DFWG committee members can be found at the DFWG website. Stephen Strother, PhD Chair, Data Format Working Group NIfTI, National Institutes of Health and Professor of Radiology University of Minnesota mailto:steve@neurovia.umn.edu Robert W. Cox, PhD Director, Scientific and Statistical Computing Core National Institute of Mental Health National Institutes of Health Department of Health and Human Service Mailto: rwcox@nih.gov http://nifti.nimh.nih.gov/dfwg/ To be removed from this mailing list, please click here. -- ----------------------------------------------------------------------- Yasser Ad-Dab'bagh, MD, DPM, FRCPC. Divisions of Child & Adolescent Psychiatry (Montreal Children's Hospital), and of Neuroscience (Brain-Imaging Center of the Montreal Neurological Institute), McGill University. Tel: (514) 412-4400 ext 22359 [MCH], (514) 398-8330 [BIC] Fax: (514) 412-4337 [MCH] Pager: (514) 580-4388 E-mail: yaddab@bic.mni.mcgill.ca yasser.ad-dabbagh@mail.mcgill.ca yasser@doctoraddabbagh.com Web: http://www.doctoraddabbagh.com ----------------------------------------------------------------------- From minc-users@bic.mni.mcgill.ca Thu Mar 11 19:20:04 2004 From: minc-users@bic.mni.mcgill.ca (Andrew Janke) Date: Thu Mar 11 19:20:04 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: <1078961441.21092.7.camel@rosaline> References: <1078961441.21092.7.camel@rosaline> Message-ID: On Thu, 10 Mar 2004, Yasser Ad-Dab'bagh wrote: > Should we be concerned? "perhaps". I have been in contact with a few of the DFWG members in the last few days with respect to this. What seems to have happened so far is this: * NIfTI-1 is the patch-up job for the various forms of analyze. - this is actually a big improvement over previous versions. * NIfTI-2 is to be the replacement for ANALYZE that will be all-singing and all-dancing. However no decision or specs are available so far for NIfTI-2. Apparently a number of the members of the comittee are all for just using MINC 1.2/2.0. however there are some who are opposed to even HDF5 or NetCDF. I have asked for feedback on the problems these people on the comittee have against MINC 2.0 in order that we might be able to alleviate their concerns with MINC 2.0. I haven't recieved anything yet though. Apaprently the group will be meeting again soon to discuss NIfTI-2 in more detail. In the meantime if you want your voice to be heard, send an email to the group voicing your opinion, the more people who indicate that they would like to see MINC 2.0 replace NIfTI-2 the better. However remember that the NIfTI group is only concerned with Data formats for fMRI data. Whilst MINC can (and does) do fMRI data, there is still a bit of work needed on MATLAB interfaces to MINC. http://nifti.nimh.nih.gov/ -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 > -----Forwarded Message----- > From: Organization for Human Brain Mapping > To: yasser.ad-dabbagh@MAIL.MCGILL.CA > > We are writing on behalf of the Data Format Working Group (DFWG), a > committee set up under the Neuroimaging Informatics Technology > Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly > sponsored by NIMH and NINDS. We have been charged with arriving "at a > technical solution to the problem of multiple data formats in fMRI." We > have met several times and decided that one of our first priorities is > to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 > image header that are being used by the developers of the major fMRI > data analysis packages. > > We have defined a compromise data format, dubbed NIfTI-1, that is based > on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 > header, while using many of the "unused and lesser-used" fields for > fMRI-specific purposes. Developers of five of the major fMRI data > analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have > agreed to use this compromise format in the future, and will support > both input and output of the NIfTI-1 format. A considerable effort was > required to reach agreement with all of these developers. Given the > extremely limited space in the 348 byte header, it is unlikely that any > substantial changes will be possible in the NIfTI-1 format if we are to > retain the support of all five packages. > > We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants > both for file interchange and data storage. NIfTI-1, while still > limited, contains a considerably richer set of metadata than exists in > the ANALYZE-based formats. > > As of this message, the NIfTI-1 format specification, demonstration > programs, and related documents are being released to the general > neuroimaging community on the DFWG website > http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for > comments and discussion. The DFWG committee will next meet in early May > 2004, and any comments you care to make and would like to have > considered at the next committee meeting should be received by April 15, > 2004. > From minc-users@bic.mni.mcgill.ca Thu Mar 11 19:25:03 2004 From: minc-users@bic.mni.mcgill.ca (John D. Van Horn) Date: Thu Mar 11 19:25:03 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: <1078961441.21092.7.camel@rosaline> Message-ID: <000701c407c8$51e285b0$6801a8c0@DG76FG41> Dear Yasser and other Minc users, As someone who has been peripherally involved with the Nifti effort for a couple of years, the committee has been very impressed with the new directions of Minc, in particular, Minc 2.0. Though my role has been limited, I think that the group is taking a very serious look at Minc 2.0. The Nifti file format is an attempt to improve on Analyze, bringing it into the 21st century, and make it more suitable for fMRI. This will form the basis of a basic format. Odds are Minc 2.0 may be recommended as the more fully featured format that gets recommended by the committee. Time will surely tell. Respectfully yours, Jack Van Horn Dartmouth College -----Original Message----- From: minc-users-admin@bic.mni.mcgill.ca [mailto:minc-users-admin@bic.mni.mcgill.ca] On Behalf Of Yasser Ad-Dab'bagh Sent: Wednesday, March 10, 2004 5:31 PM To: MINC-users@bic.mni.mcgill.ca Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] Should we be concerned? Yasser -----Forwarded Message----- From: Organization for Human Brain Mapping To: yasser.ad-dabbagh@MAIL.MCGILL.CA Subject: OHBM Announcement 3/9/04 Date: 09 Mar 2004 15:43:11 -0700 Dear OHBM Colleagues: We are writing on behalf of the Data Format Working Group (DFWG), a committee set up under the Neuroimaging Informatics Technology Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly sponsored by NIMH and NINDS. We have been charged with arriving "at a technical solution to the problem of multiple data formats in fMRI." We have met several times and decided that one of our first priorities is to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 image header that are being used by the developers of the major fMRI data analysis packages. We have defined a compromise data format, dubbed NIfTI-1, that is based on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 header, while using many of the "unused and lesser-used" fields for fMRI-specific purposes. Developers of five of the major fMRI data analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have agreed to use this compromise format in the future, and will support both input and output of the NIfTI-1 format. A considerable effort was required to reach agreement with all of these developers. Given the extremely limited space in the 348 byte header, it is unlikely that any substantial changes will be possible in the NIfTI-1 format if we are to retain the support of all five packages. We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants both for file interchange and data storage. NIfTI-1, while still limited, contains a considerably richer set of metadata than exists in the ANALYZE-based formats. As of this message, the NIfTI-1 format specification, demonstration programs, and related documents are being released to the general neuroimaging community on the DFWG website http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for comments and discussion. The DFWG committee will next meet in early May 2004, and any comments you care to make and would like to have considered at the next committee meeting should be received by April 15, 2004. Please feel free to pass this message along to any other person you think might be interested. Comments and questions should be directed to the NIfTI-1 interactive forum, and not to DFWG committee members via e-mail. The full list of DFWG committee members can be found at the DFWG website. Stephen Strother, PhD Chair, Data Format Working Group NIfTI, National Institutes of Health and Professor of Radiology University of Minnesota mailto:steve@neurovia.umn.edu Robert W. Cox, PhD Director, Scientific and Statistical Computing Core National Institute of Mental Health National Institutes of Health Department of Health and Human Service Mailto: rwcox@nih.gov http://nifti.nimh.nih.gov/dfwg/ To be removed from this mailing list, please click here. -- ----------------------------------------------------------------------- Yasser Ad-Dab'bagh, MD, DPM, FRCPC. Divisions of Child & Adolescent Psychiatry (Montreal Children's Hospital), and of Neuroscience (Brain-Imaging Center of the Montreal Neurological Institute), McGill University. Tel: (514) 412-4400 ext 22359 [MCH], (514) 398-8330 [BIC] Fax: (514) 412-4337 [MCH] Pager: (514) 580-4388 E-mail: yaddab@bic.mni.mcgill.ca yasser.ad-dabbagh@mail.mcgill.ca yasser@doctoraddabbagh.com Web: http://www.doctoraddabbagh.com ----------------------------------------------------------------------- _______________________________________________ MINC-users@bic.mni.mcgill.ca http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From minc-users@bic.mni.mcgill.ca Thu Mar 11 20:21:03 2004 From: minc-users@bic.mni.mcgill.ca (Jon Erik Ween) Date: Thu Mar 11 20:21:03 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: <1078961441.21092.7.camel@rosaline> Message-ID: --Apple-Mail-28--184818626 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed I would be in favor of the Minc format as a rich, compact and elegant standard. I wonder, though, how significant the issue is as long as all formats are transparent, non-proprietary and translatable? Knowing the community, I can't imagine there will be 100% agreement any time soon no matter what happens with the Analyze format. I would only hope that the capable minc-group is actively included in the development of a more widely adopted, uniform standard. I notice they are not mentioned in the statement! Jon Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-28--184818626 Content-Disposition: inline; filename=ADIlogoFinalSmall.jpg Content-Transfer-Encoding: base64 Content-Type: image/jpeg; x-unix-mode=0644; name="ADIlogoFinalSmall.jpg" /9j/4AAQSkZJRgABAQEASABIAAD//gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/9sAQwBQNzxGPDJQ RkFGWlVQX3jIgnhubnj1r7mRyP////////////////////////////////////////////////// /9sAQwFVWlp4aXjrgoLr//////////////////////////////////////////////////////// /////////////////8AAEQgAQgAyAwEiAAIRAQMRAf/EABgAAQADAQAAAAAAAAAAAAAAAAABAgME /8QAJBAAAgICAgICAgMAAAAAAAAAAAECEQMhEjFBURNxIjJhgZH/xAAVAQEBAAAAAAAAAAAAAAAA AAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AO0Aq5AYU5Tk7d34Rp8v GuUXXspklGLttJlFk5WlUkCHUmmrXRJTHqKXRcAAAM5St96KZMnCPv8AgnyZ5Vc0gMGm25PbCW/R o4tLqwkkuiqthnJS4ydp9HUmcmPeXSN5ycXGiI1BFgCjjTMskZdpW7s6Ssot9Ac0Zq2348hrm6VJ eWaTjCSpx2yPjVa1QsWxRSVomUfyi1sm2oJxX9FoPkrapgKYLAAAAOZNLJJO+V+zT43Jbbr7M6Tn K+79l3kcEnSa+wa0cajSKwaTovGSlFNdMwvb09AdAIXQAkAAY5Eua0XjFcVpf4AEMX6IR/V/YAUX QAA//9k= --Apple-Mail-28--184818626 Content-Transfer-Encoding: 7bit Content-Type: text/plain; delsp=yes; charset=US-ASCII; format=flowed On Wednesday, March 10, 2004, at 03:30 PM, Yasser Ad-Dab'bagh wrote: > > Should we be concerned? > > Yasser > > -----Forwarded Message----- > From: Organization for Human Brain Mapping > To: yasser.ad-dabbagh@MAIL.MCGILL.CA > Subject: OHBM Announcement 3/9/04 > Date: 09 Mar 2004 15:43:11 -0700 > > > > Dear OHBM Colleagues: > > We are writing on behalf of the Data Format Working Group (DFWG), a > committee set up under the Neuroimaging Informatics Technology > Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly > sponsored by NIMH and NINDS. We have been charged with arriving "at a > technical solution to the problem of multiple data formats in fMRI." We > have met several times and decided that one of our first priorities is > to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 > image header that are being used by the developers of the major fMRI > data analysis packages. > > We have defined a compromise data format, dubbed NIfTI-1, that is based > on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 > header, while using many of the "unused and lesser-used" fields for > fMRI-specific purposes. Developers of five of the major fMRI data > analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have > agreed to use this compromise format in the future, and will support > both input and output of the NIfTI-1 format. A considerable effort was > required to reach agreement with all of these developers. Given the > extremely limited space in the 348 byte header, it is unlikely that any > substantial changes will be possible in the NIfTI-1 format if we are to > retain the support of all five packages. > > We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants > both for file interchange and data storage. NIfTI-1, while still > limited, contains a considerably richer set of metadata than exists in > the ANALYZE-based formats. > > As of this message, the NIfTI-1 format specification, demonstration > programs, and related documents are being released to the general > neuroimaging community on the DFWG website > http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for > comments and discussion. The DFWG committee will next meet in early May > 2004, and any comments you care to make and would like to have > considered at the next committee meeting should be received by April > 15, > 2004. > > Please feel free to pass this message along to any other person you > think might be interested. Comments and questions should be directed > to > the NIfTI-1 interactive forum, and not to DFWG committee members via > e-mail. The full list of DFWG committee members can be found at the > DFWG website. > > Stephen Strother, PhD > Chair, Data Format Working Group > NIfTI, National Institutes of Health > and > Professor of Radiology > University of Minnesota > mailto:steve@neurovia.umn.edu > > > Robert W. Cox, PhD > Director, Scientific and Statistical Computing Core > National Institute of Mental Health > National Institutes of Health > Department of Health and Human Service > Mailto: rwcox@nih.gov http://nifti.nimh.nih.gov/dfwg/ > > > > > To be removed from this mailing list, please click here. > > -- > > ----------------------------------------------------------------------- > Yasser Ad-Dab'bagh, MD, DPM, FRCPC. > Divisions of Child & Adolescent Psychiatry (Montreal Children's > Hospital), and of Neuroscience (Brain-Imaging Center of the Montreal > Neurological Institute), McGill University. > > Tel: (514) 412-4400 ext 22359 [MCH], (514) 398-8330 [BIC] > Fax: (514) 412-4337 [MCH] > Pager: (514) 580-4388 > E-mail: yaddab@bic.mni.mcgill.ca > yasser.ad-dabbagh@mail.mcgill.ca > yasser@doctoraddabbagh.com > Web: http://www.doctoraddabbagh.com > > ----------------------------------------------------------------------- > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > --Apple-Mail-28--184818626-- From minc-users@bic.mni.mcgill.ca Thu Mar 11 20:38:03 2004 From: minc-users@bic.mni.mcgill.ca (Andrew Janke) Date: Thu Mar 11 20:38:03 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: References: Message-ID: On Thu, 11 Mar 2004, Jon Erik Ween wrote: > I would be in favor of the Minc format as a rich, compact and elegant > standard. I wonder, though, how significant the issue is as long as all > formats are transparent, non-proprietary and translatable? You're right it shouldn't be a problem so long as no format is a sub-set of the other. For example MINC supports arbitrary length header data, analyze doesn't, however I assume NIfTI-2 will. Then there is dimensionality and ordering, SPM defines radio vs neuro as a flipping of the image data. Thus a conversion has to know the "type" of the input data. MINC on the other hand (and a few others) allow any arbitrary ordering of data the user would like. I (and others) could ramble on forever regarding the technical issues with data conversion. But you have hit the nail on the head, the "translatable" part is the most important (and the most problematic!). -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 From minc-users@bic.mni.mcgill.ca Thu Mar 11 23:35:03 2004 From: minc-users@bic.mni.mcgill.ca (Alex ZIJDENBOS) Date: Thu Mar 11 23:35:03 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: References: <1078961441.21092.7.camel@rosaline> Message-ID: <20040312043453.GA11800@bic.mni.mcgill.ca> This is also what I have picked up through the grapevine - that MINC 2.x has a reasonably high likelihood of becoming NIfTI-2. But I agree that there probably is more work to be done to make that happen. I would hope the DFWG will come out with some requirements/specs for NIfTI-2 such that we (well some of you :) can focus (y)our efforts. ANALYZE is after all still just ANALYZE. Is there a timeline for NIfTI-1 and NIfTI-2 (their web site is currently down)? Not that it's any of my concern, but I have to admit I don't really see the point of first unifying ANALYZE for NIfTI-1, and then possibly (probably) switching to something entirely new for NIfTI-2. Seems like make-work to me, and also - if ANALYZE is actually improved - it will be harder to get people away from it down the road. Why not bite the NIfTI-2 bullet right away, me wonders. -- Alex On Fri, Mar 12, 2004 at 10:19:19AM +1000, Andrew Janke wrote: > On Thu, 10 Mar 2004, Yasser Ad-Dab'bagh wrote: > > > Should we be concerned? > > "perhaps". > > I have been in contact with a few of the DFWG members in the last few days with > respect to this. What seems to have happened so far is this: > > * NIfTI-1 is the patch-up job for the various forms of analyze. > - this is actually a big improvement over previous versions. > > * NIfTI-2 is to be the replacement for ANALYZE that will be all-singing > and all-dancing. > > However no decision or specs are available so far for NIfTI-2. Apparently a > number of the members of the comittee are all for just using MINC 1.2/2.0. > however there are some who are opposed to even HDF5 or NetCDF. I have asked for > feedback on the problems these people on the comittee have against MINC 2.0 in > order that we might be able to alleviate their concerns with MINC 2.0. > > I haven't recieved anything yet though. Apaprently the group will be meeting > again soon to discuss NIfTI-2 in more detail. > > In the meantime if you want your voice to be heard, send an email to the group > voicing your opinion, the more people who indicate that they would like to see > MINC 2.0 replace NIfTI-2 the better. However remember that the NIfTI group is > only concerned with Data formats for fMRI data. Whilst MINC can (and does) do > fMRI data, there is still a bit of work needed on MATLAB interfaces to MINC. > > > http://nifti.nimh.nih.gov/ > > > -- > Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) > Australia->University of Queensland->Centre for Magnetic Resonance > W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 > > > > > -----Forwarded Message----- > > From: Organization for Human Brain Mapping > > To: yasser.ad-dabbagh@MAIL.MCGILL.CA > > > > We are writing on behalf of the Data Format Working Group (DFWG), a > > committee set up under the Neuroimaging Informatics Technology > > Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly > > sponsored by NIMH and NINDS. We have been charged with arriving "at a > > technical solution to the problem of multiple data formats in fMRI." We > > have met several times and decided that one of our first priorities is > > to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 > > image header that are being used by the developers of the major fMRI > > data analysis packages. > > > > We have defined a compromise data format, dubbed NIfTI-1, that is based > > on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 > > header, while using many of the "unused and lesser-used" fields for > > fMRI-specific purposes. Developers of five of the major fMRI data > > analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have > > agreed to use this compromise format in the future, and will support > > both input and output of the NIfTI-1 format. A considerable effort was > > required to reach agreement with all of these developers. Given the > > extremely limited space in the 348 byte header, it is unlikely that any > > substantial changes will be possible in the NIfTI-1 format if we are to > > retain the support of all five packages. > > > > We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants > > both for file interchange and data storage. NIfTI-1, while still > > limited, contains a considerably richer set of metadata than exists in > > the ANALYZE-based formats. > > > > As of this message, the NIfTI-1 format specification, demonstration > > programs, and related documents are being released to the general > > neuroimaging community on the DFWG website > > http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for > > comments and discussion. The DFWG committee will next meet in early May > > 2004, and any comments you care to make and would like to have > > considered at the next committee meeting should be received by April 15, > > 2004. > > > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users From minc-users@bic.mni.mcgill.ca Sun Mar 14 18:21:05 2004 From: minc-users@bic.mni.mcgill.ca (Jon Erik Ween) Date: Sun Mar 14 18:21:05 2004 Subject: [MINC-users] [Fwd: OHBM Announcement 3/9/04] In-Reply-To: <69.427e716d.2d83d904@aol.com> Message-ID: <30BDFB87-7505-11D8-8473-000A958920AA@som.llu.edu> --Apple-Mail-4--46315359 Content-Type: multipart/alternative; boundary=Apple-Mail-5--46315359 --Apple-Mail-5--46315359 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; delsp=yes; charset=ISO-8859-1; format=flowed Great! Jon On Friday, March 12, 2004, at 07:24 PM, Scskiwiz@aol.com wrote: > Jon and Yasser: > =A0 > The DFWG committee is very aware of the latest MINC developments =20 > through Colin Holmes' able and enthusiastic advocacy of MINC to the =20= > committee. In addition, we have been provided with MINC 1.0 namespace =20= > (7/5/2003) and MINC 2.0 file format (11/18/2003) documents by Robert =20= > Vincent in Montreal. Most of the DFWG committee meet with Alan Evans, =20= > John Sled, Robert Vincent and several others to discuss MINC and its =20= > proposed developments at the last OHBM meeting in NewYork. > =A0 > I will discuss lines of communication between the DFWG and MINC =20 > development community with Alan Evans and Colin Holmes. It=A0is my =20 > current impression that information is flowing freely, particularly =20= > from the MINC community to the committee. > =A0 > Stephen Strother > =A0 > In a message dated 3/11/2004 7:20:23 PM Central Standard Time, =20 > jween@som.llu.edu writes: > > I would be in favor of the Minc format as a rich, compact and elegant > standard. I wonder, though, how significant the issue is as long as = all > formats are transparent, non-proprietary and translatable? Knowing the > community, I can't imagine there will be 100% agreement any time soon > no matter what happens with the Analyze format. I would only hope that > the capable minc-group is actively included in the development of a > more widely adopted, uniform standard. I notice they are not mentioned > in the statement! > > Jon > > Jon Erik Ween, MD, MS > Assistant Professor > Cognitive and Cerebrovascular Neurology > Director, Stroke Program > Loma Linda University > > > > > > On Wednesday, March 10, 2004, at 03:30 PM, Yasser Ad-Dab'bagh wrote: > > > > > Should we be concerned? > > > > Yasser > > > > -----Forwarded Message----- > > From: Organization for Human Brain Mapping =20 > > > To: yasser.ad-dabbagh@MAIL.MCGILL.CA > > Subject: OHBM Announcement 3/9/04 > > Date: 09 Mar 2004 15:43:11 -0700 > > > > > > > > Dear OHBM Colleagues: > > > > We are writing on behalf of the Data Format Working Group (DFWG), a > > committee set up under the Neuroimaging Informatics Technology > > Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly > > sponsored by NIMH and NINDS. We have been charged with arriving "at = a > > technical solution to the problem of multiple data formats in fMRI." = =20 > We > > have met several times and decided that one of our first priorities =20= > is > > to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 > > image header that are being used by the developers of the major fMRI > > data analysis packages. > > > > We have defined a compromise data format, dubbed NIfTI-1, that is =20= > based > > on these variants and is "mostly compatible" with the ANALYZE(TM) = 7.5 > > header, while using many of the "unused and lesser-used" fields for > > fMRI-specific purposes. Developers of five of the major fMRI data > > analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) = have > > agreed to use this compromise format in the future, and will support > > both input and output of the NIfTI-1 format. A considerable effort =20= > was > > required to reach agreement with all of these developers. Given the > > extremely limited space in the 348 byte header, it is unlikely that =20= > any > > substantial changes will be possible in the NIfTI-1 format if we are = =20 > to > > retain the support of all five packages. > > > > We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 =20 > variants > > both for file interchange and data storage.=A0 NIfTI-1, while still > > limited, contains a considerably richer set of metadata than exists =20= > in > > the ANALYZE-based formats. > > > > As of this message, the NIfTI-1 format specification, demonstration > > programs, and related documents are being released to the general > > neuroimaging community on the DFWG website > > http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for > > comments and discussion. The DFWG committee will next meet in early =20= > May > > 2004, and any comments you care to make and would like to have > > considered at the next committee meeting should be received by = April=A0 > > 15, > > 2004. > > > > Please feel free to pass this message along to any other person you > > think might be interested.=A0 Comments and questions should be =20 > directed=A0 > > to > > the NIfTI-1 interactive forum, and not to DFWG committee members via > > e-mail.=A0 The full list of DFWG committee members can be found at = the > > DFWG website. > > > > Stephen Strother, PhD > > Chair, Data Format Working Group > > NIfTI, National Institutes of Health > >=A0 =A0 =A0 =A0 =A0 =A0 =A0 and > > Professor of Radiology > > University of Minnesota > > mailto:steve@neurovia.umn.edu > > > > > > Robert W. Cox, PhD > > Director, Scientific and Statistical Computing Core > > National Institute of Mental Health > > National Institutes of Health > > Department of Health and Human Service > > Mailto: rwcox@nih.gov=A0=A0 http://nifti.nimh.nih.gov/dfwg/ > > > > > > > > > > To be removed from this mailing list, please click here. > > > > --=A0 > >=A0=A0 > > =20 > = ----------------------------------------------------------------------- > >=A0 Yasser Ad-Dab'bagh, MD, DPM, FRCPC. > >=A0 Divisions of Child & Adolescent Psychiatry (Montreal Children's > >=A0 Hospital), and of Neuroscience (Brain-Imaging Center of the=A0 =20= > Montreal > >=A0 Neurological Institute), McGill University. > > > >=A0 Tel:=A0 =A0 =A0 =A0 (514) 412-4400 ext 22359 [MCH], (514) = 398-8330 [BIC] > >=A0 Fax:=A0 =A0 =A0 =A0 (514) 412-4337 [MCH] > >=A0 Pager:=A0 =A0 =A0 =A0 (514) 580-4388 > >=A0 E-mail:=A0 =A0 yaddab@bic.mni.mcgill.ca > >=A0 =A0 =A0 =A0 =A0 yasser.ad-dabbagh@mail.mcgill.ca > >=A0 =A0 =A0 =A0 =A0 yasser@doctoraddabbagh.com > >=A0 Web:=A0 =A0 =A0 =A0 http://www.doctoraddabbagh.com > >=A0=A0 > > =20 > = ----------------------------------------------------------------------- > > > > _______________________________________________ > > MINC-users@bic.mni.mcgill.ca > > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > > > > > > Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-5--46315359 Content-Transfer-Encoding: quoted-printable Content-Type: text/enriched; charset=ISO-8859-1 Great! Jon On Friday, March 12, 2004, at 07:24 PM, Scskiwiz@aol.com wrote: Jon and Yasser: =A0 The DFWG committee is very aware of the latest MINC developments through Colin Holmes' able and enthusiastic advocacy of MINC to the committee. In addition, we have been provided with MINC 1.0 namespace (7/5/2003) and MINC 2.0 file format (11/18/2003) documents by Robert Vincent in Montreal. Most of the DFWG committee meet with Alan Evans, John Sled, Robert Vincent and several others to discuss MINC and its proposed developments at the last OHBM meeting in NewYork. =A0 I will discuss lines of communication between the DFWG and MINC development community with Alan Evans and Colin Holmes. It=A0is my current impression that information is flowing freely, particularly from the MINC community to the committee. =A0 Stephen Strother =A0 In a message dated 3/11/2004 7:20:23 PM Central Standard Time, jween@som.llu.edu writes: ArialI would be in favor of the Minc format as a rich, compact and elegant standard. I wonder, though, how significant the issue is as long as all formats are transparent, non-proprietary and translatable? Knowing the community, I can't imagine there will be 100% agreement any time soon no matter what happens with the Analyze format. I would only hope that the capable minc-group is actively included in the development of a more widely adopted, uniform standard. I notice they are not mentioned in the statement! Jon Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University Arial< On Wednesday, March 10, 2004, at 03:30 PM, Yasser Ad-Dab'bagh wrote: > > Should we be concerned? > > Yasser > > -----Forwarded Message----- > From: Organization for Human Brain Mapping < > To: yasser.ad-dabbagh@MAIL.MCGILL.CA > Subject: OHBM Announcement 3/9/04 > Date: 09 Mar 2004 15:43:11 -0700 > > > > Dear OHBM Colleagues: > > We are writing on behalf of the Data Format Working Group (DFWG), a > committee set up under the Neuroimaging Informatics Technology > Initiative (NIfTI, http://nifti.nimh.nih.gov), which is jointly > sponsored by NIMH and NINDS. We have been charged with arriving "at a > technical solution to the problem of multiple data formats in fMRI." We > have met several times and decided that one of our first priorities is > to describe and attempt to merge the variants of the ANALYZE(TM) 7.5 > image header that are being used by the developers of the major fMRI > data analysis packages. > > We have defined a compromise data format, dubbed NIfTI-1, that is based > on these variants and is "mostly compatible" with the ANALYZE(TM) 7.5 > header, while using many of the "unused and lesser-used" fields for > fMRI-specific purposes. Developers of five of the major fMRI data > analysis packages (FSL, SPM, AFNI, BrainVoyager, and FreeSurfer) have > agreed to use this compromise format in the future, and will support > both input and output of the NIfTI-1 format. A considerable effort was > required to reach agreement with all of these developers. Given the > extremely limited space in the 348 byte header, it is unlikely that any > substantial changes will be possible in the NIfTI-1 format if we are to > retain the support of all five packages. > > We envisage NIfTI-1 replacing the current range of ANALYZE 7.5 variants > both for file interchange and data storage.=A0 NIfTI-1, while still > limited, contains a considerably richer set of metadata than exists in > the ANALYZE-based formats. > > As of this message, the NIfTI-1 format specification, demonstration > programs, and related documents are being released to the general > neuroimaging community on the DFWG website > http://nifti.nimh.nih.gov/dfwg/ along with an interactive forum for > comments and discussion. The DFWG committee will next meet in early May > 2004, and any comments you care to make and would like to have > considered at the next committee meeting should be received by April=A0 > 15, > 2004. > > Please feel free to pass this message along to any other person you > think might be interested.=A0 Comments and questions should be directed=A0 > to > the NIfTI-1 interactive forum, and not to DFWG committee members via > e-mail.=A0 The full list of DFWG committee members can be found at the > DFWG website. > > Stephen Strother, PhD > Chair, Data Format Working Group > NIfTI, National Institutes of Health >=A0 =A0 =A0 =A0 =A0 =A0 =A0 and > Professor of Radiology > University of Minnesota > mailto:steve@neurovia.umn.edu > > > Robert W. Cox, PhD > Director, Scientific and Statistical Computing Core > National Institute of Mental Health > National Institutes of Health > Department of Health and Human Service > Mailto: rwcox@nih.gov=A0=A0 http://nifti.nimh.nih.gov/dfwg/ > > > > > To be removed from this mailing list, please click here. > > --=A0 >=A0=A0 > ----------------------------------------------------------------------- >=A0 Yasser Ad-Dab'bagh, MD, DPM, FRCPC. >=A0 Divisions of Child & Adolescent Psychiatry (Montreal Children's >=A0 Hospital), and of Neuroscience (Brain-Imaging Center of the=A0 Montreal >=A0 Neurological Institute), McGill University. > >=A0 Tel:=A0 =A0 =A0 =A0 (514) 412-4400 ext 22359 [MCH], (514) 398-8330 = [BIC] >=A0 Fax:=A0 =A0 =A0 =A0 (514) 412-4337 [MCH] >=A0 Pager:=A0 =A0 =A0 =A0 (514) 580-4388 >=A0 E-mail:=A0 =A0 yaddab@bic.mni.mcgill.ca >=A0 =A0 =A0 =A0 =A0 yasser.ad-dabbagh@mail.mcgill.ca >=A0 =A0 =A0 =A0 =A0 yasser@doctoraddabbagh.com >=A0 Web:=A0 =A0 =A0 =A0 http://www.doctoraddabbagh.com >=A0=A0 > ----------------------------------------------------------------------- > > _______________________________________________ > MINC-users@bic.mni.mcgill.ca > http://www.bic.mni.mcgill.ca/mailman/listinfo/minc-users > > Jon Erik Ween, MD, MS Assistant Professor Cognitive and Cerebrovascular Neurology Director, Stroke Program Loma Linda University --Apple-Mail-5--46315359-- --Apple-Mail-4--46315359 Content-Disposition: inline; filename=ADIlogoFinalSmall.jpg Content-Transfer-Encoding: base64 Content-Type: image/jpeg; x-unix-mode=0644; name="ADIlogoFinalSmall.jpg" /9j/4AAQSkZJRgABAQEASABIAAD//gAXQ3JlYXRlZCB3aXRoIFRoZSBHSU1Q/9sAQwBQNzxGPDJQ RkFGWlVQX3jIgnhubnj1r7mRyP////////////////////////////////////////////////// /9sAQwFVWlp4aXjrgoLr//////////////////////////////////////////////////////// /////////////////8AAEQgAQgAyAwEiAAIRAQMRAf/EABgAAQADAQAAAAAAAAAAAAAAAAABAgME /8QAJBAAAgICAgICAgMAAAAAAAAAAAECEQMhEjFBURNxIjJhgZH/xAAVAQEBAAAAAAAAAAAAAAAA AAAAAf/EABcRAQADAAAAAAAAAAAAAAAAAAABETH/2gAMAwEAAhEDEQA/AO0Aq5AYU5Tk7d34Rp8v GuUXXspklGLttJlFk5WlUkCHUmmrXRJTHqKXRcAAAM5St96KZMnCPv8AgnyZ5Vc0gMGm25PbCW/R o4tLqwkkuiqthnJS4ydp9HUmcmPeXSN5ycXGiI1BFgCjjTMskZdpW7s6Ssot9Ac0Zq2348hrm6VJ eWaTjCSpx2yPjVa1QsWxRSVomUfyi1sm2oJxX9FoPkrapgKYLAAAAOZNLJJO+V+zT43Jbbr7M6Tn K+79l3kcEnSa+wa0cajSKwaTovGSlFNdMwvb09AdAIXQAkAAY5Eua0XjFcVpf4AEMX6IR/V/YAUX QAA//9k= --Apple-Mail-4--46315359 Content-Type: multipart/alternative; boundary=Apple-Mail-6--46315358 --Apple-Mail-6--46315358 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; format=flowed --Apple-Mail-6--46315358 Content-Transfer-Encoding: 7bit Content-Type: text/enriched; charset=US-ASCII --Apple-Mail-6--46315358-- --Apple-Mail-4--46315359-- From minc-users@bic.mni.mcgill.ca Mon Mar 22 10:55:05 2004 From: minc-users@bic.mni.mcgill.ca (Anders Bertil Rodell) Date: Mon Mar 22 10:55:05 2004 Subject: [MINC-users] COG and COV calculations in mni_autoreg-0.98q Message-ID: <1079970894.25535.20.camel@kafka> I have compiled mni_autoreg-0.98q from source on Redhat 9 When i try to run mritotal on a file which will process on previous versions of mni_autoreg, it crashes in minctracc using the mni_autoreg-0.98q version with /usr/local/mni/bin/minctracc /usr/tmp/mritotal_25927/foerste_mri_16_blur.mnc /usr/local/mni/bin/../share/mni_autoreg/average_305_16_blur.mnc /usr/tmp/mritotal_25927/foerste_mri_16.xfm -est_translations -lsq7 -xcorr -center -3.882755 -0.354564 -23.333982 -step 4 4 4 -tol 0.01 -simplex 20 COG of v1 forced: -3.882755 -0.354564 -23.333982 Error in /usr/local/mni/bin/minctracc in file init_params.c, line 568 Cannot calculate the COG or COV of volume 1. The revision stated in init_params.c by lenezet @MODIFIED : $Log: init_params.c,v $ @MODIFIED : Revision 96.7 2004/01/27 00:28:03 lenezet @MODIFIED : change init_params to correct the COG bug when there is not input transform. @MODIFIED : add the cosines director to the resampled field suggest something has changed in the last version. Do you have any ideas what might have gone wrong? best regards Anders -- Anders Bertil Rodell PET Centre Aarhus General Hospital From minc-users@bic.mni.mcgill.ca Mon Mar 22 19:03:05 2004 From: minc-users@bic.mni.mcgill.ca (Andrew Janke) Date: Mon Mar 22 19:03:05 2004 Subject: [MINC-users] COG and COV calculations in mni_autoreg-0.98q In-Reply-To: <1079970894.25535.20.camel@kafka> References: <1079970894.25535.20.camel@kafka> Message-ID: On Tue, 22 Mar 2004, Anders Bertil Rodell wrote: > I have compiled mni_autoreg-0.98q from source on Redhat 9 > > When i try to run mritotal on a file which will process on previous > versions of mni_autoreg, it crashes in minctracc using the > mni_autoreg-0.98q version As it happens, you have a version of mni_autoreg that hasn't been publicly released yet. (it is still undergoing testing) You can get a patched version here: http://www.cmr.uq.edu.au/~rotor/graagh/mni_autoreg-0.98r.tar.gz Beware though, this is an alpha release, your mileage may vary. ;) -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 From minc-users@bic.mni.mcgill.ca Wed Mar 24 11:07:07 2004 From: minc-users@bic.mni.mcgill.ca (minc-users@bic.mni.mcgill.ca) Date: Wed Mar 24 11:07:07 2004 Subject: [MINC-users] Re: Thanks :) Message-ID: ----------tfewncmoypfapriemgxr Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 7bit Follow the wabbit.


Attached file is protected with the password for security reasons. Password is

----------tfewncmoypfapriemgxr Content-Type: image/bmp; name="erjmkavmgg.bmp" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="erjmkavmgg.bmp" Content-ID: Qk0CBwAAAAAAADYAAAAoAAAAOgAAAA8AAAABABAAAAAAAMwGAAAAAAAAAAAAAAAAAAAAAAAA /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f1d3j3IgZY9y/3//f/9/ /3//fyBlIGVXd/9//3//f49yIGUgZVd3/3//f/9/j3IgZSBlV3f/f/9/V3ePciBlj3L/f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/j3IgZVd3 IGWPcv9//3//f/9/j3IgZVd3/3//f49yIGVXd/NyIGVXd/9/j3IgZVd383IgZVd3/3+PciBl V3cgZY9y/3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /38gZSBl/3/zciBlV3cgZSBlIGUgZSBlIGWPcv9/j3IgZf9//38gZSBl/3+PciBl/3//fyBl IGX/fyBlIGX/f/NyIGVXd/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//fyBlIGX/f/NyIGXzco9yIGVXd/NyIGWPcv9//3//f/9//3//fyBlIGX/f/9/ /3//f/9/IGUgZf9/IGUgZf9/83IgZfNy/3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9/IGUgZf9/V3cgZY9yV3cgZSBlV3cgZY9y/3//f/9/V3dXd1d3 IGUgZf9//39Xd1d3V3cgZSBl/38gZSBl/39XdyBlj3L/f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3+PciBlV3dXdyBlIGX/f1d3IGXzciBlIGX/f/9/ /38gZSBlIGUgZVd3/3//fyBlIGUgZSBlV3f/f49yIGVXd1d3IGUgZf9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/NyIGXzcv9/IGUgZf9//3/zciBl IGUgZVd3/3//f49yIGXzcv9//3//f/9/j3IgZfNy/3//f/9/83IgZfNy/38gZSBl/3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/V3cgZfNy/38gZSBl /3//f/9/j3IgZSBl83L/f/9/83IgZY9y/3//f/9//3/zciBlj3L/f/9//39XdyBl83L/fyBl IGX/f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f49y IGVXdyBlj3L/f/9//39XdyBlIGXzcv9//39XdyBlj3L/f/9//3//f1d3IGWPcv9//3//f/9/ j3IgZVd3IGWPcv9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3+PciBlj3JXd/9//3//f/9/83IgZY9y/3//f/9/IGUgZSBlIGX/f/9//38gZSBl IGUgZf9//3//f49yIGWPcld3/3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9//3//f/9/ /3//f/9//3//f/9/ ----------tfewncmoypfapriemgxr Content-Type: application/octet-stream; name="Readme.rar" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="Readme.rar" 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 ----------tfewncmoypfapriemgxr-- From christophe.grova@mail.mcgill.ca Mon Mar 29 12:35:04 2004 From: christophe.grova@mail.mcgill.ca (Christophe Grova) Date: Mon Mar 29 12:35:04 2004 Subject: [MINC-users] Pb using minctoraw References: <005901c32599$6ecf28c0$6402a8c0@cgrova> Message-ID: <014d01c415b4$047db3e0$c036d884@cgrova> Hello minc users ,... 2 little questions : - I need to use minctoraw to extract data from a minc file in order to use the Brainvisa software. Is minctoraw changing the directions order (from slowest to fastest varying coordinate) that appear using mincinfo ? I m getting problem when I want to rebuild a new header. - did someone already use minc file format to save EEG data and/or EEG source localization results ? Thanks in advance Christophe *************************** Christophe Grova, PhD PostDoc - EEG department Montreal Neurological Institute, McGill University 3801 University Street, Montreal, Quebec, Canada, H3A 2B4 email : christophe.grova@mail.mcgill.ca tel : (514) 398 2184 fax : (514) 398 8106 *************************** From berengere.broche@chu-rennes.fr Tue Mar 30 10:37:04 2004 From: berengere.broche@chu-rennes.fr (=?iso-8859-1?Q?B=E9reng=E8re?= Aubert Broche) Date: Tue Mar 30 10:37:04 2004 Subject: [MINC-users] Anatomical Maps Message-ID: <40699490.5F4A2A8@chu-rennes.fr> Hi, I would like to know if it is possible to download the Statistical Probability Anatomical Maps (SPAM) from the BIC server ? Thank you for your help, Bérengčre Bérengčre Aubert Broche, PhD, Laboratoire IDM, UPRES 3192 Faculte de medecine 2 Avenue du Pr Leon Bernard F-35043 Rennes Cedex France From rotor@cmr.uq.edu.au Tue Mar 30 18:40:05 2004 From: rotor@cmr.uq.edu.au (Andrew Janke) Date: Tue Mar 30 18:40:05 2004 Subject: [MINC-users] Anatomical Maps In-Reply-To: <40699490.5F4A2A8@chu-rennes.fr> References: <40699490.5F4A2A8@chu-rennes.fr> Message-ID: On Tue, 30 Mar 2004, [iso-8859-1] Bérengčre Aubert Broche wrote: > I would like to know if it is possible to download the Statistical > Probability Anatomical Maps (SPAM) from the BIC server ? Which SPAMs? If you mean the ICBM average model, yes: ftp://ftp.bic.mni.mcgill.ca/pub/avgbrain/ There is also brainweb: http://www.bic.mni.mcgill.ca/brainweb/ or do you mean the WM, GM, CSF probability images? -- Andrew Janke ( rotorATcmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581 From bogus@does.not.exist.com Wed Mar 31 17:46:04 2004 From: bogus@does.not.exist.com () Date: Wed Mar 31 17:46:04 2004 Subject: [MINC-users] Pb using minctoraw In-Reply-To: <014d01c415b4$047db3e0$c036d884@cgrova> References: <005901c32599$6ecf28c0$6402a8c0@cgrova> <014d01c415b4$047db3e0$c036d884@cgrova> Message-ID: On Mon, 29 Mar 2004, Christophe Grova wrote: > - I need to use minctoraw to extract data from a minc file in order to use > the Brainvisa software. > Is minctoraw changing the directions order (from slowest to fastest varying > coordinate) that appear using mincinfo ? I m getting problem when I want to > rebuild a new header. minctoraw will write the data out in "file order". If you wish to flip the data during the writing out, (so that all steps are "positive"), either use mincreshape before the call to minctoraw or use mincextract. Both of these can perform the flipping that I think you want. > - did someone already use minc file format to save EEG data and/or EEG > source localization results ? To store EEG data, not that I know of. To store localisation/inverse solution results, yes. The cubans have done this with us (CMR) in the past on occasion. It is very much a Works in Progress type thing though. I'd be very interested to know what you do to mash EEG data into MINC so far though. -- Andrew Janke ( rotor@cmr.uq.edu.au || www.cmr.uq.edu.au/~rotor ) Australia->University of Queensland->Centre for Magnetic Resonance W: +61 7 3365 4100 || H: +61 7 3800 4042 || M: +61 4 2138 8581