GARANT COMMANDS: criteria coherence mapping - compare two sets of assignments

USAGE: criteria coherence mapping <name>

Define a new criterion with name <name> of type mapping. It enables the comparison 
of two sets of assignments on the level of coherences. For each measured peak the 
current possible assignments (produced by the automatic routines or loaded 
using the 'load assignments' command) are compared to the possible assignments 
read with the 'load comparison assignments' command and a mapping is generated.
For all coherence occuring in the current assignments of a given peak 
mappings are added to all the coherences occurring in the comparison assignments 
of the same peak.
The coherences of the current assignment are classified according to the number 
of mapped comparison coherences:
	'-' no comparison coherence
	'.' one comparison coherence
	'+' several comparison coherences
The mapped comparison coherences are listed if the comment for the criterion is 
turned on.

EXAMPLE:
		# defines criterion 'map' of type mapping
		# and turn comment on
	criteria coherence mapping map
	criteria comment on map
	...

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

EXAMPLE OF OUTPUT:
   HA(ALA 8)       4.274  : .   | 1)   HA(ALA 8)
   HN(ALA 8)       8.718  : .   | 1)   HN(ALA 8)
   QB(ALA 8)       1.188  : .   | 1)   QB(ALA 8)
   HA(PRO 9)       4.739  : .   | 1)   HA(PRO 7)
   HB2(PRO 9)      1.163  : -   |
   HB3(PRO 9)      2.251  : +   | 1)   HB2(PRO 7)   HB3(PRO 9)
   HD2(PRO 9)      2.182  : +   | 1)   HB3(PRO 7)   HD2(PRO 7)   HG2(PRO 7)
   HD3(PRO 9)      3.774  : .   | 1)   HD2(PRO 7)
   HG2(PRO 9)      1.887  : .   | 1)   HG3(PRO 7)
   HG3(PRO 9)      3.667  : +   | 1)   HD3(PRO 7)   HD2(PRO 9)
   QB(PRO 9)       0.000  : -   |
   QD(PRO 9)       0.000  : -   |
   QG(PRO 9)       0.000  : -   |

This means: the current assignments of HB3 Pro 9 consists of peaks that are 
assigned in the comparison assignments to HB2 Pro 7 or to HB3 Pro 9. All peaks 
assigned to HA Ala 8 are also assigned to HA Ala 8 in the comparison 
assignments. The peaks assigned to HB2 Pro 9 are unassigned in the comparison 
assignments. ...

SEE ALSO: report coherences, criteria comment on, assignments
