[codespell]
skip = .git,*.json,dcm_qa*
# te - the TE used in the code often
# clen - another common variable for length of smth
# tage - for \tAge, inline ignores are yet to be released
# SPOFF - GE diffusion cycling mode
# nd - there is some kind of ND whi
# ❯ grep -e 'trace or MD ' -e 'Trace/ND' ./console/nii_dicom_batch.cpp
#		// the isotropic trace or MD can be calculated) often come as
#			/*if (!dcmList[indx0].isDerived) //no need to warn if images are derived Trace/ND pair
# ser - used in  printMessage(" acq %d img %d ser %ld ...
# puls - Siemens PMU waveform/log naming (PULS = pulse oximeter trace,
#        e.g. _PULS.log); not a typo for PULSE/PLUS
# varian - Varian Medical Systems (MRS vendor handled by spec2nii);
#          not a typo for "variant"
ignore-words-list = clen,hep,indx,nd,puls,ser,spoff,tage,te,varian
