ENH: fieldCoordinateSystemTransform: corrected header and dictionary. Fixes #21.

This commit is contained in:
mattijs
2015-12-09 09:27:34 +00:00
parent 740f6896c6
commit 28b3d2ec77
2 changed files with 10 additions and 5 deletions

View File

@ -45,9 +45,11 @@ Description
UMean
UPrime2Mean
);
coordinateSystem
{
origin (0.001 0 0);
coordinateRotation
{
type axesRotation;
e1 (1 0.15 0);
e3 (0 0 -1);
}
@ -59,7 +61,8 @@ Description
Property | Description | Required | Default value
type | type name: fieldCoordinateSystemTransform | yes |
fields | list of fields to be transformed |yes |
coordinateSystem | local co-ordinate system | yes |
origin | origin of local co-ordinate system | yes |
coordinateRotation | orientation of local co-ordinate system | yes |
log | Log to standard output | no | yes
\endtable

View File

@ -38,9 +38,11 @@ functions
UPrime2Mean
);
coordinateSystem
{
origin (0.001 0 0);
coordinateRotation
{
type axesRotation;
e1 (1 0.15 0);
e3 (0 0 -1);
}