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/imcoords/wcsctran.par | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/images/imcoords/wcsctran.par')
-rw-r--r-- | pkg/images/imcoords/wcsctran.par | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/images/imcoords/wcsctran.par b/pkg/images/imcoords/wcsctran.par new file mode 100644 index 00000000..ec8ad4ad --- /dev/null +++ b/pkg/images/imcoords/wcsctran.par @@ -0,0 +1,12 @@ +# Parameter file for the WCSTRAN task. + +input,s,a,"",,,The input coordinate files +output,s,a,"",,,The output coordinate files +image,f,a,"",,,The input images +inwcs,s,a,"logical","|logical|tv|physical|world|",,The input coordinate system +outwcs,s,a,"world","|logical|tv|physical|world|",,The output coordinate system +columns,s,h,"1 2 3 4 5 6 7",,,List of input file columns +units,s,h,"",,,List of input coordinate units +formats,s,h,"",,,List of output coordinate formats +min_sigdigits,i,h,7,,,Minimum precision of output coordinates +verbose,b,h,yes,,,Write comments to the output file ? |