Giter VIP home page Giter VIP logo

bids_fmri_scripts's People

Stargazers

 avatar  avatar

Watchers

 avatar

bids_fmri_scripts's Issues

FFX improvements

  • make FAST the default instead of AR(1)
  • pass HRF time
  • dispersions derivatives
  • possibility to pass a specific mask
  • residuals of GLM for quality checks on sphericity
  • implement MAC toolbox goodness of fit?
  • other quality control (e.g from SPMup ?)
  • refactor!!!

TO DO list

This could actually be turned into a kanban / project on github: @mohmdrezk let me know if you want to set one up.

Things to check:

  • : test on several BIDS dataset from openneuro
  • : test with octave
  • : test with older matlab

Things to do:

  • containerize with docker
  • paralellize where possible (parfor loops).
  • separate matlabbatch creation and matlabbatch running: could come in handy for containerization or when working on a HPC

unspecified dependencies

Apparently the code base calls some functions that are not just SPM based.

e.g.
n=load_untouch_nii(fileName);
save_untouch_nii(n_dummies,fullfile(dummiesOuputDir,['dummies_',fileName]) )

Are they functions from vistasoft?

I guess we could add the whole thing as a dependency but that might be a bit of an overkill: depends how much we use things from that codebase.

Otherwise we could use SPM functions to do the same.

call to spm_BIDS

I think that one good way to refactor the code will be to make use of the spm_BIDS function to grab a lot of info from the data set

check SPM version

I think we definitely need to add a check to the SPM version otherwise people will run into trouble with the json reading problems.

OS path issue. "/" vs "\"

There is one issue about the code in general. Since I was copying it from the older scripts, everything is based on macOS/linux directories. So these scripts wont work well with windows directories.
This also on my list, that the directories should use "fullfile" function rather than the strings with the "/" or "".

use spm_BIDS: STC and preproc

I have kept working on the pipeline and tried to adapt it.

Before I submit a new pull request you can check what I have done by

  • add my repository as one of your remote to your own repository by typing this where you are in the folder of your own project on your local machine:
    git remote add remi https://github.com/Remi-Gau/BIDS_fMRI_scripts.git
  • get the content of my repository onto your machine
    git fetch remi
  • switch to one of my branches to look what I have done
    git checkout implement_BIDS_preproc

You will not be able to push changes to that branch until I give you write access but it can allow to see where I am at the moment before I make a pull request.

Of course you can make branch from this work I have done and make a PR on implement_BIDS_preproc on repo but I think that it makes more sense if we keep your repo as the place where most of the final merging happens.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.