guess_molecular_centers is a tool to identify potential locations of molecules in an electron density map.
guess_molecular_centers identifies centers of macromolecules in the density map by finding local maxima of the local RMS density. You can specify the radius of the sphere used to estimate local RMS density.
guess_molecular_centers.pdb: A PDB file with pseudo-atoms marking the locations of centers of your molecule(s)
Running guess_molecular_centers is easy. From the command-line you can type:
phenix.guess_molecular_centers map_coeffs.mtz
If your molecule is large, you may wish to increase the radius used for smoothing (smoothing_radius). If you cannot find the centers you want, you can try looking for more by increasing n_centers_find.
{{phil:phenix.command_line.guess_molecular_centers}}