Re: [Freesurfer] Weird Freesurfer results

2015-08-11 Thread Brent Womble
Hi Dr. Fischl, Have you had a chance to look at the recons I sent? -Brent On Thu, Aug 6, 2015 at 2:34 PM, Brent Womble wrote: > Thanks, Dr. Fischl. > > Original image and recon: > + brainmask.mgz (1.27 MiB) < > http://gate.nmr.mgh.harvard.edu/filedrop2/?p=agy57k1qjyh> > + lh.pial (4.33 MiB)

Re: [Freesurfer] Weird Freesurfer results

2015-08-06 Thread Brent Womble
Thanks, Dr. Fischl. Original image and recon: + brainmask.mgz (1.27 MiB) < http://gate.nmr.mgh.harvard.edu/filedrop2/?p=agy57k1qjyh> + lh.pial (4.33 MiB) < http://gate.nmr.mgh.harvard.edu/filedrop2/?p=1k79w4nsitw> + lh.white (4.33 MiB) < http://gate.nmr.mgh.harvard.edu/filedrop2/?p=90gq0da66ar>

Re: [Freesurfer] Weird Freesurfer results

2015-08-06 Thread Bruce Fischl
Hi Brent if you upload the subjects and point us at the specific locations you expect to see effects and the ones you don't we will take a look cheers Bruce On Thu, 6 Aug 2015, Brent Womble wrote: So I'm making changes to the intensity values in a specific area (a sphere or several slices

Re: [Freesurfer] Weird Freesurfer results

2015-08-04 Thread Bruce Fischl
What you really want to simulate is an underlying geometric deformation (like atrophy) that gets propagated through an image formation model to create an atrophic image. I don't think multiplying the image intensities is a good model for what you want. Atrophy doesn't look like a uniform darken

Re: [Freesurfer] Weird Freesurfer results

2015-08-04 Thread Brent Womble
Yes, I'm multiplying the image intensities by a scaling factor. Sorry if that wasn't clear. -Brent On Aug 4, 2015 12:09, "Bruce Fischl" wrote: > Hi Brent > > a quick look and it seems that your answer is "yes"? You are multiplying > the image intensities by some scale factor? > Bruce > > > On Tu

Re: [Freesurfer] Weird Freesurfer results

2015-08-04 Thread Bruce Fischl
Hi Brent a quick look and it seems that your answer is "yes"? You are multiplying the image intensities by some scale factor? Bruce On Tue, 4 Aug 2015, Brent Womble wrote: Yes. Here is the MATLAB script: for i = [1:20] %Load the original image and gray matter mask raw=l

Re: [Freesurfer] Weird Freesurfer results

2015-08-04 Thread Brent Womble
Yes. Here is the MATLAB script: for i = [1:20]%Load the original image and gray matter maskraw=load_nii([pwd,'/', num2str(i), '/pre.nii'])a=single(squeeze(raw.img)); c1_raw=load_nii([pwd,'/', num2str(i), '/c1pre.nii']);c1=squeeze(c1_raw.img);%Mask is gray around edges. Threshold to make it binaryc

Re: [Freesurfer] Weird Freesurfer results

2015-08-04 Thread Bruce Fischl
Hi Brent are you saying you just multiplied the gray matter intensities by some scale factor (>1)? Bruce On Tue, 4 Aug 2015, Brent Womble wrote: Hi everyone, I've been making synthetic brains to test how Freesurfer handles various structural changes. One of the changes I'm testing is increa