We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.dims is abbreviated, yet .position and .voxels is not. Should probably abbreviate them all or spell them all out.
.dims
.position
.voxels
dims: Array[3] position: Array[3] voxels: Int8Array[64]
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
If the chunk format is changed to use ndarray max-mapper/voxel#18 then dims will become shape
dims
shape
No branches or pull requests
.dims
is abbreviated, yet.position
and.voxels
is not. Should probably abbreviate them all or spell them all out.The text was updated successfully, but these errors were encountered: