forcedEIR.py
set_inputEIR_seasonality(camp, EIR_scale_factor=1, seasonality='perennial')
Set input EIR (Entomological Inoculation Rate) based on seasonality.
Parameters: - camp: Campaign object from EMOD. - EIR_scale_factor: Scaling factor for EIR (default is 1). - seasonality: Type of seasonality, either ‘perennial’ or ‘seasonal’ (default is ‘perennial’).
Returns: A dictionary containing the EIR scale factor and the specified seasonality.
Source code in EMOD\functions\forcedEIR.py
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
|
update_mab(simulation, value)
Update the Maternal Antibody Protection parameter within the simulation.
Parameters: |
|
---|
Returns: |
|
---|
Source code in EMOD\functions\forcedEIR.py
12 13 14 15 16 17 18 19 20 21 22 23 24 |
|