From 51b7d025b8f7d12f7572a420d7cf31f5482f934d Mon Sep 17 00:00:00 2001 From: dencheva Date: Mon, 7 Mar 2011 18:44:45 +0000 Subject: No code changes, only name changes - all occurences of 'dgeo' changed to 'npol' git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12119 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/corrections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'updatewcs/corrections.py') diff --git a/updatewcs/corrections.py b/updatewcs/corrections.py index 2e06656..6f2aa0b 100644 --- a/updatewcs/corrections.py +++ b/updatewcs/corrections.py @@ -5,10 +5,10 @@ import numpy as np from numpy import linalg from pytools import fileutil from utils import diff_angles -import makewcs, dgeo +import makewcs, npol MakeWCS = makewcs.MakeWCS -DGEOCorr = dgeo.DGEOCorr +NPOLCorr = npol.NPOLCorr class TDDCorr(object): """ -- cgit