Package mmLib :: Module MTZ
[show private | hide private]
[frames | no frames]

Module mmLib.MTZ

MTZ file parser. It has a few flaws I'm going to fix soon. It will not correctly convert files saved on machines with different endian formats or integer/float sizes. It cannot save MTZ files. If anyone needs these features, email jpaint@u.washington.edu and I'll finish them. ;)
Classes
MTZFile Class interface for reading and writing MTZ files which are used to store HKL reflections in the CCP4 program suite.

Variable Summary
int FLOAT_SIZE = 4                                                                     
int INT_SIZE = 4                                                                     
str MTZError = 'MTZError'
list MTZKeywords = ['VERS', 'TITLE', 'NCOL', 'CELL', 'SORT', ...
int WORD_SIZE = 4                                                                     

Variable Details

FLOAT_SIZE

Type:
int
Value:
4                                                                     

INT_SIZE

Type:
int
Value:
4                                                                     

MTZError

Type:
str
Value:
'MTZError'                                                             

MTZKeywords

Type:
list
Value:
['VERS', 'TITLE', 'NCOL', 'CELL', 'SORT', 'SYMINF', 'SYMM', 'RESO', 'V\
ALM']                                                                  

WORD_SIZE

Type:
int
Value:
4                                                                     

Generated by Epydoc 2.0 on Wed Nov 24 17:34:56 2004 http://epydoc.sf.net