Skip to content

Commit ee6647a

Browse files
Typos found by codespell
1 parent a938833 commit ee6647a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

anonymization/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ __________
177177
#### `archives/2016-06-29`
178178

179179
Initial script for all acquisition centres.
180-
* At this point DICOM tag (0010,0020) _PatientID_ is not removed. It is suposed to contain PSC1.
180+
* At this point DICOM tag (0010,0020) _PatientID_ is not removed. It is supposed to contain PSC1.
181181
* DICOM tags (0010,4000) _PatientComments_ and (0020,4000) _ImageComments_ are removed.
182182

183183
[1]: http://mircwiki.rsna.org/index.php?title=DicomEditor

qc/Basic_MRI_QC_cVEDA.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ foreach sub ($argv)
329329
echo "" >> $out_echo
330330
echo "DWI QC :" >> $out_echo
331331
echo " [1] Blip Up data should be acquired in P>>A phase encode and Blip down data in A>>P" >> $out_echo
332-
echo " [2] Atleast 1 b0 & >80% of high b should be of good quality" >> $out_echo
332+
echo " [2] At least 1 b0 & >80% of high b should be of good quality" >> $out_echo
333333
echo "" >> $out_echo
334334
echo "rsfMRI QC:" >> $out_echo
335335
echo "TSNR: Gray matter and ventricles have lower temporal signal to noise ratio (TSNR) than white matter" >> $out_echo

0 commit comments

Comments
 (0)