Script File Sections
A PoPy script file is hierarchical and based on YAML.
The file is indented with the main sections defined at the start of a line. Subsections are indented within the main sections.
In Table 68 we list the main sections that are common to many Script File Formats.
Section |
Purpose |
---|---|
Script type and run options |
|
Speed up processing by running in parallel |
|
Title and summary of model |
|
Paths to load and output data |
|
Define type/id/time fields for data |
|
Filter or expand the input data |
|
Define population |
|
Define |
|
Define initial value |
|
Define |
|
Define |
|
Filter or expand the generated data |
|
Define ordinary differential equation method and parameters |
|
Define fit methods and parameters |
|
Define a method for computing standard errors |
|
Declare child scripts for post processing |
|
Miscellaneous output parameters |