Parameter | Mand | Type | Default | Constraints |
table | yes | table name | | name of existing table |
A table specifier which must point to an existing table in a data set
that contains the columns specified via parameters xcol/ycol.
On successful exit the two columns named via parameters
xmovcol/ymovcol will have been added to the table |
.
objtrack | yes | data set | track.ds | name of existing data set |
Name of a data set created by task iauephem which defines the
position of the moving object as a function of time. |
xcol | no | column name | X | name of existing column in table table |
The name of the column containing tangent plane projected X-coordinates of
the events. |
ycol | no | column name | Y | name of existing column in table table |
The name of the column containing tangent plane projected Y-coordinates of
the events. |
timecol | no | column name | TIME | name of existing column in table table |
The name of the column containing event arrival time tags. |
xmovcol | no | column name | X_MOV | valid column name |
Name of the column to be added to the input table table containing
X-coordinates of the events in the moving reference frame; must be
different from name of corresponding input column xcol. |
ymovcol | no | column name | Y_MOV | valid column name |
Name of the column to be added to the input table table containing
Y-coordinates of the events in the moving reference frame; must be
different from name of corresponding input column ycol. |
Parameter | Mand | Type | Default | Constraints |