#!/bin/sh
#mdsCreateSHM -name test -size 1024 &

mdsLoadDicom -o shm:test <../data/dicom/80.dcm
mdsSliceRange -i shm:test -o shm:test
mdsSliceView -i shm:test
