CERN / CERN/TIGRE

MinTV failing at some geometries/GPUs

Open
#602 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
MATLAB
Stars
803
Forks
262
Avg merge
9d 13h
Merged PRs (30d)
8

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.