Satrajit Ghosh

Results 492 comments of Satrajit Ghosh

> any realistic timeline there? the basic form of that doc has not changed in a while, and from my perspective it's done unless someone has issues. i think @cmaumet...

i don't think the spec should restrict the set of properties in the metadata file. for example, over the years heudiconv has allowed putting in more metadata into the json...

@oesteban - it's a little hard to find the cifti files in there. are there specific datasets that were processed with the cifti-output flag? the gifti files are easy to...

perhaps one smallish dataset with `--cifti-output` may be nice to run a full analysis on.

@bthirion - this works beautifully for now (assuming no spatial smoothing of autocorrelation estimates). an example of this here: https://nbviewer.jupyter.org/urls/dl.dropbox.com/s/oov6fuy81xo2ugy/quickrender-nistats.ipynb?dl=0 the nistats version is at the bottom. we will try...

@bthirion - is there something similar for second level? the current second_level_model fit routine expects volumes. do you have something that also works with gifti output or a numpy array,...

@Remi-Gau - these should have cifti files: https://github.com/OpenNeuroDerivatives

@iglpdc - any help would be much appreciated. right now there is a big discussion going on about testing and merging #32 to maintain a common code base. i would...

thanks @thewtex - i will start testing this out with 108. btw, did the mcp save the code into a script that could be reused?

this should get you past the dataset issues and the notebook appears to train. ```diff diff --git a/nobrainer/processing/generation.py b/nobrainer/processing/generation.py --- a/nobrainer/processing/generation.py +++ b/nobrainer/processing/generation.py @@ -5,7 +5,7 @@ import tensorflow as...