[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: xplor to mtz format



***  For details on how to be removed from this list visit the  ***
***    CCP4 home page http://www.dl.ac.uk/CCP/CCP4/main.html    ***


SFTOOLS also reads multi-line XPLOR files. Just type

sftools
read filename.xpl
{answer some questions about unit cell dimension & symmetry)
write filename.mtz
stop

Note: if your XPLOR file does not have a .xpl filename extention, let's
say you use .hkl, you would have to type: read xpl filename.hkl

For a generic formatted reflection file which may include character data
columns and multiple line reflections, but should have no headers and each
reflection should have the same format, you can use

sftools
read fmt filename.hkl
{answer some questions about unit cell, symmetry, and column types)
write filename.mtz
stop

The program will sort out the FORTRAN format string for you which saves
human errors.

Other fileformats that can be read and written are:

 MTZ   CCP4 format
 MDF   old BIOMOL format
 SND   BIOMOL ascii format
 XPL   XPLOR format
 TNT   TNT format
 31    PHASES short and long binary formats
 FIN   Xtalview fin-format
 PHS   Xtalview phs-format
 DF    Xtalview double fin-format
 FMT   File in arbitrary ASCII format


Bart