No Description

Remi Gau bdc1b912b5 update readme 3 years ago
.datalad 2658c8524a [DATALAD] new dataset 3 years ago
rawdata 0dd046c72d initial commit 3 years ago
.gitattributes aa492faa47 Instruct annex to add text files to Git 3 years ago
README.md bdc1b912b5 update readme 3 years ago

README.md

README

Content

This contains an high-res (0.7 mm) MP2RAGE of yours truly.

Data structure

Currently based on the the BIDS extension BEP001.

sub-01_inv-1_part-mag_MP2RAGE.nii.gz
sub-01_inv-1_part-phase_MP2RAGE.nii.gz
sub-01_inv-1_MP2RAGE.json
sub-01_inv-2_part-mag_MP2RAGE.nii.gz
sub-01_inv-2_part-phase_MP2RAGE.nii.gz
sub-01_inv-2_MP2RAGE.json

Some required fields in the json files from the BEP extension were not added yet.

The suffix MP2RAGE was added to the .bidsignore to pass the bids-validator test.

Reminders to future me

How to install

Type


# clone the dataset
datalad clone https://gin.g-node.org/RemiGau/remi-gau_high-res

# actually the data files content managed by git-annex
datalad get -s origin *


How to push new changes

Type


# you might need to start your ssh agent
eval "$(ssh-agent -s)"

# push the data to the gin sibling
datalad publish -d . --to gin --transfer-data all