From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/images/tv/wcspars.par | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkg/images/tv/wcspars.par (limited to 'pkg/images/tv/wcspars.par') 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" -- cgit