| bat/BAT/Analysis.pm |
BAT::Analysis
require BAT::Analysis;
BAT::Analysis::analyse('Richness',$session_id);
Loads an analysis implementation and runs it for a given session id.
Analysis modules must be within the BAT::Analysis:: namespace
and must have no non-word characters in their names.
eg BAT::Analysis::TaxonomicDiversity. Current analysis
implementations include Richness, Endemism and TaxonomicDiversity.
Analysis scores are stored in the analysis_scores table of the
BAT database.
All analysis modules will fail to produce any results unless the given session id is current and all relevent observation records have been assigned to analysis units within an analysis grid.
Bryn Honeyman 2005
| bat/BAT/Analysis.pm |