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

Add missing types for ImageJ #62

Merged
merged 10 commits into from
Sep 4, 2024
Merged

Add missing types for ImageJ #62

merged 10 commits into from
Sep 4, 2024

Conversation

carlosuc3m
Copy link
Member

This pull request was created from branch, so that needs to happens first.
This addresses #60

@carlosuc3m carlosuc3m requested a review from StRigaud August 13, 2024 12:44
@carlosuc3m carlosuc3m linked an issue Aug 13, 2024 that may be closed by this pull request
@carlosuc3m carlosuc3m marked this pull request as ready for review August 13, 2024 20:50
@carlosuc3m
Copy link
Member Author

This pull request adds the missing data types int8, int16, int32 and uint32 to the imageplus converter.

It also contains the corresponding push and pull tests for imageplus.
@StRigaud

@StRigaud
Copy link
Member

StRigaud commented Aug 23, 2024

No more error on my side after a quick test running this:
https://github.com/clEsperanto/clij3/blob/a0b80e70ad2a3ab59047d4af8783a1885915cfde/src/main/java/net/clesperanto/test/YetAnotherPlayground.java#L12-L31

I have the correct output.

Simple question though is it normal the output is of type 8-bit for FIJI ?

image

@StRigaud
Copy link
Member

my bad, the return is 32-bit

@carlosuc3m
Copy link
Member Author

@StRigaud pending all the checks pass this branch should be ready to be merged into main

@carlosuc3m
Copy link
Member Author

One remark is that the tests might fail at some point if many actions are running in parallel and the runners run out of memory.

@StRigaud StRigaud merged commit 8e87f81 into main Sep 4, 2024
12 checks passed
@StRigaud StRigaud deleted the add-missing-types-imagej branch September 20, 2024 07:23
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

Successfully merging this pull request may close these issues.

Unsupported datatype by Converter (ImagePlus)
2 participants