Go to the source code of this file.
Compounds | |
struct | bathead |
union | MNF |
struct | MTZ |
struct | MTZCOL |
struct | MTZSET |
struct | MTZXTAL |
struct | SYMGRP |
Defines | |
#define | MTZVERSN "MTZ:V1.1" |
#define | MTZ_MAJOR_VERSN 1 |
#define | MTZ_MINOR_VERSN 1 |
#define | SIZE1 20 |
#define | MTZRECORDLENGTH 80 |
#define | MAXSPGNAMELENGTH 20 |
#define | NBATCHWORDS 185 |
#define | NBATCHINTEGERS 29 |
#define | NBATCHREALS 156 |
#define | MXTALS 100 |
#define | MSETS 1000 |
#define | MCOLUMNS 10000 |
Typedefs | |
typedef bathead | MTZBAT |
The file defines a hierarchy of structs which hold the MTZ data structure.
|
max length of a spacegroup name |
|
maximum number of columns (for a few arrays - to be removed!) |
|
maximum number of datasets (for a few arrays - to be removed!) |
|
MTZ file major version - keep to single digit |
|
MTZ file minor version - keep to single digit |
|
length of records |
|
traditional version number! |
|
maximum number of crystals (for a few arrays - to be removed!) |
|
size of integer section of batch header buffer |
|
size of float section of batch header buffer |
|
total size of batch header buffer |
|
size of pre-reflection block |
|
MTZ batch struct. |