emodpy_malaria.interventions.ivermectin module¶
-
emodpy_malaria.interventions.ivermectin.
Ivermectin
(schema_path_container, start_day=1, killing_initial_effect: float = 1, demographic_coverage: float = 1.0, target_num_individuals: int = None, killing_box_duration: int = 0, killing_exponential_decay_rate: float = 0)¶ Create a scheduled Ivermectin CampaignEvent which can then be added to a campaign.
- Parameters
schema_path_container – schema path container? a way to pass the schema to the python script
start_day – day to give out this intervention
demographic_coverage – probability of choosing an individual, is ignored if “target_num_individuals” is set
target_num_individuals – number of individuals to receive ivermectin, demographic_coverage will be ignored if this is set
killing_initial_effect – initial parasite killing effect
killing_box_duration – box duration for killing effect
killing_exponential_decay_rate – rate at which killing effect decays per day. Use 0 for box duration only.
- Returns
CampaignEvent which then can be added to the campaign file