diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/irred/irmosaic.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/irred/irmosaic.par')
-rw-r--r-- | noao/imred/irred/irmosaic.par | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/noao/imred/irred/irmosaic.par b/noao/imred/irred/irmosaic.par new file mode 100644 index 00000000..7fc573ff --- /dev/null +++ b/noao/imred/irred/irmosaic.par @@ -0,0 +1,22 @@ +# IRMOSAIC + +input,f,a,,,,List of input images +output,f,a,,,,Output image +database,f,a,,,,Output database file +nxsub,i,a,,,,Number of input images along the x direction +nysub,i,a,,,,Number of input images along the y direction +trim_section,s,h,"[*,*]",,,Input image section written to the output image +null_input,s,h,"",,,List of missing input images +corner,s,h,"ll",,,Position of first subraster +direction,s,h,"row",,,Row or column order placement +raster,b,h,no,,,Raster scan mode +median_section,s,h,"",,,Input image section used to compute the median +subtract,b,h,no,,,Subtract median from each input image +nimcols,i,h,INDEF,,,The number of columns in the output image +nimrows,i,h,INDEF,,,The number of rows in the output image +nxoverlap,i,h,-1,,,Number of columns of overlap between input images +nyoverlap,i,h,-1,,,Number of rows of overlap between input images +opixtype,s,h,"r",,,Output image pixel type +oval,r,h,0.0,,,Value of undefined output image pixels +verbose,b,h,yes,,,Print out messages +mode,s,h,'ql' |