From fa599909ba52e74cd17b37d34181a48e5e5c558c Mon Sep 17 00:00:00 2001 From: Nicola Vigano <nicola.vigano@esrf.fr> Date: Tue, 4 Jun 2013 23:13:43 +0200 Subject: [PATCH] Fixed Absorption/mask volumes creation for big volumes Signed-off-by: Nicola Vigano <nicola.vigano@esrf.fr> --- 5_reconstruction/GtGuiThresholdVolume.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5_reconstruction/GtGuiThresholdVolume.m b/5_reconstruction/GtGuiThresholdVolume.m index 03ee0ecc..e7c2d00a 100644 --- a/5_reconstruction/GtGuiThresholdVolume.m +++ b/5_reconstruction/GtGuiThresholdVolume.m @@ -25,7 +25,7 @@ classdef GtGuiThresholdVolume < GtGuiThresholdGrain end if (filerIndex == 1) - save(fullfile(pathname, filename), 'vol'); + save(fullfile(pathname, filename), 'vol', '-v7.3'); else edf_write(vol, fullfile(pathname, filename)); end -- GitLab