-
Notifications
You must be signed in to change notification settings - Fork 233
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
What's the mean of levels and opacities? #26
Comments
Hi, I wanted to explain this by updating the docs on this, but let's start here first. A transfer function maps voxel values in the range Would really like to have an example reproducing for instance this Does this help? I will keep this open until transfer functions are better documented. |
Thanks for your help. I think I need to learn some details about the transfer functions. |
it looks like the upperbound for opacity is hardcoded here. is there a way to modify this programmatically at present? https://github.com/maartenbreddels/ipyvolume/blob/master/ipyvolume/transferfunction.py#L88 |
Hi Satrajit, yes, I have to say that the transfer functions are something that needs more work, but I've added a max_opacity keyword to volshow(..) as you can see in the referenced commit. It would be possible btw to get a reference to this max opacity, but it's difficult to obtain, and this change makes more sense I think. cheers, Maarten |
PS: Please raise a new issue next time :) |
thanks. will do |
I can not understand the effect of slides of levels and opacities? I think that the API is not clear about this part of content. Can anyone help me?
The text was updated successfully, but these errors were encountered: