arttumiettinen / pi2

C++ library and command-line software for processing and analysis of terabyte-scale volume images locally or on a computing cluster.
GNU General Public License v3.0
48 stars 13 forks source link

Space of coarse_block_radius #9

Closed normanrz closed 1 year ago

normanrz commented 1 year ago

Quick question: In what coordinate system is the coarse_block_radius evaluated? If I set coarse_block_radius = 400 and coarse_binning = 4 is that 400 or 1600 voxels in the native voxel space?

arttumiettinen commented 1 year ago

Both coarse_block_radius and fine_block_radius are evaluated in the non-binned native voxel space. I have added a clarification of this in the default stitch settings template file.