/cmi-analyses

MRI analysis scripts and such for various projects

Primary LanguageJupyter Notebook

CMI Analyses

A repository of MRI analysis code for the CMI.

Adding an analysis directory

git remote add <analysis> ssh://<user>@<server>:/path/to/remote/repo
git subtree add --prefix <analysis> <analysis> <commit>

Updating an analysis directory

git subtree pull --prefix <analysis> <analysis> <commit>

Index

  • rbc-distcorr: Comparing C-PAC vs fmriprep distortion correction processing for RBC.
  • parquet-join-query: Benchmark of DuckDB query performance over joined parquet tables.