Reads annotations from the matched click classifier. The matched matched click classifier annotates click detections with a threshold, matchcorr and rejectcorr values. The threshold value is used in the binary classification process. If it exceeds a hard value then the click is classified with the set type. The matchcorr and rejectcorr values are simply the correlation values of the match and reject templates with the click.
readMatchClsfrAnnotation(fid, fileInfo, anVersion, debug = FALSE)
a vector with the threshold, matchcorr, and rejectcorr values. See description.
binary file identifier
structure holding the file header and module header
version id of annotation module
logical flag to show more info on errors
Taiki Sakai taiki.sakai@noaa.gov