<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="">Chimera does not have any command to make bounding boxes from fake atoms.  If you want to do something this far beyond the scope of normal Chimera uses then you will have to program in Python.  There is a little documentation on how to write Python programs that use Chimera capabilities that you can find by searching online.  If you are new to this it will probably take you several weeks of effort to learn how to draw a simple box -- so I don't recommend pursuing that unless you are very interested.<div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>Tom</div><div class=""><br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 11, 2019, at 1:29 PM, Ryan Harlich <<a href="mailto:ryanharlich@hotmail.com" class="">ryanharlich@hotmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div lang="EN-US" link="blue" vlink="#954F72" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div class="x_WordSection1"><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Hi Elaine,</div><p class="x_MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">I am doing it no GUI via command line so I cannot select with mouse.</div><p class="x_MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Thanks,</div><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Ryan Harlich</div><p class="x_MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"> </p><div style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;" class="">Sent from<span class="Apple-converted-space"> </span><a href="https://go.microsoft.com/fwlink/?LinkId=550986" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">Mail</a><span class="Apple-converted-space"> </span>for Windows 10</div><p class="x_MsoNormal" style="margin: 0in 0in 0.0001pt; font-size: 11pt; font-family: Calibri, sans-serif;"> </p></div><hr tabindex="-1" style="display: inline-block; width: 784px;" class=""><div id="x_divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Elaine Meng <<a href="mailto:meng@cgl.ucsf.edu" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">meng@cgl.ucsf.edu</a>><br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, July 11, 2019 12:49:19 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Ryan Harlich<br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span><a href="mailto:chimera-users@cgl.ucsf.edu" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">chimera-users@cgl.ucsf.edu</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [Chimera-users] Finding dimensions of density map</font><div class=""> </div></div></div><font size="2" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="font-size: 11pt;" class=""><div class="PlainText">Hi Ryan,<br class="">The “Coordinates” section of Volume Viewer (open from its Features  menu) gives values used to convert between the dataset grid and Cartesian coordinates.  You’d have to back-calculate from the origin index and voxel size.<br class=""><br class=""><<a href="http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/framevolumeviewer.html" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/framevolumeviewer.html</a>><br class=""><<a href="http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/volumeviewer.html#coordinates" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">http://www.rbvi.ucsf.edu/chimera/docs/ContributedSoftware/volumeviewer/volumeviewer.html#coordinates</a>><br class=""><br class="">Another approach might be to show the volume outline box and then use the “meshmol” command to make it into a (pseudo)atomic model.  That will also make the volume isosurface triangles into atoms, but you can select just the box part and write selected-only as a PDB file.  E.g. if the volume model is #4, command:<br class=""><br class="">meshmol #4 1<br class=""><br class=""><<a href="http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/meshmol.html" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">http://www.rbvi.ucsf.edu/chimera/docs/UsersGuide/midas/meshmol.html</a>><br class=""><br class="">then,<br class="">… Ctrl-click on one corner of box to select atom, press up arrow one time to promote to whole box<br class="">...use “write” command or File… Save PDB with their respective option to save only the selected part<br class=""><br class="">I hope this helps,<br class="">Chimera  ;-)<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="">> On Jul 11, 2019, at 10:57 AM, Ryan Harlich <<a href="mailto:ryanharlich@hotmail.com" style="color: rgb(149, 79, 114); text-decoration: underline;" class="">ryanharlich@hotmail.com</a>> wrote:<br class="">><span class="Apple-converted-space"> </span><br class="">> Hi Chimera,<br class="">> <span class="Apple-converted-space"> </span><br class="">> I want to plot 8 voxels (atoms) in a pdb such that they are the slightly greater than the greatest bounding box of two mrc density maps. In order to do that I need the dimensions of both mrc density maps or there eight greatest corners. How would I go about doing this; that is, getting the 8 corners of the mrc density maps? Is there a command to help this process?<br class="">> <span class="Apple-converted-space"> </span><br class="">> Best,<br class="">> Ryan Harlich<br class=""><br class=""></div></span></font><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Chimera-users mailing list:<span class="Apple-converted-space"> </span></span><a href="mailto:Chimera-users@cgl.ucsf.edu" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">Chimera-users@cgl.ucsf.edu</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Manage subscription:<span class="Apple-converted-space"> </span></span><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users" style="color: rgb(149, 79, 114); text-decoration: underline; font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-users</a></div></blockquote></div><br class=""></div></body></html>