Merge Reflections

Syntax: iplt_diff merge OUTPUT.mtz INPUT1 [INPUT2 ...]

Go through all input arguments, and merge them into OUTPUT.mtz. INPUT is either a reflection list in the form of an .mtz file, or a directory mask pattern. In the latter case, each directory that matches this pattern is traversed, and the reflection list to be merged identified using the DiffProcessingResults/Orientation item in the info.xml file, previously set with iplt_diff setmerge, either IMGID_ab_sc.mtz or IMGID_ba_sc.mtz from the scaling run. If an ignore file is present, or the Orientation item is missing, or the _sc.mtz files are not found, that particular image directory is skipped.

Example:

iplt_diff merge merge_30.mtz merge_15.mtz ABC30

Merge the contents from merge_15.mtz plus all scaled reflection list from the 30 degree tilts into merge_30.mtz (Note that this relies on certain directory naming conventions, as outlined here).


Back to iplt_diff