diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/nproto/iralign.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/nproto/iralign.par')
-rw-r--r-- | noao/nproto/iralign.par | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/noao/nproto/iralign.par b/noao/nproto/iralign.par new file mode 100644 index 00000000..0865c07d --- /dev/null +++ b/noao/nproto/iralign.par @@ -0,0 +1,20 @@ +# IRALIGN + +input,f,a,,,,Input image +output,f,a,,,,Output image +database,f,a,,,,Database file +coords,f,a,,,,Coordinate file +xshift,r,a,0.0,,,Xshift for align by shifts +yshift,r,a,0.0,,,Yshift for align by shifts +alignment,s,h,"coords",,,'Alignment technique (coords|shifts|file)' +nxrsub,i,h,INDEF,,,Row index of reference subraster +nyrsub,i,h,INDEF,,,Column index of reference subraster +xref,i,h,0,,,X offset of reference subraster in pixels +yref,i,h,0,,,Y offset of reference subraster in pixels +trimlimits,s,h,"[1:1,1:1]",,,Trim limits for each subraster +nimcols,i,h,INDEF,,,Number of column in the output image +nimlines,i,h,INDEF,,,Number of lines in the output image +oval,r,h,INDEF,,,The value of undefined regions the image +interpolant,s,h,'linear',,,'Interpolant (nearest|linear|poly3|poly5,spline3)' +verbose,b,h,yes,,,Print messages +mode,s,h,'ql' |