You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
Given a data.frame of new tags (with columns tagID, manufacturer, model, codeSet, nomFreq, mfgID, period), check for any new ambiguities these tags would cause.
run the tag finder with al new parameter --ambiguity_scan that scans through the event table building/tearing down the DFA graph while reporting any ambiguities caused by the new tags.
or
write an R function to query the tags and events tables from the temporary database for each new tag, looking for ambiguities
The text was updated successfully, but these errors were encountered:
Given a
data.frame
of new tags (with columnstagID
,manufacturer
,model
,codeSet
,nomFreq
,mfgID
,period
), check for any new ambiguities these tags would cause.use the code described in new function: build tag tables for find_tags_motus from motus-metadata-history commit hash #378 to build a temporary augmented tag database, using artificial
motusTagIDs for the new tags
run the tag finder with al new parameter
--ambiguity_scan
that scans through the event table building/tearing down the DFA graph while reporting any ambiguities caused by the new tags.or
The text was updated successfully, but these errors were encountered: