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 /pkg/images/immatch/imcentroid.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/immatch/imcentroid.par')
-rw-r--r-- | pkg/images/immatch/imcentroid.par | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/pkg/images/immatch/imcentroid.par b/pkg/images/immatch/imcentroid.par new file mode 100644 index 00000000..8a93d787 --- /dev/null +++ b/pkg/images/immatch/imcentroid.par @@ -0,0 +1,16 @@ +input,s,a,,,,"List of input images" +reference,s,a,"",,,"Reference image" +coords,s,a,,,,"Reference coordinates file" +shifts,s,h,"",,,"Initial shifts file" + +boxsize,i,h,7,1,,"Size of the fine centering box" +bigbox,i,h,11,1,,"Size of the coarse 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" +verbose,b,h,yes,,,"Print the centroids for every source ?" |