aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imutil/imtile.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/imutil/imtile.par
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'pkg/images/imutil/imtile.par')
-rw-r--r--pkg/images/imutil/imtile.par21
1 files changed, 21 insertions, 0 deletions
diff --git a/pkg/images/imutil/imtile.par b/pkg/images/imutil/imtile.par
new file mode 100644
index 00000000..e009d919
--- /dev/null
+++ b/pkg/images/imutil/imtile.par
@@ -0,0 +1,21 @@
+# IMTILE
+
+input,f,a,,,,List of input image tiles
+output,f,a,,,,Output tiled image
+nctile,i,a,,,,Number of input tiles in the output column direction
+nltile,i,a,,,,Number of input tiles in the output line direction
+trim_section,s,h,"[*,*]",,,Input tile section
+missing_input,s,h,"",,,List of missing image tiles
+start_tile,s,h,"ll",,,Position in output image of first input tile
+row_order,b,h,yes,,,Insert input tiles in row order ?
+raster_order,b,h,no,,,Insert input tiles in raster scan order ?
+median_section,s,h,"",,,Input tile section used to compute the median
+subtract,b,h,no,,,Subtract the median pixel value from each input tile ?
+ncols,i,h,INDEF,,,The number of columns in the output image
+nlines,i,h,INDEF,,,The number of lines in the output image
+ncoverlap,i,h,-1,,,Number of columns of overlap between adjacent tiles
+nloverlap,i,h,-1,,,Number of lines of overlap between adjacent tiles
+opixtype,s,h,"r",,,Output image pixel type
+ovalue,r,h,0.0,,,Value of undefined output image pixels
+verbose,b,h,yes,,,Print messages about progress of the task ?
+mode,s,h,'ql'