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

tortuosity_gdd returns throat tortusoity values in the wrong order #919

Open
ma-sadeghi opened this issue Mar 10, 2024 · 0 comments
Open
Labels
bug PR tag for bug fixes

Comments

@ma-sadeghi
Copy link
Member

Currently, it returns throat tortuosity in yzx order, rather than xyz:

# x direction
network_calc(image=im,
chunk_size=chunk_size,
network=net,
phase=air,
bc=['left', 'right'],
axis=1),
# y direction
network_calc(image=im,
chunk_size=chunk_size,
network=net,
phase=air,
bc=['front', 'back'],
axis=2),
# z direction
network_calc(image=im,
chunk_size=chunk_size,
network=net,
phase=air,
bc=['top', 'bottom'],
axis=0)]

@rickyfann

@ma-sadeghi ma-sadeghi added the bug PR tag for bug fixes label Mar 10, 2024
@ma-sadeghi ma-sadeghi changed the title Throat tortuosity values returned by tortuosity_gdd are possibly mixed up tortuosity_gdd returns throat tortusoity values in the wrong order Mar 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug PR tag for bug fixes
Projects
None yet
Development

No branches or pull requests

1 participant