]> gitweb.michael.orlitzky.com - spline3.git/blobdiff - src/Main.hs
Clean up the imports/exports between MRI and Main.
[spline3.git] / src / Main.hs
index 0afe2f7cc4a27e19f32823b2474f601a00d265f5..80f5e97fb874809fb4634c904fba98133ad0211d 100644 (file)
@@ -5,8 +5,18 @@ import qualified Data.Array.Repa as R
 import System.Environment (getArgs)
 
 import Grid (zoom)
-import MRI
-
+import MRI (
+  flip_x,
+  flip_y,
+  mri_shape,
+  mri_slice3d,
+  read_word16s,
+  round_array,
+  swap_bytes,
+  write_values_slice_to_bitmap,
+  write_word16s,
+  z_slice
+  )
 
 in_file :: FilePath
 in_file = "./data/mri.bin"