Hi Binh,
You can show only a limited set of z planes of the map using the volume command region option
volume #1 region 0,0,50,255,255,70
The 6 numbers are the grid indices imin,jmin,kmin,imax,jmax,kmax where i,j,k are gride indices along the x,y,z axes. So the example shows just z planes 50 - 70. And you can save just that part of the map if you want
save map_z50_z70.mrc model #1
You can also use the Crop mouse mode (Right Mouse Toolbar) and simply drag the z-faces of your volume to crop it to a smaller size in z. It might help to show the map outline box (Map Toolbar / Outline Box button) when using the mouse mode so you can easily see where the map box bounds are. When you use the mouse mode it will put in the log the volume command with the region option to do the cropping so you can see the exact grid indices used.
But it looks to me that your layers in the filament are in planes that are not perpendicular to z so showing a slab in z is going to include partial tilted layers. To cleanly get just 2 layers you would fit an atomic model to those two layers and use the "volume zone" command. There is no magic simpler way to define the tilted, probably not even planar layers you want to extract.
Tom
On Jul 3, 2024, at 4:24 PM, Binh Nguyen via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote: