aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/immatch/geotran.par
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/images/immatch/geotran.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/immatch/geotran.par')
-rw-r--r--pkg/images/immatch/geotran.par45
1 files changed, 45 insertions, 0 deletions
diff --git a/pkg/images/immatch/geotran.par b/pkg/images/immatch/geotran.par
new file mode 100644
index 00000000..dcae9d1c
--- /dev/null
+++ b/pkg/images/immatch/geotran.par
@@ -0,0 +1,45 @@
+# GEOTRAN Parameters
+
+# required parameters
+input,f,a,,,,Input data
+output,f,a,,,,Output data
+database,f,a,,,,Name of GEOMAP database file
+transforms,s,a,,,,Names of coordinate transforms in database file
+
+# change transformation parameters
+geometry,s,h,"geometric",|linear|geometric|,,"Transformation type (linear,geometric)"
+xin,r,h,INDEF,1.,,X origin of input frame in pixels
+yin,r,h,INDEF,1.,,Y origin of input frame in pixels
+xshift,r,h,INDEF,,,X origin shift in pixels
+yshift,r,h,INDEF,,,Y origin shift in pixels
+xout,r,h,INDEF,1.,,X origin of output frame in reference units
+yout,r,h,INDEF,1.,,Y origin of output frame in reference units
+xmag,r,h,INDEF,,,X scale of input picture in pixels per reference unit
+ymag,r,h,INDEF,,,Y scale of input picture in pixels per reference unit
+xrotation,r,h,INDEF,,,X axis rotation in degrees
+yrotation,r,h,INDEF,,,Y axis rotation in degrees
+
+# output picture format parameters
+xmin,r,h,INDEF,,,Minimum reference x value of output picture
+xmax,r,h,INDEF,,,Maximum reference x value of output picture
+ymin,r,h,INDEF,,,Minimum reference y value of output picture
+ymax,r,h,INDEF,,,Maximum reference y value of output picture
+xscale,r,h,1.0,0.0,,X scale of output picture in reference units per pixel
+yscale,r,h,1.0,0.0,,Y scale of output picture in reference units per pixel
+ncols,i,h,INDEF,1,,Number of columns in the output picture
+nlines,i,h,INDEF,1,,Number of lines in the output picture
+
+# coordinate surface and image interpolation parameters
+xsample,r,h,1.,1.,,Coordinate surface sampling interval in x
+ysample,r,h,1.,1.,,Coordinate surface sampling interval in y
+interpolant,s,h,"linear",,,"Interpolant"
+boundary,s,h,"nearest",|nearest|constant|reflect|wrap|,,"Boundary extension (nearest,constant,reflect,wrap)"
+constant,r,h,0.,,,Constant boundary extension
+fluxconserve,b,h,yes,,,Preserve image flux?
+
+# working blocksize
+nxblock,i,h,512,,,X dimension of working block size in pixels
+nyblock,i,h,512,,,Y dimension of working block size in pixels
+verbose,b,h,yes,,,Print messages about the progress of the task
+
+mode,s,h,'ql'