<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi Susumu:<BR><BR>Thank you for answering my question regarding the gradient table. However the program crashes every time when I try to do a calculation (DTI mapping). I've tried to calculate Tensor, Color map, ADC map, Mean, but I always get this "The mriView3D MFC application has encountered a problem and needs to close".<BR><BR><BR>I am a new user to DTI studio, so there are probably a lot of mistakes I've made on my end, but could you please tell me what are the likely causes for the crash of my program? Your time and help is much appreciated.<BR><BR>Regards<BR><BR>Eric Q<BR><BR><HR id="stopSpelling">Date: Fri, 1 May 2009 09:32:56 -0400<BR>From: susumu@mri.jhu.edu<BR>To: mristudio-users@mristudio.org<BR>Subject: Re: [Mristudio-users] Gradient table<BR><BR>







<STYLE>
.ExternalClass .EC_shape
{;}
</STYLE>









<STYLE>
</STYLE>

<STYLE>
.ExternalClass p.EC_MsoNormal, .ExternalClass li.EC_MsoNormal, .ExternalClass div.EC_MsoNormal
{margin-bottom:.0001pt;font-size:12.0pt;font-family:'Times New Roman';}
.ExternalClass a:link, .ExternalClass span.EC_MsoHyperlink
{color:blue;text-decoration:underline;}
.ExternalClass a:visited, .ExternalClass span.EC_MsoHyperlinkFollowed
{color:blue;text-decoration:underline;}
.ExternalClass p
{margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:'Times New Roman';}
.ExternalClass span.EC_EmailStyle18
{font-family:Arial;color:navy;}
@page Section1
{size:8.5in 11.0in;}
.ExternalClass div.EC_Section1
{page:Section1;}
.ExternalClass ol
{margin-bottom:0in;}
.ExternalClass ul
{margin-bottom:0in;}
</STYLE>





<DIV class="EC_Section1">

<P class="EC_MsoNormal"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Hi Liang,</SPAN></FONT></P>

<P class="EC_MsoNormal"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.5in;text-indent:-.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"><SPAN style="">1)<FONT size="1" face="Times New Roman"><SPAN style='font:7.0pt "Times New Roman"'>      </SPAN></FONT></SPAN></SPAN></FONT>I
am not sure which coordinates (space) the ultimate gradient table was relative
to, such as frequency- and phase-encoding of image, horizontal and vertical
direction of image, or magnets' x/y/z coordinates. Based on your reply, I think
that it might be the last one.</P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">When you present vectors, color maps, or performing
fiber tracking, X, Y, and Z need to be defined by the image matrix. This is the
most natural way. The frequency/phase/slice and image x/y/z have permutation
relationship, like frequency – image x / phase – image y / slice –
image z or frequency – image y / phase – image x / slice – image
z.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">The relationship between magnet x / y / z and image x
/ y / z could have oblique relationship if oblique scan is used, and therefore
could be very complicated.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">The gradient table, ultimately, needs to adopt the
image x / y / z system. Now most vendor system is adopting a way to deliver
gradient application in the frequency/phase/slice system, moving away from
gradient x/y/z. This means, when oblique scan is employed, the scanner
dynamically recalculates the gradient table in the f/p/s coordinates. If the
scanner doesn’t do this (like old Siemens system), we have to recalculate
the table based on the oblique angles by ourselves. The former is more fool-proof.<BR>
<BR>
2) In my *.PAR file, there was last 3 columns representing diffusion directions
but obviously different between subjects. I don't know what diffusion were
recorded in this header file.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">I don’t have much experience with the new PAR
file, but if you are using oblique scans, it is not surprising the each patient
have different gradient table in the “magnet” coordinate. Suppose
we want to apply [1, 0, 0] in the first line of the gradient table, which is the
“X” orientation. If we use an oblique scan, magnet X and image X
are no longer the same. As I mentioned above, in the end, what we want to know
is gradient orientation in the image coordinate. So we have two choices. </SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">Choice 1: deliver magnet [1, 0, 0], meaning pure X
gradient application. This X gradient could be something like [0.9, 0.15, 0] in
the image coordinate. We need to do [1, 0, 0] x ImageRotation to get new
gradient table to do tensor calculation.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">Choice 2: deliver magnet [0.9, -0.15, 0] (I just made
up these numbers) so that the applied gradient aligns the image X axis. In this
case, we can use gradient table [1, 0, 0] for tensor calculation.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"> </SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-right:0in;margin-bottom:12.0pt;margin-left:.25in"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">I hope this makes your questions answered.</SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-bottom:12.0pt"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Susumu</SPAN></FONT></P>

