This article explains, how analysis plugins for AmphIdent are set up. Analysis plugins allow to measure e.g. length of the captured animal during the processing.
The plugins are set up by editing the module configuration file for the species you want to work with. What follows is a step-by-step explanation of how to set up an analysis plugin.
CmnData folder, find the XML-file that corresponds to your species module:RU.xmlKM.xmlSA.xmlnotepad into the Windows start menu.
<AnalyzePlugins /> from the previous picture, and change it to <AnalyzePlugins>AddLength.dll</AnalyzePlugins>:
With the previous change, you have set up the plugin AddLength.dll. If you want to set up several plugins, separate them with spaces such as <AnalyzePlugins>AddLength.dll AddLocation.dll</AnalyzePlugins>.