Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinTV failing at some geometries/GPUs #602

Open
AnderBiguri opened this issue Oct 31, 2024 · 0 comments
Open

MinTV failing at some geometries/GPUs #602

AnderBiguri opened this issue Oct 31, 2024 · 0 comments

Comments

@AnderBiguri
Copy link
Member

Aparently this geometry with ASD_POCS fails in a TITAN V card:


nAngles = 720;

geo.DSD = 1703;                             % Distance Source Detector      (mm)
geo.DSO = 1433;                             % Distance Source Origin        (mm)
% Detector parameters
geo.nDetector=[2048; 2048]; % number of pixels              (px)
geo.dDetector=[0.0229; 0.0229]; % size of each pixel            (mm)
geo.sDetector=geo.nDetector.*geo.dDetector; % total size of the detector    (mm)
% Image parameters
geo.nVoxel=[2048;2048;2048];                   % number of voxels              (vx)


geo.sVoxel=[39.46;39.46;39.46];%[39.46;39.46;19.7317632];                   % total size of the image       (mm)  0.0192693 voxel size
geo.dVoxel=geo.sVoxel./geo.nVoxel;          % size of each voxel            (mm)
% Offsets          
geo.offOrigin =[0;0;0];                     % Offset of image from origin   (mm)  
geo.offDetector=[0; 0];                     % Offset of Detector            (mm)

Cannot test at the moment due to lack of large RAM machine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant