home.social

#gifti — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #gifti, aggregated by home.social.

  1. I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at mvpa.blogspot.com/2025/01/intr.

    The material is mostly general, with all examples using #baseR #rstats code; it's accompanied by a major update to my gifti #knitr tutorial.

    I hope these will be useful to folks getting started with #neuroimaging datasets, as well as anyone looking for example scripts for reading, plotting, and manipulating (human fMRI) brain data files.

  2. I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at mvpa.blogspot.com/2025/01/intr.

    The material is mostly general, with all examples using #baseR #rstats code; it's accompanied by a major update to my gifti #knitr tutorial.

    I hope these will be useful to folks getting started with #neuroimaging datasets, as well as anyone looking for example scripts for reading, plotting, and manipulating (human fMRI) brain data files.

  3. I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at mvpa.blogspot.com/2025/01/intr.

    The material is mostly general, with all examples using #baseR #rstats code; it's accompanied by a major update to my gifti #knitr tutorial.

    I hope these will be useful to folks getting started with #neuroimaging datasets, as well as anyone looking for example scripts for reading, plotting, and manipulating (human fMRI) brain data files.

  4. I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at mvpa.blogspot.com/2025/01/intr.

    The material is mostly general, with all examples using #baseR #rstats code; it's accompanied by a major update to my gifti #knitr tutorial.

    I hope these will be useful to folks getting started with #neuroimaging datasets, as well as anyone looking for example scripts for reading, plotting, and manipulating (human fMRI) brain data files.

  5. I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at mvpa.blogspot.com/2025/01/intr.

    The material is mostly general, with all examples using #baseR #rstats code; it's accompanied by a major update to my gifti #knitr tutorial.

    I hope these will be useful to folks getting started with #neuroimaging datasets, as well as anyone looking for example scripts for reading, plotting, and manipulating (human fMRI) brain data files.

  6. @dpat I should have included a link to an explanation of what I meant by "tiger stripe" pattern, sorry. 😅 Here is some, and mvpa.blogspot.com/2021/06/dmcc has a bit more.

    This image shows the idea: the first three rows have typical surface temporal mean images; blotchy, but with "tiger stripes" at the top (central sulcus) visible (arrows). The fourth image is from a failed realignment: the underlying surface shape is ok, but the pattern is all wrong.

    #fMRI #neuroImaging #QC #gifti

  7. @SchnepfUwe Maybe adjust the resolution in the #knitr code chunk, or print via rasterImage()?

    My #rstats #gifti plotting tutorial (osf.io/jftuz) has examples of changing resolution (see chunk "code4").

    Here's a snippet of the other strategy:
    <<code1, fig.height=4.8, fig.width=7.5, fig.align='center'>>=

    plot(0:1, 0:1, type="n", ann=FALSE, axes=FALSE);

    rasterImage(readPNG(fname, native=TRUE), 0,0,1,1);
    @