emodpy_measles.interventions.complex_import module

emodpy_measles.interventions.complex_import.ComplexImportationEvent(camp, dips=[0.00012919896640826872], durs=[100000], timestep=1, nodes=None)[source]

Import the Disease

Parameters:
  • DailyImportPressures – How Much? A rate of per-day importation for each node that the intervention is distributed to.

  • Durations – How Long? The durations over which to apply import pressure.

  • timestep – When? Day to start campaign event.

  • nodes – Where? Geographic nodes to target.

Be careful when configuring import pressure in multi-node simulations. Daily_Import_Pressures defines a rate of per-day importation for each node that the intervention is distributed to. In a 10 node simulation with Daily_Import_Pressures = [0.1, 5.0], the total importation rate summed over all nodes will be 1/day and 50/day during the two time periods. You must divide the per-day importation rates by the number of nodes.

emodpy_measles.interventions.complex_import.new_intervention_as_file(camp, timestep, filename=None)[source]