1,330
edits
(→SHELXL) |
(reading MTZ file with experimental PHI and FOM using --auto) |
||
Line 570: | Line 570: | ||
(add-key-binding "Dynamic LSQ overlay" "Y" dynamic-lsq-match) | (add-key-binding "Dynamic LSQ overlay" "Y" dynamic-lsq-match) | ||
== reading MTZ file with experimental PHI and FOM using --auto == | |||
Q: There is the --auto <filename> commandline option for auto-reading mtz files (mtz file has the default labels FWT, PHWT). Can this be made to work with a SHELXE .phs output file after converting with convert2mtz ? - the resulting MTZ file has labels F PHI FOM. | |||
A: use coot --python -c 'make_and_draw_map("sad.mtz", "F", "PHI", "FOM", "/HKL_base/HKL_base/FOM",1, 0)' --no-guano |