aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/immatch/gregister.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/gregister.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/immatch/gregister.par')
-rw-r--r--pkg/images/immatch/gregister.par33
1 files changed, 33 insertions, 0 deletions
diff --git a/pkg/images/immatch/gregister.par b/pkg/images/immatch/gregister.par
new file mode 100644
index 00000000..ad2e28b3
--- /dev/null
+++ b/pkg/images/immatch/gregister.par
@@ -0,0 +1,33 @@
+# GREGISTER 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
+geometry,s,h,'geometric',,,'Geometry (linear,distortion,geometric)'
+
+# 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.,,X scale of output picture in reference units per pixel
+yscale,r,h,1.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.0,1.0,,Coordinate surface sampling area in x
+ysample,r,h,1.0,1.0,,Coordinate surface sampling area in y
+interpolant,s,h,'linear',,,'Interpolant (nearest,linear,poly3,poly5,spline3)'
+boundary,s,h,'nearest',|nearest|constant|reflect|wrap|,,'Boundary extension (nearest,constant,reflect,wrap)'
+constant,r,h,0.,,,Constant for constant boundary extension
+fluxconserve,b,h,yes,,,Preserve image flux ?
+
+# blocking factors
+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'