diff options
author | dencheva <dencheva@stsci.edu> | 2009-03-19 10:18:13 -0400 |
---|---|---|
committer | dencheva <dencheva@stsci.edu> | 2009-03-19 10:18:13 -0400 |
commit | 39b69034aa3607cf852ffbe496a04c7236bc962b (patch) | |
tree | 8abc55896a7ecd9df64067b11d2305b93d9ab416 /distortion/utils.py | |
parent | cdae81377028c57158b552e72936d1eb10d24854 (diff) | |
download | stwcs_hcf-39b69034aa3607cf852ffbe496a04c7236bc962b.tar.gz |
typo
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7779 fe389314-cf27-0410-b35b-8c050e845b92
Diffstat (limited to 'distortion/utils.py')
-rw-r--r-- | distortion/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distortion/utils.py b/distortion/utils.py index 6051222..8309eff 100644 --- a/distortion/utils.py +++ b/distortion/utils.py @@ -5,7 +5,7 @@ from updatewcs import wcsutil from numpy import sqrt, arctan2 def output_wcs(list_of_wcsobj, ref_wcs=None, outwcs=None): - fra_dec = np.vstack([w.calculateFootprint for w in list_of_wcsobj]) + fra_dec = np.vstack([w.calcFootprint for w in list_of_wcsobj]) delta_fdec = (fra_dec[:,1].max()-fra_dec[:,1].min()) crval2 = fra_dec[:,1].min()+ delta_fdec/2. |