Skip to content

Commit 7ef7e98

Browse files
committed
Small change to astra
1 parent 45531df commit 7ef7e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

savu/plugins/reconstructions/astra_recons/astra_recon_gpu.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ def setup_3D(self):
9292
self.manual_mask = True if not self.parameters['sino_pad'] else False
9393

9494
def astra_3D_recon(self, sino, cors, angles, vol_shape, init):
95-
sino = sino[:,:,10:]
9695
# while len(cors) is not self.sino_shape[self.slice_dir]:
9796
# cors.append(0)
9897
proj_id = False

0 commit comments

Comments
 (0)