<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Si Hoon Park,<div class=""><br class=""></div><div class="">It is common that tomograms have low values for high sample density and high values for low density.  The convention is that the values correspond to how much of the electron beam passes through the sample, so low density passes most of the beam gives high signal values.<div class=""><br class=""></div><div class="">When showing iso-surfaces of such an inverted map Chimera and ChimeraX draw surfaces at the box boundaries where the high values are next to the boundary because it is designed to show surfaces enclosing the high values.  You can turn those surfaces at the box boundaries off with command</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>volume #1 capFaces false</div><div class=""><br class=""></div><div class="">as described in the docs</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/volume.html#capfaces" class="">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/volume.html#capfaces</a></div><div class=""><br class=""></div><div class="">or you can make a new map with inverted values by multiplying by -1 with</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">        </span>vop scale #1 factor -1</div><div class=""><br class=""></div><div class="">If your map is unsigned you might also need to specify a signed value type since this produces negative values</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>vop scale #1 factor -1 valuetype float32</div><div class=""><br class=""></div><div class="">documented here</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/vop.html#scale" class="">https://www.cgl.ucsf.edu/chimera/current/docs/UsersGuide/midas/vop.html#scale</a></div><div class=""><br class=""></div><div class="">  Tom</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span></div><div class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Dec 9, 2021, at 10:55 AM, Elaine Meng via Chimera-users <<a href="mailto:chimera-users@cgl.ucsf.edu" class="">chimera-users@cgl.ucsf.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Dear Si Hoon Park,<br class="">That's a lot of questions!  I will try to number them separately.<br class=""><br class="">(1) Chimera can read some IMOD file types.  Here is the list of the file types Chimera can read:<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html</a>><br class=""><br class="">In the volume (density-map) category, IMOD map:<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html#volume" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html#volume</a>><br class=""><br class="">In the 3D object category, IMOD segmentation:<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html#object" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/filetypes.html#object</a>><br class="">... as further described here:<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/imod.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/imod.html</a>><br class=""><br class="">(2) Chimera also has many options for map filtering and masking.  See the "volume guide"<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/data/tutorials/volumetour/volumetour.html" class="">https://www.rbvi.ucsf.edu/chimera/data/tutorials/volumetour/volumetour.html</a>><br class=""><br class="">...and specific documentation for many Volume-related tools (menu: Tools... Volume Data... Volume Viewer and others), commands "volume" "vop" and "mask" and others:<br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/framevolumeviewer.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/framevolumeviewer.html</a>><br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/volumeviewer.html#organization" class="">https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/volumeviewer.html#organization</a>><br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/volume.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/volume.html</a>><br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/vop.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/vop.html</a>><br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/mask.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/mask.html</a>><br class=""><br class="">(3) You can hand-draw in Chimera by putting markers on slices with Volume Tracer and then combining the markers to make surfaces (also using that same tool). <br class=""><<a href="https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumepathtracer/framevolpath.html" class="">https://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumepathtracer/framevolpath.html</a>> <br class="">However, this is very labor-intensive and if you already have a surface created by some other means (e.g. reading in IMOD segmentation files) you can use that surface for masking instead of drawing it by hand.<br class=""><br class="">(4) I don't understand the inverting problem so I couldn't say how to fix it, sorry.  If possible, please explain it more or give a specific example to help us better understand.<br class=""><br class="">I hope this helps,<br class="">Elaine<br class="">-----<br class="">Elaine C. Meng, Ph.D.                       <br class="">UCSF Chimera(X) team<br class="">Department of Pharmaceutical Chemistry<br class="">University of California, San Francisco<br class=""><br class=""><br class=""><blockquote type="cite" class="">On Dec 8, 2021, at 9:28 PM, 박시훈 via Chimera-users <<a href="mailto:chimera-users@cgl.ucsf.edu" class="">chimera-users@cgl.ucsf.edu</a>> wrote:<br class=""><br class="">Dear chimera-users community,<br class="">I have questions about opening IMOD files in Chimera software.<br class="">Can I open the IMOD  files (*.mod) in Chimera? Or, Can I make a hand-drawn mask file in Chimera? I could apply several filters and masks in my iso-surface map, however, I don't know how to apply these options in Chimera. Moreover,  the reconstructed tomograms were shown to the inverted iso-surface map unlike IMOD.. Can I re-invert the iso-surface map in Chimera?<br class=""><br class="">Best regards<br class="">Si Hoon Park<br class=""><br class=""></blockquote><br class=""><br class="">_______________________________________________<br class="">Chimera-users mailing list: <a href="mailto:Chimera-users@cgl.ucsf.edu" class="">Chimera-users@cgl.ucsf.edu</a><br class="">Manage subscription: <a href="https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" class="">https://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a><br class=""><br class=""></div></div></blockquote></div><br class=""></div></div></body></html>