Check usage of volumes centres and edges, and make explicit their dimensions #125
Labels
documentation
Improvements or additions to documentation
invalid
This doesn't seem right
medium priority
Should be fixed soon, but doesn't disastrously impact project
Volume.build_edges
produces a tensor of corner coordinates for voxels in the volume, andVolume.centres
is the centre coordinates of the each voxel. These are in (x,y,z) form. However in many locations in the code, e.g. during volume inference, or returning the voxel layer from volumes, the form is (z,x,y).The text was updated successfully, but these errors were encountered: