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/tv/wcspars.par | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/images/tv/wcspars.par')
-rw-r--r-- | pkg/images/tv/wcspars.par | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/pkg/images/tv/wcspars.par b/pkg/images/tv/wcspars.par new file mode 100644 index 00000000..c4ed61d3 --- /dev/null +++ b/pkg/images/tv/wcspars.par @@ -0,0 +1,19 @@ +# WCSPARS pset for WCSLAB containing user WCS + +ctype1,s,h,"linear",,,"X axis type" +ctype2,s,h,"linear",,,"Y axis type" + +crpix1,r,h,0.,,,"X reference coordinate in the logical system" +crpix2,r,h,0.,,,"Y reference coordinate in the logical system" +crval1,r,h,0.,,,"X reference coordinate in the world system" +crval2,r,h,0.,,,"Y reference coordinate in the world system" + +cd1_1,r,h,1.,,,"CD matrix" +cd1_2,r,h,0.,,,"CD matrix" +cd2_1,r,h,0.,,,"CD matrix" +cd2_2,r,h,1.,,,"CD matrix" + +log_x1,r,h,0.,,,"The lower X-extent of the logical space" +log_x2,r,h,1.,,,"The upper X-extent of the logical space" +log_y1,r,h,0.,,,"The lower Y-extent of the logical space" +log_y2,r,h,1.,,,"The upper Y-extent of the logical space" |