psico.load_mtz_cctbx

  1. Thomas Holder, Schrodinger Inc.

License: BSD-2-Clause

Functions

load_mtz_cctbx(filename[, prefix, ...])

Load maps from an MTZ file, using iotbx (via "cctbx.python").

mtz2ccp4maps(filename, prefix, amplitudes, ...)

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)

psico.load_mtz_cctbx.mtz2ccp4maps(filename, prefix, amplitudes, phases)[source]

Creates a temporary directory and dumps all maps from the given MTZ file into this directory as CCP4 maps files. Returns the path of the temporary directory.