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 /pkg/images/immatch/imalign.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/immatch/imalign.par')
-rw-r--r-- | pkg/images/immatch/imalign.par | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/images/immatch/imalign.par b/pkg/images/immatch/imalign.par new file mode 100644 index 00000000..2434f735 --- /dev/null +++ b/pkg/images/immatch/imalign.par @@ -0,0 +1,28 @@ +input,s,a,,,,"Input images" +reference,s,a,,,,"Reference image" +coords,s,a,,,,"Reference coordinates file" +output,s,a,,,,"Output images" +shifts,s,h,"",,,"Initial shifts file" + +boxsize,i,h,7,1,,"Size of the small centering box" +bigbox,i,h,11,1,,"Size of the big centering box" +negative,b,h,no,,,"Are the features negative ?" +background,r,h,INDEF,,,"Reference background level" +lower,r,h,INDEF,,,"Lower threshold for data" +upper,r,h,INDEF,,,"Upper threshold for data" +niterate,i,h,3,2,,"Maximum number of iterations" +tolerance,i,h,0,0,,"Tolerance for convergence" +maxshift,r,h,INDEF,,,"Maximum acceptable pixel shift" + +shiftimages,b,h,yes,,,"Shift the images ?" +interp_type,s,h,"linear","|nearest|linear|poly3|poly5|spline3|",,"Interpolant" +boundary_type,s,h,"nearest","|constant|nearest|reflect|wrap|",,"Boundary type" +constant,r,h,0.,,,"Constant for constant boundary extension" + +trimimages,b,h,yes,,,"Trim the shifted images ?" + +verbose,b,h,yes,,,"Print the centers, shifts, and trim section ?" + +list,*s,h + +mode,s,h,'ql' |