<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">HI Joshua,<div><br></div><div>  Do you want to save the bounding box x,y,z coordinates of the Segger regions?  Or the centroid of the Segger regions?  Or the map value at every grid point?  All these things could be done with some Python code.  All of the map file formats written by ChimeraX</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/save.html#mapformats">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/save.html#mapformats</a></div><div><br></div><div>are binary formats, not text.  But I could provide you a bit of Python code if you needed text output.  There are examples of ChimeraX Python code on the ChimeraX recipes web site, for example, here is one that puts a marker on every connected surface blob in a map</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">  </span><a href="https://rbvi.github.io/chimerax-recipes/mark_blobs/mark_blobs.html">https://rbvi.github.io/chimerax-recipes/mark_blobs/mark_blobs.html</a><br><div><br></div><div>  Tom</div><div><br></div><div><br></div><div><blockquote type="cite"><div>On Jan 10, 2023, at 9:38 AM, Elaine Meng via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:</div><br class="Apple-interchange-newline"><div><div>Hi Joshua,<br>The tomogram data is a map (values at grid points), so presumably however you write it out would need to contain not only coordinates but the map values at those coordinates.  The built-in options for saving a map are listed here (and can be listed in the Log with command "save formats"):<br><https://rbvi.ucsf.edu/chimerax/docs/user/commands/save.html#mapformats><br><br>I don't know if any of those qualify as "simple 3D coordinates," but if not, you may have to resort to python coding to write out the map in the format that you want.<br><br>I hope this helps,<br>Elaine<br>-----<br>Elaine C. Meng, Ph.D.                       <br>UCSF Chimera(X) team<br>Department of Pharmaceutical Chemistry<br>University of California, San Francisco<br><br><blockquote type="cite">On Jan 10, 2023, at 7:12 AM, Joshua Jenkins via ChimeraX-users <chimerax-users@cgl.ucsf.edu> wrote:<br><br>Hi, <br><br>I've segmented a tomogram using EMAN2 neural network workflow. I then use the segger function to extract regions of interest within the segmented volume, and save these to .mrc. I wondered if there is a way in chimera, or chimeraX, to convert/extract/save the .mrc volume as a simple 3D coordinates file (txt or tbl)?<br><br>Best wishes,<br>Josh<br></blockquote><br><br>_______________________________________________<br>ChimeraX-users mailing list<br>ChimeraX-users@cgl.ucsf.edu<br>Manage subscription:<br>https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users<br><br></div></div></blockquote></div><br></div></body></html>