Parameter | Mand | Type | Default | Constraints |
table | yes | table | | name of existing table |
The table that contains the event data - need to at least contain the columns
named with the xcolumn, ycolumn, ecolumn parameters. |
colortablechoice | no | string | internal | internal external |
Choice parameter determining source of the color table that is to be
used for the color coding. The value internal signifies
that an internal table is to be selected via the colortable
parameter. external activates the colortableset parameter.
|
colortable | no | string | heat | name of existing internal color table |
If colortablechoice=internal the parameter signifies an
internal color table that is the be used in the color-coding of the
scalar event attribute. For a complete list of the available color tables
invoke the task in dialog mode (xcolorcod -d) and select the choice
widget labelled colortable. |
colortableset | no | data set | | name of exisiting data set |
If colortablechoice=external the name of an external data
set representing a color table that is to be used in the color coding
of the scalar event attribute. The format must adhere to the specifications
above.
|
invertcolortable | no | boolean | false | true false |
With this boolean parameter the color curves in the color table can
be inverted, i.e., a component that is associated with the scalar
value level is associated with 1-level in the inverted
case.
|
xcolumn | no | column | X | name of existing column in table |
The name of the column that specifies the position of the event;
passed to evselect
as parameter xcolumn. |
ycolumn | no | column | Y | name of existing column in table |
The name of the column that specifies the y position of the event;
passed to evselect
as parameter ycolumn. |
ecolumn | no | column | PI | name of existing column in table |
The name of the column that specifies the scalar event attribute
that is to be color-coded; passed to evselect
as parameter
zcolumn. |
ecolumnminmax | no | string | actualminmax | |
actualminmax legalminmax explicitminmax |