MetaWards.extractors API Detail
Functions
|
This returns the default list of 'output_XXX' functions that are called in sequence for each iteration of the model run. |
|
This returns the default list of 'output_XXX' functions that are called in sequence for each iteration of the model run. |
|
This extractor extracts the default files, plus the "large" files, e.g. |
|
This extractor extracts nothing - meaning that no output will be written |
|
This extractor only extracts the 'small' default files, e.g. |
|
This will write basic trajectory data to the output files. |
|
This is the core output function that must be called every iteration as it is responsible for accumulating the core data each day, which is used to report a summary to the main output file. |
|
This is the core output function that must be called every iteration as it is responsible for accumulating the core data each day, which is used to report a summary to the main output file. |
|
This is the core output function that must be called every iteration as it is responsible for accumulating the core data each day, which is used to report a summary to the main output file. |
|
This will incidence of infection for each ward for each timestep. |
|
This will calculate and output the geographic dispersal of the outbreak |
|
This will output the number of infections per ward per timestep as a (large) 2D matrix |
|
Call in the "finalise" stage to output the population trajectory to the 'trajectory.csv' file |
|
This will output the complete trajectory for S, E, I and R for each of the wards in the model. |
|
This is the setup function that corresponds with |