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

2D+T not loaded back into Aivia correctly #12

Open
tlancon opened this issue Apr 28, 2020 · 1 comment
Open

2D+T not loaded back into Aivia correctly #12

tlancon opened this issue Apr 28, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@tlancon
Copy link
Contributor

tlancon commented Apr 28, 2020

Need to specify axes using imsave

Example with skimage:
skimage.io.imsave(resultLocation, outputData, None, {'axes':'XYZ'})

Example with tifffile:
tifffile.imsave(f"{outpath}/my_TZCYX_data.tif", data, metadata={'axes': 'TZCYX'})

Do we need to say which axes are present for each case, or can we always use the TZYX format even if those aren't present?

@tlancon tlancon added the bug Something isn't working label Apr 28, 2020
tlancon added a commit that referenced this issue Apr 28, 2020
Now updated to handle 2D+T correctly using 'axes' metadata parameter of tifffile.imwrite #12
@tlancon
Copy link
Contributor Author

tlancon commented Apr 28, 2020

Need to test in:

  • Skeletonize
  • Morphological Texture
  • Max Slices
  • Min Slices
  • Meijering Neuriteness
  • Max Mask
  • Adjust Sigmoid
  • Adjust Gamma

seismonastic pushed a commit that referenced this issue Jun 17, 2020
Now updated to handle 2D+T correctly using 'axes' metadata parameter of tifffile.imwrite #12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant