SkillAgentSearch skills...

ArrShow

arrayShow: A Matlab image viewer for multidimensional complex data (e.g. MRI images)

Install / Use

/learn @tsumpf/ArrShow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

% Copyright (C) 2009-2013 Biomedizinische NMR Forschungs GmbH % http://www.biomednmr.mpg.de % Author: Tilman Johannes Sumpf tsumpf@gwdg.de % % Distributed under the Boost Software License, Version 1.0. % (See accompanying file LICENSE_1_0.txt or copy at % http://www.boost.org/LICENSE_1_0.txt)

%% before the first run, we need to register some paths for arrayShow % (this needs to be executed only once from within the arrayShow base folder) disp('Adding arrShow folders to path'); arrShow.registerPaths();

%% Example: %%%%%%%%%%%%%%%%%%%%%

% create multi-echo, multi-frame, mutli-coil testdata data1 = createMultiframeTestphan;

% do a standard Fourier reconstruction img1 = asDataClass.mrIfft(data1);

% notice that the data is a 5-dimensional array with % size(img1, 1) = 64 = read direction % size(img1, 2) = 64 = phase direction % size(img1, 3) = 16 = echoes % size(img1, 4) = 30 = movie frames % size(img1, 5) = 4 = coils disp(size(img1));

% store some informations in a parameter struct par.patient = 'Phantom'; par.study = 'Test'; par.code = 1.23;

%% display the images with arrayShow as(img1, 'info', par);

%...try using the mouse wheel or the + and - keys to cycle through the different echoes. % The windowing can be changed by pressing the 3rd mouse button. % Doubleclick to reset windowing ... %

View on GitHub
GitHub Stars35
CategoryDevelopment
Updated2mo ago
Forks23

Languages

MATLAB

Security Score

90/100

Audited on Jan 29, 2026

No findings