Skip to content

Commit e4823f8

Browse files
authored
Add a demo for simulations with source/focal spot offset
1 parent 0315727 commit e4823f8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

MATLAB/Demos/d025_OffsetSource.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
%% Initialize
2323
clear;
2424
close all;
25-
run 'D:\dyf20\CT\TIGRE-offSource\MATLAB\InitTIGRE.m'
2625
%% Geometry
2726
geo=defaultGeometry();
2827
head=headPhantom(geo.nVoxel);
@@ -43,4 +42,4 @@
4342
% show the difference caused by the offset of source
4443
imtool([P0(:,:,100)-P1(:,:,100)],[])
4544
% show the similar reconstruction images
46-
imtool([img_ref(:,:,128),img(:,:,128)],[])
45+
imtool([img_ref(:,:,128),img(:,:,128)],[])

0 commit comments

Comments
 (0)