cicwi / SliceRecon

This repository has moved to:
https://cicwi.github.io/RECAST3D
GNU General Public License v3.0
6 stars 4 forks source link

Overlapping reconstructions #9

Closed jwbuurlage closed 5 years ago

jwbuurlage commented 5 years ago

When you repeatedly send the same data to the slice reconstruction server, reconstructions start overlapping after three full rotations sets have been received.

In particular, this happens when you have e.g. 601 projections, and a group size of 300. It is unclear if it also happens if the projection count is a multiple of the group size.

We need to verify the buffer swapping, and processing, is happening as expected. An initial code inspection did not yield anything out of the ordinary...

Is this the case for all data sets regardless of parameters?

jwbuurlage commented 5 years ago

Fixed in dfc5280.