External Email - Use Caution
Hello! I would like to output the location and value of each vertex on a surface to a text file. How could I go about doing this?
Thanks, Sara Sims
mris_convert lh.white lh.white.asc will convert it to ascii. This file will have both xyz coordinates and neighborhood relationships, so you'll have to delete the latter. You can also load the surface into matlab with read_surf.m
On 10/03/2018 11:48 AM, Sims, Sara A wrote:
External Email - Use Caution
Hello!
I would like to output the location and value of each vertex on a surface to a text file. How could I go about doing this?
Thanks,
Sara Sims
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
Doug, I'm sorry. It is actually a surface overlay. So same question but about overlays: How could I output the location and value information?
Sara Sims
On 10/3/18, 12:10 PM, "freesurfer-bounces@nmr.mgh.harvard.edu on behalf of Greve, Douglas N.,Ph.D." <freesurfer-bounces@nmr.mgh.harvard.edu on behalf of DGREVE@mgh.harvard.edu> wrote:
mris_convert lh.white lh.white.asc will convert it to ascii. This file will have both xyz coordinates and neighborhood relationships, so you'll have to delete the latter. You can also load the surface into matlab with read_surf.m
On 10/03/2018 11:48 AM, Sims, Sara A wrote: > > External Email - Use Caution > > Hello! > > I would like to output the location and value of each vertex on a > surface to a text file. How could I go about doing this? > > Thanks, > > Sara Sims > > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Hi Sara
something like:
mris_convert -c lh.your_overlay lh.white lh.your_overlay.asc
should do the trick
cheers Bruce On Mon, 8 Oct 2018, Sims, Sara A wrote:
External Email - Use CautionDoug, I'm sorry. It is actually a surface overlay. So same question but about overlays: How could I output the location and value information?
Sara Sims
On 10/3/18, 12:10 PM, "freesurfer-bounces@nmr.mgh.harvard.edu on behalf of Greve, Douglas N.,Ph.D." <freesurfer-bounces@nmr.mgh.harvard.edu on behalf of DGREVE@mgh.harvard.edu> wrote:
mris_convert lh.white lh.white.asc will convert it to ascii. This file will have both xyz coordinates and neighborhood relationships, so you'll have to delete the latter. You can also load the surface into matlab with read_surf.m
On 10/03/2018 11:48 AM, Sims, Sara A wrote:
External Email - Use CautionHello!
I would like to output the location and value of each vertex on a surface to a text file. How could I go about doing this?
Thanks,
Sara Sims
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer
External Email - Use Caution
Thanks so much!
Sara Sims Graduate Research Fellow University of Alabama at Birmingham Department of Psychology 205-975-4060 snolin@uab.edu
On 10/8/18, 11:30 AM, "freesurfer-bounces@nmr.mgh.harvard.edu on behalf of Bruce Fischl" <freesurfer-bounces@nmr.mgh.harvard.edu on behalf of fischl@nmr.mgh.harvard.edu> wrote:
Hi Sara
something like:
mris_convert -c lh.your_overlay lh.white lh.your_overlay.asc
should do the trick
cheers Bruce On Mon, 8 Oct 2018, Sims, Sara A wrote:
> External Email - Use Caution > > Doug, > I'm sorry. It is actually a surface overlay. So same question but about overlays: How could I output the location and value information? > > Sara Sims > > On 10/3/18, 12:10 PM, "freesurfer-bounces@nmr.mgh.harvard.edu on behalf of Greve, Douglas N.,Ph.D." <freesurfer-bounces@nmr.mgh.harvard.edu on behalf of DGREVE@mgh.harvard.edu> wrote: > > mris_convert lh.white lh.white.asc will convert it to ascii. This file > will have both xyz coordinates and neighborhood relationships, so you'll > have to delete the latter. You can also load the surface into matlab > with read_surf.m > > On 10/03/2018 11:48 AM, Sims, Sara A wrote: > > > > External Email - Use Caution > > > > Hello! > > > > I would like to output the location and value of each vertex on a > > surface to a text file. How could I go about doing this? > > > > Thanks, > > > > Sara Sims > > > > > > > > _______________________________________________ > > Freesurfer mailing list > > Freesurfer@nmr.mgh.harvard.edu > > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > > _______________________________________________ > Freesurfer mailing list > Freesurfer@nmr.mgh.harvard.edu > https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer > > >
freesurfer@nmr.mgh.harvard.edu