GARANT COMMANDS: criteria fragment SScorrect - percentage of 'correct' spinsystem assignments

USAGE: criteria fragment SScorrect <name>

Define a new criterion with name <name> of type SScorrect. The criterion compares 
two sets of assignments on the level of fragments. 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 in using the 'load comparison assignments' command. If they match the 
coherences assigned to the measured peak are considered to be correct. The 
reported number is the percentage of correct coherence for each residue. In 
contrast to the 'criteria fragment correct' command two assignments are defined 
to match if they are to the same atoms within fragments of the same spin 
systeme type (defined using the 'load fragment library ' command).

EXAMPLE:
		# defines criterion 'map' of type mapping
		# and turns the comment on
	criteria fragment SScorrect SSok
	criteria comment on SSok
	...

		# calulate and list the fragment report
        report calculate
        report fragments

EXAMPLE OF OUTPUT:
  ALA 23 :  .   | 0)    100
  ASP 24 :  .   | 0)    100
  ASN 25 :  -   | 0)     67
  GLY 26 :  .   | 0)    100

This means: the current spin system assignments of Ala 23, Asp 24 and Gly 26 are 
completely compatible with the comparison assignments. However only two third (i.e. 67%) 
of the coherences of Asn 25 are from other AMX spin systems.

SEE ALSO: report fragment, criteria comment on, assignments,
	  criteria fragment SScorrect, load fragment library

