Re: [Freesurfer] write dipoles function

2012-01-26 Thread Guthormsen, Amy M
anl.gov> > CC: freesurfer@nmr.mgh.harvard.edu<mailto:freesurfer@nmr.mgh.harvard.edu> > Subject: Re: [Freesurfer] write dipoles function > > Hi Amy > > hmmm, no one has used that for ages that I know of! Looks like it is an > ascii file with: > > #!ascii > numb

Re: [Freesurfer] write dipoles function

2012-01-25 Thread Don Hagler
...@lanl.gov; freesurfer@nmr.mgh.harvard.edu Subject: Re: [Freesurfer] write dipoles function thanks Don are you guys still using this function? Bruce On Wed, 25 Jan 2012, Don Hagler wrote: > Hi Bruce and Amy, > > I think that menu command actually outputs a binary file, which I would

Re: [Freesurfer] write dipoles function

2012-01-25 Thread Bruce Fischl
2'); dipole_info=fread(fp,[6,n_dipole],'float'); fclose(fp); fprintf('%s: %d dipoles\n',mfilename,n_dipole); > Date: Wed, 25 Jan 2012 17:35:22 -0500 > From: fis...@nmr.mgh.harvard.edu > To: aguth...@lanl.gov > CC: freesurfer@nmr.mgh.harvard.edu > Subject:

Re: [Freesurfer] write dipoles function

2012-01-25 Thread Don Hagler
dipoles\n',mfilename,n_dipole); > Date: Wed, 25 Jan 2012 17:35:22 -0500 > From: fis...@nmr.mgh.harvard.edu > To: aguth...@lanl.gov > CC: freesurfer@nmr.mgh.harvard.edu > Subject: Re: [Freesurfer] write dipoles function > > Hi Amy > > hmmm, no one has used that for a

Re: [Freesurfer] write dipoles function

2012-01-25 Thread Bruce Fischl
Hi Amy hmmm, no one has used that for ages that I know of! Looks like it is an ascii file with: #!ascii number of vertices x y z nx ny nz . . . vnum nbr_0 nbr_1 ... nbr_(vnum-1) . . . where ... means it is repeated for # of vertices, are the vertex coords and is the surface normal On Wed,