emodpy.analyzers.adult_vectors_analyzer module#
- class emodpy.analyzers.adult_vectors_analyzer.AdultVectorsAnalyzer(name='hi')[source]#
Bases:
IAnalyzer
- initialize()[source]#
Call once after the analyzer has been added to the
AnalyzeManager
.Add everything depending on the working directory or unique ID here instead of in __init__.
- map(data: Any, item: IItem) Any [source]#
In parallel for each simulation/work item, consume raw data from filenames and emit selected data.
- Parameters:
data – A dictionary associating filename with content for simulation data.
item –
IItem
object that the passed data is associated with.
- Returns:
Selected data for the given simulation/work item.