소스 검색

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.