๐ŸŽ Gift idea for the rider in your life! Tag them below! @jacksonvillenightryderz #GiftI deas #PerfectPresent

Visit the post for more.

Night Ryderz
๐ŸŽ Gift idea for the rider in your life! Tag them below! @jacksonvillenightryderz #GiftI deas #PerfectPresent

Visit the post for more.

๐Ÿ๏ธ Night Ryderz๐Ÿš—๐Ÿšš
๐ŸŽ Gift idea for the rider in your life! Tag them below! @jacksonvillenightryderz #GiftI deas #PerfectPresent

Visit the post for more.

๐Ÿ๏ธ Night Ryderz๐Ÿš—๐Ÿšš
๐ŸŽ Gift idea for the rider in your life! Tag them below! @jacksonvillenightryderz #GiftI deas #PerfectPresent

Visit the post for more.

๐Ÿ๏ธ Night Ryderz๐Ÿš—๐Ÿšš
๐ŸŽ Gift idea for the rider in your life! Tag them below! @jacksonvillenightryderz #GiftI deas #PerfectPresent

Visit the post for more.

๐Ÿ๏ธ Night Ryderz๐Ÿš—๐Ÿšš

I posted a new introduction to surface #gifti and volume #NIfTI #fMRI data at https://mvpa.blogspot.com/2025/01/intro-to-working-with-volume-and.html.

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.

intro to working with volume and surface brain data

When preparing to update my surface (gifti) tutorial knitr , I realized that some of the confusion I was trying to address wasn't due to the...

@dpat I should have included a link to an explanation of what I meant by "tiger stripe" pattern, sorry. ๐Ÿ˜… Here is some, and https://mvpa.blogspot.com/2021/06/dmcc55b-supplemental-as-tutorial-basic_18.html 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

DMCC55B supplemental as tutorial: basic fMRI QC: temporal mean, SD, and tSNR

This is the fourth post in a series describing the  DMCC55B supplemental files . The first introduces the dataset , the second  questionnair...

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

My #rstats #gifti plotting tutorial (https://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);
@

OSF