Skip to content

Suggestions for improvement (Setup and first lesson, NIfTI) #19

Open
@travis-jeans

Description

@travis-jeans

First I would like to say I have been enjoying the lessons so far. I have completed Setup and Anatomy of a NIfTI. It is my first introduction to looking at fMRI data in Python (or any programming language), so I appreciate how these learning resources have been made so accessible and approachable to a newbie. I hope I can provide some helpful comments from a beginner's perspective. I also have limited experience with git, so this was my first time downloading a git archive.

First, some comments on the setup page.

  • Laid out very clearly in terms of formatting, dependencies, required installations
  • I personally found the conda install instructions for dcm2niix most useful, perhaps these instructions could be in Setup.
  • I could not get DataLad to work, and it is not immediately clear to me what benefit DataLad has over downloading the git. In addition, I did not understand the path '///openneuro/ds000030'. It's not obvious to me what the root folder is before ///, and if this is specific to unix or something else. However I found a solution to this.
  • I ended up downloading the materials using 'git clone https://github.com/carpentries-incubator/SDC-BIDS-IntroMRI.git' and put it somewhere on my C:/Users/[user]/neuroimaging as git had an issue with the default directory lacking space (not sure why this is, perhaps irrelevant).
  • Regarding how to load the data. I intially tried Binder. Turning off ads seemed to help the main binder directory load but none of the files seemed to be linked as they lead to an error when loading. For this reason I ended up going with the Jupyter Notebook option on Windows 10 and installing any packages via Anaconda Navigator or using the terminal when they were available via pip or conda only.

Next, some brief comments about lesson 1, Anatomy of a NIfTI

  • The instructions in this tutorial were very easy to follow, were informative, and I encountered very few errors.
  • The instructions "type t1_img. followed by Tab" does nothing on my machine or Jupyter Notebook setup. I am using a custom theme, monokai, so I cannot be sure if this is the issue or if this is specific to another platform. (Update: The solution is to update the jedi package).
  • In one place "<kbdTab" it is not formatted correctly in the document.
  • When specifying x_slice, I think it should be [9,:,:] not [9:,:,:]
  • One other minor formatting issue " ((\text{Right},\text{Anterior},\text{Superior}))"

I hope this helps!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions