Jelajahi Sumber

add comment to dropped files

Christian Olaf Häusler 2 tahun lalu
induk
melakukan
2f87c5250d
1 mengubah file dengan 6 tambahan dan 1 penghapusan
  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.