diff options
Diffstat (limited to 'wcsutil/mappings.py')
-rw-r--r-- | wcsutil/mappings.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/wcsutil/mappings.py b/wcsutil/mappings.py index 72059a3..32d6391 100644 --- a/wcsutil/mappings.py +++ b/wcsutil/mappings.py @@ -15,8 +15,9 @@ inst_mappings={'WFPC2': 'WFPC2WCS', # A list of instrument specific keywords # Every instrument class must have methods which define each of these # as class attributes. -ins_spec_kw = [ 'detector', 'ltv1', 'ltv2', 'parity', 'binned','vafactor', 'chip', - 'naxis1', 'naxis2', 'filter1', 'filter2'] +ins_spec_kw = [ 'idctab', 'offtab', 'date_obs', 'ra_targ', 'dec_targ', 'pav3', \ + 'detector', 'ltv1', 'ltv2', 'parity', 'binned','vafactor', \ + 'chip', 'naxis1', 'naxis2', 'filter1', 'filter2'] # A list of keywords defined in the primary header. # The HSTWCS class sets this as attributes |