On 13/09/2019 12:08, Auffinger Pascal wrote:
I wrote a python script to load several maps and structures and would like to use a command to display only two of them (like unchecking display in the display manager) and also to use a command that would help me to decide which structure/map is active.
You set the map that is used for refinement like this: set_imol_refinement_map(imol_map) You retrieve the current refinement map like this: imol_refinement = imol_refinement_map() atom_attribs = active_atom() returns the attributes of the atom closest to the centre of the screen. Paul. ######################################################################## To unsubscribe from the COOT list, click the following link: https://www.jiscmail.ac.uk/cgi-bin/webadmin?SUBED1=COOT&A=1
