Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in step1b/reorganize script.
  • Loading branch information
rhancockn committed Feb 20, 2020
1 parent 36ac777 commit 05a9980
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,10 @@

Due Feb 23.

# Changes

- 2/20 12:30: Fix typo in step1b/reorganize script.

# Data Description

The raw DICOM data is located in `/scratch/psyc5171/exercises/bidshw` for a single subject, `TD902TD` (note you will need to copy and rename this folder).
Expand Down
2 changes: 1 addition & 1 deletion bids/code/reorganize.sh
Expand Up @@ -6,5 +6,5 @@ for SUBJECT_DIR in `ls -d /data/raw/sub-*`; do
dicomsort.py -r -e .dcm $d
done
mv ${SUBJECT_DIR}/*/* ${SUBJECT_DIR}
m -rf ${SUBJECT_DIR}/[1-9]*
rm -rf ${SUBJECT_DIR}/[1-9]*
done

0 comments on commit 05a9980

Please sign in to comment.