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
update_mab(simulation, value)
¶
Update the Maternal Antibody Protection parameter within the simulation.
Parameters: |
|
---|
Returns: |
|
---|