GARANT COMMANDS: criteria coherence template - judge selected subset of peaks

USAGE: criteria fragment coherence <name1> <name2>

Define a new criterion with name <name1> of type template for judging the 
quality of coherence assignments using the 'report coherences' command. The 
criterion considers all peaks that match the specified template <name2> (see 
syntax). The ratio, r, of the number of assigned peaks versus the number of 
considered peaks is used to judge the quality of the assignment. Two thresholds, 
t1 and t2, are used to classify the ratio r:
	'*' bad:		r < t1
	'-' ok:	    		t1 <= r < t2
	'.' good:		t2 <= r
The defaulte values of the two thresholds are 0.4 and 0.7, respectively. They can
be redefined using the 'criteria threshold' command. When the comment is turned on 
using the 'criteria comment on' command, the ratio is dispalyed as comment.

EXAMPLE:
		# define criterion 'TOCSY' for all TOCSY peaks
	criteria coherence template TOCSY "TOCSY: * *"
		# define criterion 'TOCSY' for all COSY peaks
	criteria coherence template COSY  "COSY: * *"

SEE ALSO: report coherences, criteria threshold, criteria comment on, syntax.
