Skip to content

MindControl is an app for quality control of neuroimaging pipeline outputs. Demo:

License

Notifications You must be signed in to change notification settings

akeshavan/mindcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2bf391 · Jul 6, 2018
Aug 14, 2016
Jan 13, 2018
Jul 2, 2018
Jan 15, 2018
Sep 7, 2016
Jul 19, 2016
Jan 25, 2018
Feb 15, 2018
Jun 24, 2016
Jun 30, 2016
Jul 6, 2018
Dec 21, 2017
Jul 2, 2018
Feb 15, 2018

Repository files navigation

mindcontrol

MindControl is an app for quality control of neuroimaging pipeline outputs.

Installation

Install meteor

curl https://install.meteor.com/ | sh

Clone this repository

git clone https://github.com/akeshavan/mindcontrol

start the server

cd mindcontrol
meteor --settings settings.dev.json

In a browser navigate to localhost:3000

Configure

Create a database json file similar to http://dxugxjm290185.cloudfront.net/hbn/hbn_manifest.json

  • The required key values pairs are name subject_id check_masks and entry_type.
  • Make sure name is UNIQUE
  • check_masks is a list with paths relative to a staticURL
  • Host your database json file on a server and copy/paste its url into the "startup_json" value on settings.dev.json
  • Define each module in settings.dev.json to point to your entry_type, and define the module's staticURL

Demo

Check out the demo. This data is from the 1000 Functional Connectomes Project

Things to do in the demo:
  • create an account by clicking sign in on the top navigation bar
  • click on a site (for example, Baltimore) to only show exams from that site
  • In the freesurfer table, click the select box to change the metric of the histogram

switch histograms

  • Brush the histogram to filter the table, which only shows freesurfer id's that match the brush range

brushing and viewing images

  • Save your filter by typing a name in the left text-box
  • Click 'reset' to undo the filtering
  • Click on a Freesurfer subject id to open a new window that shows the aparc+aseg file
  • Mark Pass, Fail, Needs Edits, or Edited, and leave some comments about the image. Click 'save'
  • You can log points

log points

  • You can log curves

log curves

  • Edit voxels:

edit voxels

  • (beta) You can collaborate on the same image:

collaborate

About

MindControl is an app for quality control of neuroimaging pipeline outputs. Demo:

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published