Skip to content
New issue

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

Coordinates change after loading voxels form tiff #3608

Open
Gooda11 opened this issue Nov 5, 2024 · 4 comments
Open

Coordinates change after loading voxels form tiff #3608

Gooda11 opened this issue Nov 5, 2024 · 4 comments

Comments

@Gooda11
Copy link

Gooda11 commented Nov 5, 2024

Hello, I was uploading my tiff files using 'settings.voxelSize = mr.Vector3f( )' and 'volume = mr.loadTiffDir(settings)'. Then, I got a 3D volume. But the coordinates have changed. How can I avoid this, i.e., I want to keep the (x,y) coordinates from my tiff file in the created volume.
Thanks a lot

@Grantim Grantim changed the title Coordinates change after volume rendering Coordinates change after loading voxels form tiff's Nov 5, 2024
@Grantim Grantim changed the title Coordinates change after loading voxels form tiff's Coordinates change after loading voxels form tiff Nov 5, 2024
@Grantim
Copy link
Contributor

Grantim commented Nov 5, 2024

Hello!

settings.voxelSize = mr.Vector3f( ) means mr.Vector3f( 0, 0, 0 ) which is not valid values in this case. You need to specify positive voxel size

@Gooda11
Copy link
Author

Gooda11 commented Nov 5, 2024 via email

@Grantim
Copy link
Contributor

Grantim commented Nov 5, 2024

Could you please attach an example how to reproduce the issue?

@Gooda11
Copy link
Author

Gooda11 commented Nov 5, 2024

Hello, I have sent the example to '"MeshInspector Support" support@meshinspector.com'. Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants