Skip to content

Instantly share code, notes, and snippets.

@hyobyun
Last active December 18, 2015 00:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hyobyun/5699110 to your computer and use it in GitHub Desktop.
Save hyobyun/5699110 to your computer and use it in GitHub Desktop.
CIDAR QC png check using feh
cd /research/CIDAR_proc_test
images=`find . -mindepth 1 -maxdepth 1 -type d | cut -c3- | sort`
cd /research/CIDAR/QC_output
for i in $images; do
feh --auto-zoom --fullscreen --draw-filename \
mosaic/$i\_anat.png \
mosaic/$i\_RestSeq.png \
mosaic/$i\_RestAlt.png \
3dTqual/$i.3dTqualInt.png \
3dTqual/$i.3dTqualSeq.png \
motion/$i.motionSeq.png \
motion/$i.motionInt.png \
outlier/$i.OutliersSeq.png \
outlier/$i.OutliersInt.png
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment