summaryrefslogtreecommitdiff
path: root/distortion/utils.py
diff options
context:
space:
mode:
authordencheva <dencheva@stsci.edu>2009-03-19 10:18:13 -0400
committerdencheva <dencheva@stsci.edu>2009-03-19 10:18:13 -0400
commit39b69034aa3607cf852ffbe496a04c7236bc962b (patch)
tree8abc55896a7ecd9df64067b11d2305b93d9ab416 /distortion/utils.py
parentcdae81377028c57158b552e72936d1eb10d24854 (diff)
downloadstwcs_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.py2
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.