<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 Gustaf,<div class=""><br class=""></div><div class="">  I guess it would be possible to make some AWK script to get the maximum density value in an XPLOR map file.  You would need to ignore the first 7 lines then take the maximum of the values on the remaining lines.  An example XPLOR file is shown below.  It seems saner to use an XPLOR file reader to read each file and then get max value, Chimera Python code could do that.  Some Python code to open a map file and get the matrix values is shown here</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">   </span><a href="https://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/readvol.py" class="">https://plato.cgl.ucsf.edu/trac/chimera/attachment/wiki/Scripts/readvol.py</a></div><div class=""><br class=""></div><div class="">  Tom</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">This line is ignored</div><div class="">       1</div><div class="">sean mooney generated grid density</div><div class="">      40     -19      20      40     -19      20      40     -19      20</div><div class="">      40.000      40.000      40.000      90.000      90.000      90.000</div><div class="">XYZ</div><div class="">     -19</div><div class="">     0.00000     0.00000     0.00000     0.00000     0.00000     2.00000</div><div class="">     0.00000     1.00000     0.00000     0.00000     0.00000     0.00000</div><div class="">     0.00000     0.00000     0.00000     0.00000     0.00000     0.00000</div><div class="">     0.00000     0.00000     0.00000     0.00000     0.00000     0.00000</div><div class="">...</div><div><br class=""><blockquote type="cite" class=""><div class="">On Sep 25, 2020, at 12:21 AM, Gustaf Olsson <<a href="mailto:gustaf.olsson@lnu.se" class="">gustaf.olsson@lnu.se</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hello Chimera users<br class=""><br class="">This might be a somewhat “of-topic” question though I thought that this would be a good place to start.<br class=""><br class="">When loading density maps (particularly the X-PLOR format density maps) into Chimera the 'volume viewer’ window provides a maximum number of gridpoints for the map.<br class=""><br class="">My question has to do with the format of the XPLOR files. The documentation regarding this format is rather sparse and my I have not been keeping my knowledge regarding matrices up to date. Is there a way to identify this maximum value by just inspecting the content of these files?<br class=""><br class="">I have a lot of these files and as I en up presenting results only for ligands with grids visible above a specific cut-off, I though it would save me a lot of time and headache if I could just load the density maps with maximum densities above the cutoff. My though was to just parse the files through AWK or similar to find files with a x > a and then only load these. Sadly, I keep looking at the content of these files and I am not able to make much sense of what I am looking at.<br class=""><br class="">Any solutions, suggestions or suggested reading to be able to find a way to create a solution would be greatly appreciated.<br class=""><br class="">Best regards<br class="">// Gustaf<br class=""><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></body></html>