<P class="EC_MsoNormal"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT></P>

<P class="EC_MsoNormal"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT></P>

<DIV>

<DIV class="EC_MsoNormal" align="center" style="text-align:center"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">

<HR size="2" width="100%" align="center">

</SPAN></FONT></DIV>

<P class="EC_MsoNormal"><B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</SPAN></FONT></B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma">
mristudio-users-bounces@mristudio.org
[mailto:mristudio-users-bounces@mristudio.org] <B><SPAN style="font-weight:bold">On Behalf Of </SPAN></B>liang wang<BR>
<B><SPAN style="font-weight:bold">Sent:</SPAN></B> Saturday, April 18, 2009
2:42 PM<BR>
<B><SPAN style="font-weight:bold">To:</SPAN></B> DTI Studio, ROI Editor,
Landmarker Questions/Support<BR>
<B><SPAN style="font-weight:bold">Subject:</SPAN></B> Re: [Mristudio-users]
Gradient table</SPAN></FONT></P>

</DIV>

<P class="EC_MsoNormal"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"> </SPAN></FONT></P>

<P class="EC_MsoNormal" style="margin-bottom:12.0pt"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">Dear Susumu</SPAN></FONT><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">,<BR>
<BR>
I also have a similar question about gradient tables in Philips scanner</SPAN></FONT>.
<BR>
<BR>
My data were collected using following protocols:<BR>
1) Gradient table: Medium<BR>
2) Gradient overplus: no<BR>
3) Oblique plane: yes, and different angles between subjects.<BR>
<BR>
Looking through your answer, I know that this set can result in the same
gradient table input into DTIstudio for all subject. However, 1) I am not sure
which coordinates (space) the ultimate gradient table was relative to, such as
frequency- and phase-encoding of image, horizontal and vertical direction of
image, or magnets' x/y/z coordinates. Based on your reply, I think that it
might be the last one.<BR>
<BR>
2) In my *.PAR file, there was last 3 columns representing diffusion directions
but obviously different between subjects. I don't know what diffusion were
recorded in this header file.<BR>
<BR>
Many thanks<BR>
<BR>
Liang</P>

<DIV>

<P class="EC_MsoNormal"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">2009/4/16 susumu &lt;<A href="mailto:susumu@mri.jhu.edu">susumu@mri.jhu.edu</A>&gt;</SPAN></FONT></P>

<DIV>

<DIV>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Hi Eric,</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">For Philips scanner there are several types of gradient
tables you can specify in the scanner. Please check your protocol for the
following points;</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<P style="margin-left:.5in;text-indent:-.25in"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">1)</SPAN></FONT><FONT size="1" color="navy"><SPAN style=""><SPAN style="font-size:7.0pt;color:navy">       </SPAN></SPAN></FONT><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Gradient table: High (32-orientation)/ Medium (15-orientation) /
Low (6-orientation)</SPAN></FONT></P>

<P style="margin-left:.5in;text-indent:-.25in"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">2)</SPAN></FONT><FONT size="1" color="navy"><SPAN style=""><SPAN style="font-size:7.0pt;color:navy">       </SPAN></SPAN></FONT><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Overplus (ON / OFF)</SPAN></FONT></P>

<P style="margin-left:.5in;text-indent:-.25in"><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">3)</SPAN></FONT><FONT size="1" color="navy"><SPAN style=""><SPAN style="font-size:7.0pt;color:navy">       </SPAN></SPAN></FONT><FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Oblique plane (X/Y/Z angles)</SPAN></FONT></P>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">The first option has 3 choices and the second option has 2
choices. Therefore, there are 3 x 2 = 6 gradient tables.</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">If the second option (Overplus) is NO, the third option has
no effect. If the second option is YES, the gradient table has to be rotated
based on the oblique angles.</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">To simplify the DTI processing, we recommend Overplus = NO.</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">We have the basic 6 tables, which can be used as is if you
use Overplus = OFF or Oblique angles = 0/0/0 degree.</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Please let us know which options you are using.</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy">Susumu</SPAN></FONT><BR>

