atlTableLutMap

Create a LutMap from a column of an AST Table

Description:

This function creates a LutMap containing the values stored in a specified column of a Table.

Invocation

AstLutMap atlTablelutMap( AstTable table, const char column, int status )

Arguments

table
The Table.
column
The name of the column to use. The column must hold scalar numerical values.
status
Pointer to the global status variable.

Returned Value

A pointer to the LutMap. The input value corresponds to (one-based)
row number in the table, and the output value corresponds to the value
of the requested column.