The deformation command

By default SNAP uses the deformation model associated with the datum of in the adjustment coordinate system. However this can be overridden using the "deformation" command.

deformation none

deformation datum

deformation type=type model=model epoch=epoch

Defines a deformation model that applies for the adjustment. The first version does not apply any deformation model, even that associated with the coordinate system. The second version specifies that the model associated with the coordinate system will be applied (this is the default). The third defines a specific deformation that will be used.

SNAP supports two types of deformation model, "velocity", which defines horizontal velocities of stations on a grid, and "linz", which is the LINZ deformation model defining the deformation using a set of grid and triangulated models.

The deformation model is used to adjust observations from multiple epochs to be included in a common adjustment. The station coordinates (fixed and calculated) are assumed to apply at a specified epoch. Each observation is compared then compared coordinates as they would have been at the time of the observation based on the coordinate at the reference epoch and the deformation between that time and the observation.

If a deformation model is used then every observation must have a defined date of observation.

type

The type of deformation model to use. One of "velocity" or "linz".

model

Defines the specific model to apply - the name of a binary file containing the gridded velocity model or LINZ model. SNAP will look for this file in the same directory as the command file, and in the SNAP program directory.

epoch

The date of the coordinates in the coordinate file, (and the date at which coordinates are calculated). This is entered as a decimal year number, eg 1997.5.

See also:

Velocity grid file format

LINZ deformation model file format

Command file syntax

Alphabetical list of commands

Summary of commands by function