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
The API reference docs for sphereTransform (for all of Java, Matlab and Icy) currently don't make a lot of sense:
sphereTransform
the output is created with the same size as the input:
clij2-docs/reference_sphereTransform.md
Line 35 in c94f45d
clij{2,x}-assistant
the center coordinates are arbitrarily set:
Lines 38 to 40 in c94f45d
0.0
1.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The API reference docs for
sphereTransform
(for all of Java, Matlab and Icy) currently don't make a lot of sense:the output is created with the same size as the input:
clij2-docs/reference_sphereTransform.md
Line 35 in c94f45d
and it's unclear how the correct output dimensions can be derived from a given input.
I'd suggest to add something along the lines of the actual computation in
clij{2,x}-assistant
to the docs:https://github.com/clij/clij2-assistant/blob/1cef95e60735399c994c7e3186b1c2aa03059c5d/src/main/java/net/haesleinhuepf/clij2/assistant/interactive/handcrafted/SphereTransform.java#L83-L85
https://github.com/clij/clijx-assistant/blob/6b6c719098179ee3fe6afa6317aba0b6d70d927a/src/main/java/net/haesleinhuepf/clijx/assistant/interactive/handcrafted/SphereTransform.java#L83-L85
the center coordinates are arbitrarily set:
clij2-docs/reference_sphereTransform.md
Lines 38 to 40 in c94f45d
If they are supposed to represent relative values as the name suggests, they should be between
0.0
and1.0
, or otherwise their name should be changed (see also SphereTransform: center coords are not relative clij2#42)The text was updated successfully, but these errors were encountered: