ImportPressure
The ImportPressure intervention class extends the ImportCases outbreak event. Rather than importing a deterministic number of cases on a scheduled day, ImportPressure applies a set of per-day rates of importation of infected individuals, over a corresponding set of durations. ImportPressure inherits from Outbreak; the Antigen and Genome parameters are defined as they are for all Outbreak events.
Warning
1 2 3 4 5 6 | |
Note
1 2 3 4 5 6 7 8 9 10 11 | |
The table below describes all possible parameters with which this class can be configured. The JSON example that follows shows one potential configuration.
| Parameter | Example | Description | Type | Min | Max | Default |
|---|---|---|---|---|---|---|
| Daily_Import_Pressures | link | The rate of per-day importation for each node that the intervention is distributed to. | array of floats | 0 | 3.40282e+38 | 0 |
| Durations | link | The durations over which to apply import pressure. | array of integers | 0 | 2.14748e+09 | 1 |
| Genome | link | The genome ID (Genome) of the outbreak infection. Together with the clade ID (Clade) they are a unitary object representing a strain of infection, which allows for differentiation among infections. Values for Genome may range from -1 to 2 Log2_Number_of_Genomes_per_Clade-1 | integer | 0 | 1.67772e+07 | 0 |
| Import_Age | link | The age (in days) of infected import cases. | float | 0 | 43800 | 365 |
| Incubation_Period_Override | link | The incubation period, in days, that infected individuals will go through before becoming infectious. This value overrides the incubation period set in the configuration file. Set to -1 to honor the configuration parameter settings. | integer | -1 | 2.14748e+09 | -1 |
| Number_Cases_Per_Node | link | The number of new cases of Outbreak to import (per node). .. note:: This will increase the population and there is no control over demographics of these individuals. |
integer | 0 | 2.14748e+09 | 1 |