mia-2deval-transformquantity

Sysnopis:

mia-2deval-transformquantity {-i string} {-o string} {-t io} [ options ...]

Description:

Get derivative a transformation obtained by using image registration for any given positions in 2D. The position data is given in CSV format: id;time;x;y;reserved The output data will be stored in a binary file with an ascii header describing the data. An example header is given below: MIA tensorfield { dim=2 #number of dimensions of the data components=7 #number of components per element component_description=vector2,scalar,matrix2x2 #interpretation of components elements=20 #number of elements in file interpretation=strain #interpretation of elements (strain|derivative) style=sparse #storage style (sparse|grid) repn=float32 #representation of values size=1000 1000 #grid size of the transformation endian=low #endianess of binary data (low|big) } This example header has to be interpreted like follows: two-dimensional data, each entry consists of 7 values the values etry consists of a 2D vector, a scalar, and a 2x2 matrix (saved in row-major format).The data records represent strain tensors, and only a sparse set of points is given. The values are given as single floating point (32 bit). The original transformation field corresponds to images of 1000x1000 pixels and the binary data is stored in low endian format.

Options:

File-IO

-i, --in-file=(input, required); string

input point set, if this parameter is given a sparse evaluation of the quantity will be done, otherwise the quantity is evaluated for each grid point of the transformation range.

-o, --out-file=(required, output); string

output strains file, for a format description see above.

-t, --transformation=(input, required); io

transformation of which the quantity will be evaluated.. For supported file types see Plugin type: 2dtransform/io

Parameters

-q, --quantity=strain; dict

Specify the quantity to be evaluated at the given points

strain:Evaluate the strain tensor at the given points
derivative:Evaluate the transformation derivative at the given points

Help & Info

-V, --verbose=warning; dict

verbosity of output, print messages of given level and higher priorities. Supported priorities starting at lowest level are:

debug:Debug output
message:Normal messages
info:Low level messages
error:Report errors
fatal:Report only fatal errors
trace:Function call trace
warning:Warnings
fail:Report test failures
--copyright=(); bool

print copyright information

-h, --help=(); bool

print this help

-?, --usage=(); bool

print a short help

--version=(); bool

print the version number and exit

Processing

--threads=-1; int

Maxiumum number of threads to use for processing,This number should be lower or equal to the number of logical processor cores in the machine. (-1: automatic estimation).

Example:

Derivative of the transformation change.v2df for each point given in input.csv are evaluated and written to output.s.

mia-2deval-transformquantity -i input.csv -o output.s --transformation change.v2df

Author(s):

Gert Wollny