Google

REINDEX (CCP4: Supported Program)

NAME

reindex - produces an MTZ file with h k l reindexed. There are options to change the symmetry, and to reduce the reflection to the (new) asymmetric unit.

SYNOPSIS

reindex hklin foo_in.mtz hklout foo.mtz
[Keyworded input]

DESCRIPTION

Reindex reflections and/or change symmetry and reduce to asymmetric unit again. The input file may be:
(a)
an unmerged (multirecord) file, in which the operations are carried out on the reconstructed original indices, or
(b)
a merged file (one record per reflection), in which only reindexing is allowed. The file should not contain phase or phase coefficient columns: these will be left unchanged, and will probably be wrong. If the reflection indices are reduced to the asymmetric unit (default unless NOREDUCE is specified), then any anomalous difference columns will be negated, and F+/- I+/- columns swapped, if the hand of the index is changed by the reduction process.

This program may be useful, for example when:

  1. you have decided that your data are misindexed, and you have the unmerged data, but do not want to rerun the first program which reduces reflections to an asymmetric unit e.g. abscale.
  2. you have merged data which have been misindexed, e.g. you might want to change h,k,l to k,h,-l in a tetragonal system. Beware, not all reindexing is appropriate on merged data, and the program does no check (e.g. reindexing l,h,k would almost certainly be invalid for a tetragonal crystal).
  3. you have unmerged data, and you want to reduce it to an asymmetric unit in a different point group.

It is generally better to rerun the data reduction from the beginning if you can.

The program operates on each reflection in turn, without sorting them. Therefore, the output file will normally need to be resorted before further use (see CAD or SORTMTZ). For the reindex option, the new unit cell is determined and written to the output file. For unmerged data, the orientation data (cell and Umat) are updated for all batches.

The following operations are carried out on each reflection

  1. If unmerged data (multirecord file): reconstruct original indices
  2. Reindex if requested
  3. Reject reflections with non-integral indices
  4. (Optionally) reduce reflection to asymmetric unit, using new symmetry (if different). Anomalous difference, F+/- and I+/- columns will be corrected as necessary, i.e. if the hand of the index is changed by the reduction process.

KEYWORDED INPUT

Available keywords are:

END, LEFTHAND, MATCH, NOREDUCE, REINDEX, SYMMETRY

SYMMetry <spacegroup_name | spacegroup_number | symmetry operations>

Set new symmetry for reduction to asymmetric unit (after optional reindexing). Defaults to input symmetry from HKLIN file.

REINdex

Sub key words HKL or AXIS (default HKL) followed by a transformation.

The transform can be given a similar way to symmetry operations (see below for examples).
Subkeyword HKL
reindex HKL   k, h, -l
implies hnew = kold, knew = hold, lnew = -lold i.e. this defines a matrix to reindex the reflection data, such that
    [hn kn ln]          =  [ho ko lo] [M]
reindex HKL   k, h, -l 

generates a reindexing matrix:

  [M] =  [ 0  1  0]
         [ 1  0  0]
         [ 0  0 -1]
reindex HKL   h, -k, -h/2-l/2

would generate a matrix

  [M] =  [ 1.0  0.0  0.0]
         [ 0.0 -1.0  0.0]
         [-0.5  0.0 -0.5]
reindex HKL   h-1, k, l

would result in all h indices being reduced by 1.

Subkeyword AXIS

If the program AXISSEARCH has been used to find possible alternative reciprocal axes, the reindexing matrix can be specified in terms of reciprocal axes, for example:

reindex AXIS   a*+c*,c*,-b*

implies a*new = a*old+c*old, b*new = -c*old, c*new = -b*old (which is in fact equivalent to reindex HKL h,l-k,-k)

    If 
     [a*new] = [M]**-1 [a*old]
     [b*new]           [b*old]
     [c*new]           [c*old]

    Since [hn kn ln] [a*n]    =  [ho ko lo] [a*o]
                     [b*n]                  [b*o]
                     [c*n]                  [c*o]

      [hn kn ln] [M] **-1 [a*o] =     [ho ko lo] [a*o]
                          [b*o]                  [b*o]
                          [c*o]                  [c*o]

  and     [hn kn ln]          = [ho ko lo]  [M] as before

Cell dimensions will be recalculated for the redefined cell. Be careful that the index transformation preserves the hand of the axes (unless you want to invert the hand), i.e. that the matrix has a positive determinant. If it does invert the hand, the program will change the sign of all reindexing elements unless the keyword LEFTHAND is present.

If the transformation leads to fractional indices for some cases (as in the 2nd example above), these reflections will be rejected. If the reindexing operations include translations, then the orientation data in the output file will not be strictly correct.

MATCH

In some complicated cases it is easier to specify how three new reciprocal vectors should be matched onto three old ones. The program AXISSEARCH allows you to check reciprocal vector lengths and angles, and you may wish to convert a P1 cell say to one which approximately matches a C2 one with angles approximately 90 degrees. The program can deduce the reindexing matrix from this information.
      match   2h'=h +k -l  * 2k'= -h +k + l * 1l'= 1h

LEFThand

Allow the reindexing transformation to invert the hand (normally unwise). Anomalous differences will NOT be altered by a reindexing operation inverting the hand.

NOREduce

Do not reduce reflections to asymmetric unit after reindexing: allowed for merged files only. By default, reflections are reduced to the asymmetric unit defined by the (new) symmetry.

END

Terminate control input, also done by end-of-file.

INPUT AND OUTPUT FILES

HKLIN
Input MTZ file.
HKLOUT
Output MTZ file, containing reindexed reflections.

EXAMPLES

unix example scripts found in $CEXAM/unix/runnable/

VMS versions found in $CEXAM/vms/

Non-runnable examples of reindexing and sort:

Converting P1 cell to approximate C2 form:

 #  Reindex
 reindex hklin $CCP4_SCR/P1.mtz hklout $SCRATCH/C2.mtz <<eof
        match   2h'=h +k -l  * 2k'= -h +k + l * 1l'= 1h
 eof

Changing P21 with h+l = 2n +1 absent to standard P21 form:

 #  Reindex
 reindex hklin $CCP4_SCR/bigcell.mtz hklout $SCRATCH/JUNK.mtz <<eof
        reindex h/2-l/2, k, h/2+l/2
 eof
 #  Same transformation given in terms of reciprocal axes
 #
 reindex hklin $CCP4_SCR/bigcell.mtz hklout $SCRATCH/JUNK.mtz <<eof
        reindex AXIS a*-c*,b*,a*+c*
 eof
 # Sort and reconvert to asymmetric unit again
 cad hklin1 $SCRATCH/JUNK hklout $CCP4_SCR/newcell <<eof
        LABI FILE 1 ALLIN
 eof

SEE ALSO

axissearch, reindexing