seung-lab / zmesh

Marching Cubes & Mesh Simplification on multi-label 3D images.
GNU General Public License v3.0
58 stars 8 forks source link

Why do we need to transpose? #30

Closed william-silversmith closed 9 months ago

william-silversmith commented 2 years ago

In Igneous, we were writing (for a Fortran array):

self._mesher.mesh(data[..., 0].T)

Why is that? How can we avoid that?