Skip to content
Snippets Groups Projects
Commit e8c4eb46 authored by Nicola Vigano's avatar Nicola Vigano
Browse files

Removed leftover

parent e083494f
No related branches found
No related tags found
No related merge requests found
...@@ -16,9 +16,6 @@ classdef Gt6DVolumeToBlobProjector < Gt6DVolumeProjector ...@@ -16,9 +16,6 @@ classdef Gt6DVolumeToBlobProjector < Gt6DVolumeProjector
self = self@Gt6DVolumeProjector(volumes, detector_size, varargin{:}); self = self@Gt6DVolumeProjector(volumes, detector_size, varargin{:});
self.blobs_depths = blobs_depths; self.blobs_depths = blobs_depths;
self.statistics.add_task('fproj_permute_ss_single', 'SS FP Permute Blob time (single)');
self.statistics.add_task('bproj_permute_ss_single', 'SS BP Permute Blob time (single)');
end end
function fwd_weights = getRowsSum(self) function fwd_weights = getRowsSum(self)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment