We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aparently this geometry with ASD_POCS fails in a TITAN V card:
Cannot test at the moment due to lack of large RAM machine
The text was updated successfully, but these errors were encountered: