Prev Next

@(@\newcommand{\B}[1]{ {\bf #1} } \newcommand{\R}[1]{ {\rm #1} } \newcommand{\W}[1]{ \; #1 \; }@)@This is dismod_at-20221105 documentation: Here is a link to its current documentation .
Lists of Node Smoothing Pairs

Discussion
nslist_pair_id
nslist_id
node_id
smooth_id
Example

Discussion
This table can be used to specify a lists of nodes with corresponding smoothings.

nslist_pair_id
This column has type integer and is the primary key for the nslist_pair table. Its initial value is zero, and it increments by one for each row.

nslist_id
This column has type integer and is used to identify an individual lists in this table. This column has type integer and is the primary key for the nslist_table . Each nslist_id value corresponds to a different list of (node_idsmooth_id) pairs.

node_id
This column has type integer and is a node_id in the node table. It specifies which node this smoothing should be applied to.

smooth_id
This column has type integer and is a smooth_id . It specifies which smoothing to apply at this node.

Example
The file nslist_pair_table.py contains an example nslist_pair table.
Input File: omh/table/nslist_pair_table.omh