We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b4cc7 commit 01e98a4Copy full SHA for 01e98a4
1 file changed
docs/quickstart.md
@@ -78,7 +78,8 @@ $ dcmclient dcm2waveform ecg.dcm out.csv # ECG/EEG samples → CSV / WAV
78
79
```console
80
$ dcmclient dcmconv --to j2k ct.dcm out.dcm # transcode (also: rle / jls / htj2k / jxl / …)
81
-$ dcmclient dcm2nii ct_series/ ct.nii.gz # validated NIfTI
+$ dcmclient dcm2nii ct_series/ ct.nii.gz # validated 3-D NIfTI
82
+$ dcmclient dcm2nii --dwi dti_series/ dwi.nii.gz # 4-D DWI stack + FSL .bval/.bvec
83
$ dcmclient img2dcm photo.jpg out.dcm # JPEG → Secondary Capture
84
$ dcmclient pdf2dcm report.pdf out.dcm # wrap a PDF ↔ dcm2pdf extracts it back
85
$ dcmclient dcm2pdf report.dcm report.pdf # …the reverse: pull the embedded document out
0 commit comments