Skip to content
#

fmri

Here are 255 public repositories matching this topic...

kchawla-pi
kchawla-pi commented Mar 29, 2020

In the documentation built from master branch, there are two examples with missing thumbnails. These were imported from Nistats, and they are missing there as well.

We need to fix this before rolling out the next Nilearn stable.

The two examples are:

9.5.2. Example of a events.tsv file generation: the neurospin/localizer events
04_glm/first-level-models-write-events-file.py

9.8.9. D

effigies
effigies commented Nov 6, 2019

Right now the top-level ToC is:

  • Installation
  • Usage Notes
  • Running fMRIPrep via Docker containers
  • Running fMRIPrep via Singularity containers
  • Processing pipeline details
  • Susceptibility Distortion Correction (SDC)
  • Outputs of fMRIPrep
  • Defining standard and nonstandard spaces where data will be resampled
  • FAQ, Tips, and Tricks
  • Contributing to
ejolly
ejolly commented Jul 23, 2019

We should swap our current code where we loop over flattened arrays in Brain_Data.similarity() to scipy.spatial.distance.cdist which is 2 orders of magnitude faster.

For example, correlating a 5,000 x 50,000 Brain with a 11 x 50,000 Brain takes ~2:30 min, but with cdist takes about ~ 12 seconds.

rb643
rb643 commented Apr 29, 2020

Ideally I want to use this wonderful toolbox to generate the overview plots given in the interactive window but do the actual marking of these images externally.

Is there an option to generate individual plots without the interactive window (and preferably without the need for tkmedit) as I would like to run this as a batch job on our cluster and that wouldn't allow any graphical windows.

maximelucas
maximelucas commented Mar 6, 2020

Copy pasting the first few lines of the tutorial
https://teneto.readthedocs.io/en/latest/tutorial/networkrepresentation.html#temporalnetwork-object
yields an error at tnet.network.head() because tnet created with
tnet.generatenetwork('rand_binomial',size=(5,3), prob=0.5)
is a Numpy ndarray and not a Pandas DataFrame.

I haven't tried other ways of creating tnet, so I'm not sure if `t

Remi-Gau
Remi-Gau commented Aug 18, 2019

We want the web-app to automatically generate a method section.

We therefore need to have some template or boilerplate method section with empty placeholders to be filled in by the different options chosen by users when they fill the list.

This requires writing those boilerplate texts for each activity of the checklist.

  • This might need identifying which set of items can be grouped tog

Improve this page

Add a description, image, and links to the fmri topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the fmri topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.