-
Notifications
You must be signed in to change notification settings - Fork 58
Guideline: Uploading sample data
Agah edited this page Oct 28, 2021
·
3 revisions
Sample data are hosted here. We highly encourage qMRLab contributors to have an account on Open Science Framework to follow this data repo.
Sample data main folder attains the same name with the model (i.e. model.MRIinputs
):
properties
MRIinputs = {'inputData1','inputData2'};
end
Template:
- model_name (main_folder) ------
- inputData1
- inputData2
- inputData#
- FitResults (subfolder) ------
-
- FitResults.mat
-
- fitOutput1
-
- fitOutput2
-
- fitOutput#
Example:
- b0_dem (main_folder)
- Magn.nii.gz
- Phase.nii.gz
- FitResults (subfolder)
-
- FitResults.mat
-
- B0map.nii.gz
Compress these files to model_name.zip using the following terminal command (OSX users):
- Navigate to the model_name main folder
zip -r model_name.zip . -x ".*" -x "__MACOSX"
Contact with qMRLab developers through a GitHub issue to ask them to upload your sample data to the OSF repository.