arrShow-develop

所属分类:图形图象
开发工具:matlab
文件大小:2472KB
下载次数:5
上传日期:2019-03-29 16:51:02
上 传 者打不死的小强~
说明:  该开源软件可用于CT数据和MRI数据的分析和显示,功能实用,使用简单
(The open source software can be used for the analysis and display of CT and MRI data. It has practical functions and is easy to use.)

文件列表:
arrShow-develop\ab.m (475, 2016-04-08)
arrShow-develop\arrayShow_ISMRM2013.pptx (1380784, 2016-04-08)
arrShow-develop\arrShow.m (167577, 2016-04-08)
arrShow-develop\as.m (4885, 2016-04-08)
arrShow-develop\asBrowse.m (20800, 2016-04-08)
arrShow-develop\asCmplxChooserClass.m (11982, 2016-04-08)
arrShow-develop\asCursorPosClass.m (31511, 2016-04-08)
arrShow-develop\asDataClass.m (28706, 2016-04-08)
arrShow-develop\asIconClass.m (2535, 2016-04-08)
arrShow-develop\asImageTextClass.m (7258, 2016-04-08)
arrShow-develop\asInfoTextClass.m (5468, 2016-04-08)
arrShow-develop\asRoiClass.m (10879, 2016-04-08)
arrShow-develop\asSelectionClass.m (17650, 2016-04-08)
arrShow-develop\asStatisticsClass.m (11900, 2016-04-08)
arrShow-develop\asValueChangerClass.m (29901, 2016-04-08)
arrShow-develop\asWindowingClass.m (47002, 2016-04-08)
arrShow-develop\CHANGELOG.txt (2823, 2016-04-08)
arrShow-develop\createMultiframeTestphan.m (1025, 2016-04-08)
arrShow-develop\cursorPosFcn\drawPhaseCircle.m (1142, 2016-04-08)
arrShow-develop\cursorPosFcn\phaseCirclePlot.m (1237, 2016-04-08)
arrShow-develop\cursorPosFcn\phasePlot.m (1867, 2016-04-08)
arrShow-develop\cursorPosFcn\plotAlongDim.m (8705, 2016-04-08)
arrShow-develop\cursorPosFcn\plotCol.m (587, 2016-04-08)
arrShow-develop\cursorPosFcn\plotRow.m (586, 2016-04-08)
arrShow-develop\cursorPosFcn\plotRowAndCol.m (2034, 2016-04-08)
arrShow-develop\cursorPosFcn\userCursorPosFcn.m (1112, 2016-04-08)
arrShow-develop\customColormaps\blue_darkBlue_red.mat (1813, 2016-04-08)
arrShow-develop\customColormaps\gray_periodic.m (470, 2016-04-08)
arrShow-develop\customColormaps\NegRedPosGreen.mat (921, 2016-04-08)
arrShow-develop\customColormaps\redgreen_periodic.m (2084, 2016-04-08)
arrShow-develop\customColormaps\red_darkBlue_blue.mat (1831, 2016-04-08)
arrShow-develop\icons\asBrowse.png (491, 2016-04-08)
arrShow-develop\icons\colorbar.png (141, 2016-04-08)
arrShow-develop\icons\dontSend.png (749, 2016-04-08)
arrShow-develop\icons\download.png (487, 2016-04-08)
arrShow-develop\icons\figure.png (866, 2016-04-08)
arrShow-develop\icons\filter.png (2894, 2016-04-08)
arrShow-develop\icons\lena.mat (300581, 2016-04-08)
arrShow-develop\icons\lineup.png (887, 2016-04-08)
arrShow-develop\icons\lock.gif (207, 2016-04-08)
... ...

% Copyright (C) 2009-2013 Biomedizinische NMR Forschungs GmbH % http://www.biomednmr.mpg.de % Author: Tilman Johannes Sumpf % % 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 done only once) disp('Adding arrShow folders to path'); basePath = pwd; addpath(basePath); addpath([basePath,filesep,'supportFunctions']); addpath([basePath,filesep,'scripts']); addpath([basePath,filesep,'cursorPosFcn']); savepath(); %% 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) = *** = read direction % size(img1, 2) = *** = 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 ... %

近期下载者

相关文件


收藏者