dp_variable_type

one of the documented procedures in this installation of the ACS
Usage:
dp_variable_type   varname
What it does:
Returns the datatype for $varname (really only reads the fourth part of th variable name)
Defined in: /web/philip/tcl/data-pipeline-defs.tcl

Source code:


    return [lindex [split $varname .] 3]


philg@mit.edu