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 .
The Depend Command

Syntax
database
depend_var_table
Example

Syntax
dismod_at database depend

database
Is an http://www.sqlite.org/sqlite/ database containing the dismod_at input tables which are not modified.

depend_var_table
A new depend_var_table is created with the information that maps a var_id to its meaning in terms of the model_variables .

Example
The file depend_command.py contains an example and test using this command.
Input File: devel/cmd/depend_command.cpp