coot --python -c 'make_and_draw_map("sad.mtz", "F", "PHI", "FOM", 1, 0)'
--no-guano
gives
INFO:: preferences directory /home/gw56/.coot-preferences
does not exist. Won't read preferences.
(filter-fileselection-filenames-state)
(get-active-map-drag-flag)
valid_labels(sad.mtz,F,PHI,FOM,1) returns 0
WARNING:: label(s) not found in mtz file sad.mtz F PHI FOM
(use-graphics-interface-state)
which confuses me as the columns are in there.
However my coot could be old. I will try to get a younger one.
Thanks,
Graeme
From: Mailing list for users of COOT Crystallographic Software
[mailto:[email protected]] On Behalf Of Paul Emsley
Sent: 24 May 2012 10:48
To: [email protected]
Subject: Re: --auto column labels
--auto filename for auto-reading mtz files (mtz file has the default labels
FWT, PHWT)
Is there an easy way to join these up? I just want to be able to inspect the
map. I use this already to automatically show results from refmac, which works
very nicely indeed.
Off the top of my head
coot --python -c 'make_and_draw_map(filename, "F", "PHI", "FOM", 1, 0)'
(not tested).
Paul.