OEReadMTZ¶
bool OEReadMTZ( const std::string &filename, OESystem::OESkewGrid &sgrid,
unsigned int maptype )
Read an MTZ (crystallographic reflection format) into an OpenEye skew grid.
MTZ grids require that the proper column names be known to extract the
appropriate reflection data. This form of OEReadMTZ automatically
chooses appropriate columns from the MTZ file to generate the requested
map type. OEReadMTZ understands common refinement packages including REFMAC5,
BUSTER and PHENIX. If the columns cannot be found or if the map cannot
be generated OEReadMTZ returns false.
The following map types can be generated using predefined operations on the MTZ column data:
MapType |
Description |
|---|---|
Observed Reflections |
|
Map generated from calculated model |
|
2Fo - Fc |
|
3Fo - Fc |
|
5Fo - 3Fc |
|
2Fo - Fc Sigma-A weighted |
|
Fo - Fc Sigma-A weighted |
|
Fo*Fo |
|
Fo * figure of merit |
|
2mFo - DFc (normally) |
|
mFo - DFc (normally) |
|
No reflections (used as a status flag) |