diff options
author | dencheva <dencheva@stsci.edu> | 2010-05-21 11:23:48 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2010-05-21 11:23:48 -0400 |
commit | 9328e826012e369da3d689c72cf2be17e026b69c (patch) | |
tree | 4ad236b5a9c57da170a074b404fc025667afd25b | |
parent | 4c5c89fd8cbbb371a867b0e43e2d7aa1ec908427 (diff) | |
download | stwcs_hcf-9328e826012e369da3d689c72cf2be17e026b69c.tar.gz |
Removed commented out code
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@9432 fe389314-cf27-0410-b35b-8c050e845b92
-rw-r--r-- | distortion/mutil.py | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/distortion/mutil.py b/distortion/mutil.py index 780de0b..d656b32 100644 --- a/distortion/mutil.py +++ b/distortion/mutil.py @@ -77,20 +77,7 @@ def readIDCtab (tabname, chip=1, date=None, direction='forward', # First, read in TDD coeffs if present phdr = ftab['PRIMARY'].header skew_coeffs = read_tdd_coeffs(phdr) - """ - # Read in ACS TDD correction coefficients - if ftab['PRIMARY'].header.has_key('INSTRUME'): - instrument = ftab['PRIMARY'].header['INSTRUME'] - if instrument == 'ACS' and detector == 'WFC': - skew_coeffs = None - if phdr.has_key('TDD_DATE'): - print 'Reading TDD coefficients from ',tabname - skew_coeffs = read_tdd_coeffs(phdr) - # Using coefficients read in from IDCTAB Primary header - #skew_coeffs = {'TDD_A0':phdr['TDD_A0'],'TDD_A1':phdr["TDD_A1"], - # 'TDD_B0':phdr['TDD_B0'],'TDD_B1':phdr['TDD_B1'], - # 'TDD_D0':phdr['TDD_D0'],'TDD_DATE':phdr['TDD_DATE']} - """ + # Set default filters for SBC if detector == 'SBC': if filter1 == 'CLEAR': |