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/skyxymatch.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/immatch/skyxymatch.par')
-rw-r--r-- | pkg/images/immatch/skyxymatch.par | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/pkg/images/immatch/skyxymatch.par b/pkg/images/immatch/skyxymatch.par new file mode 100644 index 00000000..7d1f42e1 --- /dev/null +++ b/pkg/images/immatch/skyxymatch.par @@ -0,0 +1,26 @@ +# Parameter file for the SKYXYMATCH task + +input,f,a,,,,Input images +reference,f,a,,,,Input reference images +output,f,a,,,,Output matched coordinate lists +coords,f,h,"grid",,,Reference coordinate lists +xmin,r,h,INDEF,,,Minimum logical x reference coordinate value +xmax,r,h,INDEF,,,Maximum logical x reference coordinate value +ymin,r,h,INDEF,,,Minimum logical y reference coordinate value +ymax,r,h,INDEF,,,Maximum logical y reference coordinate value +nx,i,h,10,1,,Number of grid points in x +ny,i,h,10,1,,Number of grid points in y +wcs,s,h,"world","|physical|world|",,Input coordinate system +xcolumn,i,h,1,1,,Input column containing x coordinate +ycolumn,i,h,2,1,,Input column containing y coordinate +xunits,s,h,"",,,Input x coordinate units +yunits,s,h,"",,,Input y coordinate units +xformat,s,h,"%10.3f",,,Output logical x coordinate format +yformat,s,h,"%10.3f",,,Output logical y coordinate format +rwxformat,s,h,"",,,Output reference world x coordinate format +rwyformat,s,h,"",,,Output reference world y coordinate format +wxformat,s,h,"",,,Output world x coordinate format +wyformat,s,h,"",,,Output world y coordinate format +min_sigdigits,i,h,7,,,Minimum number of significant digits +verbose,b,h,yes,,,Verbose mode ? +mode,s,h,ql,,, |