<FONT size="2" color="navy" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:navy"> </SPAN></FONT><BR>

<DIV>

<DIV class="EC_MsoNormal" align="center" style="text-align:center"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt">

<HR size="2" width="100%" align="center">

</SPAN></FONT></DIV>

<B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</SPAN></FONT></B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma"> <A href="mailto:mristudio-users-bounces@mristudio.org">mristudio-users-bounces@mristudio.org</A>
[mailto:<A href="mailto:mristudio-users-bounces@mristudio.org">mristudio-users-bounces@mristudio.org</A>]
<B><SPAN style="font-weight:bold">On Behalf Of </SPAN></B>eric Q<BR>
<B><SPAN style="font-weight:bold">Sent:</SPAN></B> Thursday, April 16, 2009
9:44 PM</SPAN></FONT><BR>

<DIV>

<P class="EC_MsoNormal"><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma"><BR>
<B><SPAN style="font-weight:bold">To:</SPAN></B> <A href="mailto:mristudio-users@mristudio.org">mristudio-users@mristudio.org</A></SPAN></FONT></P>

</DIV>

<P class="EC_MsoNormal"><B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">Subject:</SPAN></FONT></B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma"> Re:
[Mristudio-users] Gradient table</SPAN></FONT></P>

</DIV>

<DIV>

<DIV>

<FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"> </SPAN></FONT><BR>

<P style="margin-bottom:12.0pt"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">Hello Dear DTIstudio users:<BR>
<BR>
I am new to DTIstudio, I was hoping someone could give me some much needed
advises for beginners.<BR>
<BR>
<BR>
I was trying to obtain the FA values for my brain phantom (PHILIP 3T scanner).
When I clicked on "DTI mapping", it prompted me to enter the
"gradient table", how do I calculate the "gradient table"?<BR>
<BR>
Thanks in advanced<BR>
<BR>
Best regards<BR>
<BR>
Eric<BR>
<BR>
</SPAN></FONT></P>

<DIV class="EC_MsoNormal" align="center" style="text-align:center"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">

<HR size="2" width="100%" align="center">

</SPAN></FONT></DIV>

<P style="margin-bottom:12.0pt"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">Date: Thu, 9 Apr 2009 11:04:09
-0400<BR>
From: <A href="mailto:susumu@mri.jhu.edu">susumu@mri.jhu.edu</A><BR>
To: <A href="mailto:mristudio-users@mristudio.org">mristudio-users@mristudio.org</A><BR>
Subject: Re: [Mristudio-users] MriView3D application close</SPAN></FONT></P>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">Hi Hugh,</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">When you got this error, please suspect one of the following
two reasons;</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">1) Memory shortage:</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">Even if you have many GB of memories, 32-bit Windows system
can allocate only 1 - 1.5 GB to each program. To check if you have the memory
problem, please restrict the slices to be calculated. In the
initial data parameter window, there is a section called "Slices to
be processed". Here you can specify only a portion of slices to be
processed. Please limit the slices to, for example, 0-9 and see how it goes. If
you can calculate tensors without errors, then you have the memory problem. The
solution is; a) upgrade to the 64-bit system or b) devide the calculation to 2
batches (e.g. slice 0-29 for the first batch and 30-59 for the second batch),
calculate all maps (e.g. FA), and later combine them.</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">2) Mismatch between the gradient table and the number of
images:</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">For example, if you specify 12-orientation table and 30
volume images, then you get the error. After loading the data and before you go
to the Dti Map tab, make sure that you have 1 b0 + 64 DWIs in the pull-down
menu in the right column of the Image tab. If you have the correct number of
the images, then you might have an error in your gradient table. Small mistakes
such as missing "," are often difficult to detect. The best way is;
a) load the data using DtiMapping under the "File" button on the top
left, b) close the window, c) open the image paremater window again by clicking
"DtiMapping" in the "File" button again, d) the window still
remembers the gradient table you entered last time. This remembered window
tells how DtiStudio interpreted your gradient table. If there is any syntax
errors, you may find them much easier. For example, if you enter, "4: 1
0.5 0", instead of "4: 1, 0.5, 0", then you would find, "4:
1, 0, 0".</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">If any of these do not solve the issue, please let us know.</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<FONT size="2" color="blue" face="Arial"><SPAN style="font-size:10.0pt;font-family:Arial;color:blue">Susumu</SPAN></FONT><BR>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana"> </SPAN></FONT><BR>

