Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Unknown macro: {alias}

Name

cop — Copy part of a dataset to another dataset

Syntax

cop x | y | z workspacename

cop xy | xz | yx | yz | zx | zy

cop fd workspacename

cop z fd fielddataname

cop fd fielddataname z

cop sca fd fielddataname

cop fd fielddataname sca

cop fd fielddataname rem

cop one x x_coordinate [y y_coordinate] [z z_coordinate]

Description

Copy certain columns of a dataset to another columns in the same dataset or to another dataset.

Arguments

x | y | z workspacename

Unknown macro: {indent}

Copy x | y | z coordinate of workspacename to corresponding coordinates of dataset in active.

xy | xz | yx | yz | zx | zy

Unknown macro: {indent}

Copy internally coordinates from one columns to another on active dataset.

fd workspacename

Unknown macro: {indent}

Copy field data from workspace dataset workspacename to dataset in active.

fd fielddataname z

Unknown macro: {indent}

Copy numeric field data of name fielddataname to z.

fd fielddataname sca

Unknown macro: {indent}

Copy numeric field data of name fielddataname to scalars.

fd fielddataname rem

Unknown macro: {indent}

Remove field data of name fielddataname.

sca fd fielddataname

Unknown macro: {indent}

Copy scalar data to field data of name fielddataname in active data.

z fd fielddataname

Unknown macro: {indent}

Copy z data to field data of name fielddataname in active data.

one x x_coordinate

Unknown macro: {indent}

Copy one x_coordinate coordinate to all x coordinates in active data.

Unknown macro: {indent}

Similar for y and z coordinates.

See also

del fd , mak fd , mak gpv , swi

  • No labels