Changes between Initial Version and Version 1 of Ticket #8183
- Timestamp:
- Dec 13, 2022, 6:30:38 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8183
- Property Component Unassigned → Volume Data
- Property Owner set to
- Property Platform → all
- Property Project → ChimeraX
- Property Status new → assigned
- Property Summary ChimeraX bug report submission → Volume image opacity is too sensitive where brightness curve is near top of histogram
- Property Type defect → enhancement
-
Ticket #8183 – Description
initial v1 4 4 ChimeraX Version: 1.6.dev202211082330 (2022-11-08 23:30:49 UTC) 5 5 Description 6 6 7 Opacity changes in image style volume rendering are too sensitive when many planes are shown (e.g. 100) and the transfer function is near 1 (top of histogram). It goes from rather transparent to fully opaque with just a tiny change of height of the brightness curve on the histogram. 8 9 The per-plane opacity is determined as alpha_plane = 1 - (1-alpha_curve)**(1/nplanes). The nplanes equals the number of displayed planes times the transparency depth parameter (default 0.5). If nplanes = 100 and alpha_curve = 0.99 then alpha_plane = 0.045. To get alpha_plane close to 1 requires an absurdly close alpha_curve value to 1, for instance alpha_curve = 1 - 1e-30 gives alpha_plane = 0.5. 10 11 The interactive adjustment of the brightness curve height works very poorly to control opacity near height 1. 12 7 13 8 14 Log: