ParameterList#
See also
- CompanionParameters
Documentation for the CompanionParameters table
- ModeledParameters
Documentation for the ModeledParameters table
Table Documentation#
The below table is built directly from the schema and is included here from the astrodb-template-db documentation: source.
ParameterList#
The ParameterList table is a lookup table that contains names and descriptions for parameters referred to in the ModeledParameters table. The parameter name is required to be unique.
Columns marked with an exclamation mark (❗️) may not be empty.
Column Name |
Description |
Datatype |
Length |
Units |
UCD |
|---|---|---|---|---|---|
❗️ parameter |
Short name for a parameter |
string |
30 |
meta.id;meta.main |
|
description |
Description of the parameter |
string |
100 |
meta.note |
Indexes#
Name |
Columns |
Description |
|---|---|---|
PK_ParameterList |
[‘#ParameterList.parameter’] |
Primary key for ParameterList table |