[chimerax-users] How to show fib-sem tomography data as solid volume
Tom Goddard
goddard at sonic.net
Tue May 24 10:28:44 PDT 2022
Hi Edoardo,
Elaine's example shows how to make the middle solid box image of your figure. To make the left image which shows 4 slices you can do something like this
open 11638 from emdb
set bgColor white
volume #1 style image region 0,0,50,256,256,200 step 1,1,50 colormode l8 proj 2d-z showOutlineBox true outlineBoxRgb black
Here's an explanation of the options in that long volume command. "style image" means gray scale rendering instead of surface. "region 0,0,50,256,256,200" gives the bounds of the region and says to start at z plane 50 and end at z plane 200, the six values xmin,ymin,zmin,xmax,ymax,zmax. The "step 1,1,50" means show every voxel along x and y axes, but only every 50th plane in z. The "colormode l8" means make the planes opaque. The "proj 2d-z" means show the planes of the volume as 2d planes perpendicular to the z axis. The "showOutlineBox true" means to draw the lines outlining the data and "outlineBoxRgb black" makes the line color black. Documentation here
https://www.cgl.ucsf.edu/chimerax/docs/user/commands/volume.html#dispsolid
A simpler approach would be just to use the Volume Viewer panel and set the style (menu above the histogram) to "plane". That will show a scrollbar that lets you flip through the planes (you may have to scroll the volume viewer panel to see the horizontal scrollbar below the histogram). Then without rotating you just choose the planes you want and save an image of each plane with background transparency ("save plane1.png width 1500 transparent true") and stack them in photo editing program.
Tom
> On May 24, 2022, at 9:18 AM, Elaine Meng via ChimeraX-users <chimerax-users at cgl.ucsf.edu> wrote:
>
> Hi Edoardo,
> I believe you can do this by choosing "box" display from the rightmost pulldown in the Volume Viewer dialog. See the screenshot attached below.
>
> Volume Viewer dialog settings:
> <https://rbvi.ucsf.edu/chimerax/docs/user/tools/volumeviewer.html <https://rbvi.ucsf.edu/chimerax/docs/user/tools/volumeviewer.html>>
>
> I hope this helps,
> Elaine
> -----
> Elaine C. Meng, Ph.D.
> UCSF Chimera(X) team
> Department of Pharmaceutical Chemistry
> University of California, San Francisco
>
> <Screen Shot 2022-05-24 at 9.15.15 AM.png>
>
>
>> On May 24, 2022, at 8:00 AM, Edoardo D Imprima via ChimeraX-users <chimerax-users at cgl.ucsf.edu <mailto:users at cgl.ucsf.edu>> wrote:
>>
>> Hello,
>> Could you please tell me how to display fib-sem tomography data as a compact volume that can be navigated by sliding planes? The data consists of a series of frames that I can convert as .mrc volume or .mrcs stack. I attach a snapshot taken from a review that illustrates (middle panel) the visualisation I would like to obtain. The medical-image panel in ChimeraX is very handy however, the “full” option shows the volume while I need to display the planes of each side to slice through them.
>> Looking forward to your feedback,
>> Best wishes,
>> Edoardo
>
> _______________________________________________
> ChimeraX-users mailing list
> ChimeraX-users at cgl.ucsf.edu
> Manage subscription:
> https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.rbvi.ucsf.edu/pipermail/chimerax-users/attachments/20220524/c9043865/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: emd11638_planes.png
Type: image/png
Size: 404022 bytes
Desc: not available
URL: <http://www.rbvi.ucsf.edu/pipermail/chimerax-users/attachments/20220524/c9043865/attachment-0001.png>
More information about the ChimeraX-users
mailing list