瀏覽代碼

add comment to dropped files

Christian Olaf Häusler 2 年之前
父節點
當前提交
2f87c5250d
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      README.md

+ 6 - 1
README.md

@@ -346,7 +346,12 @@ More information on DataLad and how to use it can be found in the DataLad Handbo
     # save results of first to third level
 
 ### comment: some cleaning that we did
+
+In order to limit the dataset to an appropriate size, we dropped some files that were generated by FEAT during an intermediate stage of the first level analyses. More specifically, we dropped *filtered_func_data.nii.gz* (4D fMRI data after all filtering) and *res4d.nii.gz* (residual noise images) for every subject and run using the following commands 
+
     git annex unused
     git annex dropunused all --force
     datalad drop --nocheck sub*/*.feat/filtered_func_data.nii.gz
-    datalad drop --nocheck sub*/*.feat/stats/res4d.nii.gz
+    datalad drop --nocheck sub*/*.feat/stats/res4d.nii.gz
+    
+If necessary, the files can be obtained by rerunnning the corresponding first level analysis.