metawards.extractors.output_wards_trajectory
- metawards.extractors.output_wards_trajectory(nthreads: int = 1, **kwargs)[source]
This will output the complete trajectory for S, E, I and R for each of the wards in the model. This may take a lot of disk space (10’s MBs).
The files are written to name “wards_trajectory_X.dat”, where “X” is one of S, E, I or R
- Parameters
population (Population) – Model population - used to get the day
output_dir (OutputFiles) – Where to place the output files
workspace (Workspace) – Workspace containing the raw data
**kwargs – Other arguments not needed by this function