emodpy_generic.interventions.polio_vaccine module

emodpy_generic.interventions.polio_vaccine.SimpleIPV1(camp, timestep=1, coverage=1.0)[source]

IPV (round 1) Campaign Event

AgeAtVaccIInDays is hard-coded to 270.

Parameters:
  • coverage – WHO?

  • timestep – WHEN?

Returns:

Campaign event that can be added to campaign.

emodpy_generic.interventions.polio_vaccine.SimpleIPV2(camp, timestep=1, coverage=1.0)[source]

IPV (round 1) Campaign Event

AgeAtVaccIInDays is hard-coded to 270.

Parameters:
  • coverage – WHO?

  • timestep – WHEN?

Returns:

Campaign event that can be added to campaign.

emodpy_generic.interventions.polio_vaccine.new_intervention_as_file(timestep, filename=None)[source]

This function mostly exists for testing so one can exercise the functionality in a single function call.