<DIV class="EC_MsoNormal" align="center" style="text-align:center"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">

<HR size="2" width="100%" align="center">

</SPAN></FONT></DIV>

<P style="margin-bottom:12.0pt"><B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma;font-weight:bold">From:</SPAN></FONT></B><FONT size="2" face="Tahoma"><SPAN style="font-size:10.0pt;font-family:Tahoma"> <A href="mailto:mristudio-users-bounces@mristudio.org">mristudio-users-bounces@mristudio.org</A>
[mailto:<A href="mailto:mristudio-users-bounces@mristudio.org">mristudio-users-bounces@mristudio.org</A>]
<B><SPAN style="font-weight:bold">On Behalf Of </SPAN></B>Hugh Wang<BR>
<B><SPAN style="font-weight:bold">Sent:</SPAN></B> Wednesday, April 08, 2009
6:30 PM<BR>
<B><SPAN style="font-weight:bold">To:</SPAN></B> <A href="mailto:mristudio-users@mristudio.org">mristudio-users@mristudio.org</A><BR>
<B><SPAN style="font-weight:bold">Subject:</SPAN></B> [Mristudio-users]
MriView3D application close</SPAN></FONT></P>

<P style="margin-bottom:12.0pt"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">Hi, <BR>
<BR>
I was using the dtistudio (ver. 2.4)  to look at the Siemens DICOM
diffusion images (1baseline,64 gradients). After successfully loading the
images, I click the "dti map" option at lower right corner. Whatever
calculation I choose, it always gives me an error: <BR>
<BR>
"MriView3D MFC Application has encountered a problem and needs to
close.  We are sorry for the inconvenience."<BR>
<BR>
I tried several PCs, and the problem keeped the same. I would appreciate that
if there's anyone having any idea on how to solve it. Thanks.<BR>
<BR clear="all">
Best,<BR>
Hugh</SPAN></FONT></P>

<DIV class="EC_MsoNormal" align="center" style="text-align:center"><FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">

<HR size="2" width="100%" align="center">

</SPAN></FONT></DIV>

<FONT size="2" face="Verdana"><SPAN style="font-size:10.0pt;font-family:Verdana">Find
car news, reviews and more <A href="http://a.ninemsn.com.au/b.aspx?URL=http://secure-au.imrworldwide.com/cgi-bin/a/ci_450304/et_2/cg_801459/pi_1004813/ai_859641&amp;_t=762955845&amp;_r=tig_OCT07&amp;_m=EXT">Looking to change your car this year?</A></SPAN></FONT><BR>

</DIV>

</DIV>

</DIV>

</DIV>

<P class="EC_MsoNormal" style="margin-bottom:12.0pt"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"><BR>
_______________________________________________<BR>
Mristudio-users mailing list<BR>
<A href="mailto:Mristudio-users@mristudio.org">Mristudio-users@mristudio.org</A><BR>
<A href="http://lists.mristudio.org/mailman/listinfo/mristudio-users">http://lists.mristudio.org/mailman/listinfo/mristudio-users</A></SPAN></FONT></P>

</DIV>

<P class="EC_MsoNormal"><FONT size="3" face="Times New Roman"><SPAN style="font-size:12.0pt"><BR>
<BR clear="all">
<BR>
-- <BR>
Liang Wang, PhD<BR>
Postdoctoral Fellow<BR>
Woodward Lab<BR>
Department of Psychiatry<BR>
University of British Columbia<BR>
BC Mental Health &amp; Addiction Services<BR>
938 West 28th Avenue<BR>
Vancouver BC
 V5Z 4H4<BR>
Telephone: 1-604-875-2000 (ext. 4735)<BR>
Fax: 1-604-875-3871<BR>
Email: <A href="mailto:wanglbit@gmail.com">wanglbit@gmail.com</A></SPAN></FONT></P>

</DIV><br /><hr />Check out the new Windows Live Messenger <a href='http://windowslive.ninemsn.com.au/article.aspx?id=792335' target='_new'>Looking for a fresh way to share your photos?</a></body>
</html>