metawards.extractors.output_basic

metawards.extractors.output_basic(nthreads: int = 1, **kwargs)[source]

This will write basic trajectory data to the output files. This will be the number of infected wards, total infections, play infections and work infections for each disease stage for each timestep

Parameters
  • network (Network) – The network over which the outbreak is being modelled

  • population (Population) – The population experiencing the outbreak

  • output_dir (OutputFiles) – The directory in which to place all output files

  • workspace (Workspace) – A workspace that can be used to extract data

  • kwargs – Extra argumentst that are ignored by this function