cronelab / ReconstructionSuite

GNU General Public License v3.0
3 stars 0 forks source link

Documentation for development #15

Open adam2392 opened 3 years ago

adam2392 commented 3 years ago

Setting up Environment

Main API JS endpoints

routes:

template pages:

Main Data Structures

  1. BIDS electrodes.tsv and coordsystem.json
  2. BIDS-Derivatives annotations.tsv
  3. data views

Data is organized in BIDS:

The data files should be named and organized as: derivatives/seekviz/sub-<subject>/[ses-<session>]/sub-<subject>_ses-<session>_task-<task>_seek.json

Data View Abstraction

  1. 2D array of data with metadata json
  2. kwarg to determine if "connectivity" data or not

abstraction of data views:

adam2392 commented 3 years ago

@TheBrainChain some messy notes here, but todo is to highlevel document these and then get working on #14 for me.