[ismrmrd] 70/281: working on matlab example
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Wed Jan 14 20:00:57 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to annotated tag ismrmrd0.5
in repository ismrmrd.
commit d1080008b9a0c70b30d38276b9f87f1e7c30ef09
Author: Souheil Inati <souheil.inati at nih.gov>
Date: Wed Jan 16 20:46:39 2013 -0500
working on matlab example
---
examples/matlab/testsynth.m | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/matlab/testsynth.m b/examples/matlab/testsynth.m
index 5528a4b..ee8ed5c 100644
--- a/examples/matlab/testsynth.m
+++ b/examples/matlab/testsynth.m
@@ -13,7 +13,7 @@
%
% Install the package folder and add it to your Matlab path.
% Change the path below to match your install location.
-addpath('/usr/local/ismrmd/matlab');
+%addpath('/usr/local/ismrmd/matlab');
%% Creating an ISMRMRD file with synthetic data
%
@@ -27,7 +27,7 @@ rho(nx/4+1:3*nx/4,ny/4+1:3*ny/4) = 1;
kdata = fftshift(fft2(fftshift(rho)));
% Create a new ISMRMRD file
-g = ismrmrd.file(synthfile);
+g = ismrmrd.file('synthetic.h5');
% Construct the XML header
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/ismrmrd.git
More information about the debian-science-commits
mailing list