Skip to content

Create image from data for QC

Eduardo Garza-Villarreal edited this page Sep 19, 2019 · 1 revision

A quick way to do QC instead of looking at each image is to create JPG images for each.

For example:

for i in *_t1_pp.mnc; do mincpik -scale 20 -t ${i} ${i%.*}.jpg; done

You can use montage for more options.

Clone this wiki locally