From f838bbd5acc3032d75e9cd85689b77f993b44039 Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 28 Feb 2011 13:12:38 +0000 Subject: one more file to go with headerlets git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12053 fe389314-cf27-0410-b35b-8c050e845b92 --- wcsutil/mappings.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'wcsutil/mappings.py') diff --git a/wcsutil/mappings.py b/wcsutil/mappings.py index 9ab1c6b..24038bf 100644 --- a/wcsutil/mappings.py +++ b/wcsutil/mappings.py @@ -25,6 +25,5 @@ prim_hdr_kw = ['detector', 'offtab', 'idctab', 'date-obs', 'pa_v3', 'ra_targ', 'dec_targ'] # These are the keywords which are archived before MakeWCS is run -basic_wcs = ['CD1_1', 'CD1_2', 'CD2_1', 'CD2_2', 'CRVAL1','CRVAL2','CTYPE1', 'CTYPE2', - 'CRPIX1', 'CRPIX2', 'CTYPE1', 'CTYPE2', 'ORIENTAT', 'NAXIS1', 'NAXIS2'] +basic_wcs = ['CD1_', 'CD2_', 'CRVAL', 'CTYPE', 'CRPIX', 'CTYPE', 'CDELT', 'CUNIT'] -- cgit