From f95aaac222c61f886e27f7029ed592a76b31eeed Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 24 Sep 2009 19:05:32 +0000 Subject: Added code which allows to create an HSTWCS object without the requirement to tie it to an instrument and detector (WCS headerlets). Also better handling of iraf type fits names git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@8308 fe389314-cf27-0410-b35b-8c050e845b92 --- wcsutil/mappings.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wcsutil/mappings.py') diff --git a/wcsutil/mappings.py b/wcsutil/mappings.py index 48f687f..72059a3 100644 --- a/wcsutil/mappings.py +++ b/wcsutil/mappings.py @@ -7,7 +7,8 @@ inst_mappings={'WFPC2': 'WFPC2WCS', 'ACS': 'ACSWCS', 'NICMOS': 'NICMOSWCS', 'STIS': 'STISWCS', - 'WFC3': 'WFC3WCS' + 'WFC3': 'WFC3WCS', + 'DEFAULT': 'InstrWCS' } -- cgit