-
Notifications
You must be signed in to change notification settings - Fork 182
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
Wrong boys2rgb colormap #857
Comments
Hi, I would love to work on this issue |
cool. Which additional information I need to provide? |
Pls, kindly assign me this issue to work on @zhenchen-jay @skoudoro |
I am not able to do that since I don't have the necessary permission. @DanonymousCoder |
Hey @zhenchen-jay , @DanonymousCoder if you interested, please feel free to go on and create a PR. |
Already created a pull request @ganimtron-10 . Pls, kindly check. |
will look into it this week, thanks for the review @ganimtron-10 |
hello is this issue active?CAn I work on it? |
@Preetam-Das26 This is already picked up by @DanonymousCoder |
Description
I think there is a typo in the function boys2rgb
https://github.com/fury-gl/fury/blob/master/fury/colormap.py#L118
it is actually should be:
z4 = z2 * z2
This can be also seen in the initial matlab code: https://cagataydemiralp.io/projects/boys/line2rgb.m
Way to reproduce
The text was updated successfully, but these errors were encountered: