psico.load_mtz_cctbx
Thomas Holder, Schrodinger Inc.
License: BSD-2-Clause
Functions
|
Load maps from an MTZ file, using iotbx (via "cctbx.python"). |
|
Creates a temporary directory and dumps all maps from the given MTZ file into this directory as CCP4 maps files. |
- psico.load_mtz_cctbx.load_mtz_cctbx(filename, prefix='', amplitudes='', phases='', quiet=1, _self=...)[source]
Load maps from an MTZ file, using iotbx (via “cctbx.python”).
Map objects will be named: <prefix>_<amplitudes>_<phases>
Arguments
filename = str: path to mtz file
prefix = str: object name prefix for new map objects
amplitudes = str: amplitudes column label (optional). If not given, load all maps. If given, the ‘phases’ argument is required as well.
phases = str: phases column label (required if and only if amplitudes is given as well)