aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/immatch/geoxytran.par
blob: c0b96ac0e9656a370c6a9ea84e17350160e52136 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Parameter set for the GEOXYTRAN Task

input,s,a,,,,Input coordinate files to be transformed
output,s,a,,,,Output transformed coordinate files
database,f,a,,,,The GEOMAP database file
transforms,s,a,,,,Names of the coordinate transforms in the database

geometry,s,h,"geometric",|linear|geometric|,,'Transformation type (linear,geometric)'
direction,s,h,"forward","forward|backward",,Transformation direction (forward|backward)
xref,r,h,INDEF,,,X input origin in reference units
yref,r,h,INDEF,,,Y input origin in reference units
xmag,r,h,INDEF,,,X scale in output units per reference unit
ymag,r,h,INDEF,,,Y scale in output units per reference unit
xrotation,r,h,INDEF,,,X axis rotation in degrees
yrotation,r,h,INDEF,,,Y axis rotation in degrees
xout,r,h,INDEF,,,X output origin in output units
yout,r,h,INDEF,,,Y output origin in output units
xshift,r,h,INDEF,,,X origin shift in output units
yshift,r,h,INDEF,,,Y origin shift in output units

xcolumn,i,h,1,1,100,Input column containing the x coordinate
ycolumn,i,h,2,1,100,Input column containing the y coordinate
calctype,s,h,"real",|real|double|,,Data type for evaluation coordinates
xformat,s,h,"",,,Output format of the x coordinate
yformat,s,h,"",,,Output format of the y coordinate
min_sigdigits,i,h,7,,,Minimum precision of output x and y coordinates

mode,s,h,'ql'