<div dir="ltr"><div>Hi,</div><div><br></div><div>Regarding <a href="https://www.rbvi.ucsf.edu/pipermail/chimera-users/2022-March/018516.html">https://www.rbvi.ucsf.edu/pipermail/chimera-users/2022-March/018516.html</a></div><div><br></div><div>I stumbled upon this thread somewhat late, so here is my approach to do what Pranav asked, just in case:</div><div><br></div><div>1. Use the "Place Objects" plugin to map back your particles into the tomogram, using STL files to represent the average</div><div><br>2. Generate an MRC volume made up entirely of "ones", exactly the same size as your tomogram. For example, for a volume that is 928x928x464 voxels one can do this in EMAN using: <br>$ e2proc3d.py :928:928:464:1 ones_bin4.mrc<br></div><div>You could obviously use some other program to do the same thing, or Python, MATLAB, etc.<br></div><div><br></div><div>3. Load this "ones" volume in your Chimera session. Make sure all regions are loaded in step 1, e.g.<br></div><div> vol #2 style surface step 1 level 0.5 region all<br></div><div>(the volume doesn't have to be visible, though)</div><div><br></div><div>4. Mask your "ones" volume using the surface of the mapbacks from "Place Object", e.g.:<br>

<div>mask #1 #2 fullmap true</div><div><br></div><div>5. Save the new, masked volume as an MRC file<br></div><div><br></div><div>The result is essentially a binary 
volume

(well, not exactly because of the masking interpolation) where voxels of your mapped-back particles are 1 and the rest is 0. This is quite useful to compose segmentations and mapbacks on tomograms in Chimera or ChimeraX having full control like we do with any MRC volume (unlike e.g. STL or COLLADA objects).<br><br></div><div>Note you may get some artifacts on the edges, so you might have to play a bit with the thresholds both when creating the STL of your subtomogram average and when displaying your new volume "sculpted" by the mapbacks, to minimize those. The results however have been good enough in my experience, working with low-resolution averages :-)<br></div>

</div><div><br></div><div>Hope this helps!</div><div><br></div><div>Best wishes,<br></div><div><div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><br>--<br>Ricardo Diogo Righetto<br></div></div></div></div></div>