GARANT COMMANDS: criteria coherence overlap - analyse overlap of assigned peaks

USAGE: criteria coherence overlap <name>

Defines a new criterion with name <name> of type overlap. This criterion identifies
measured peaks with several possible assignments. For each coherence occuring in 
the assignment possibilities of a given peak all coherences that occur in other 
possible assignments of the same peak are stored as a mapping.
The coherences are then classified according to the number of mapped coherences:
	'-' no assignment
	'.' unique assignment
	'+' several possible assignments
The mapped coherences are listed if the comment for the criterion is turned on.

EXAMPLE:
		# define criterion 'ovrl' of type overlap
		# and turn comment on
	criteria coherence overlap ovrl
	criteria comment on ovrl
	...

		# calulate and list the coherence report for all protons
        report calculate
        report coherences H


EXAMPLE OF OUTPUT:
   HA(GLN 16)      4.123  : .   | 1)   HA(GLU 6)
   HB2(GLN 16)     2.595  : .   | 1)   HB3(GLN 16)
   HB3(GLN 16)     2.758  : .   | 1)   HG3(GLU 6)
   HE21(GLN 16)    5.569  : -   |
   HE22(GLN 16)    8.888  : -   |
   HG2(GLN 16)     2.371  : +   | 1)   HB2(GLU 6)   HG3(GLN 16)
   HG3(GLN 16)     2.506  : .   | 1)   HB3(GLU 6)
   HN(GLN 16)      9.474  : -   |
   QB(GLN 16)      0.000  : -   |
   QG(GLN 16)      0.000  : -   |

This means: there exist some peaks that are assigned both to resonances of 
HA Gln 16 and to resonances of HA Glu 6. All peaks assigned to HN of GLN 16 
are uniquely assigned. ...

SEE ALSO: report coherences, criteria comment on, assignments
