From 02ba60cfb8db0288977724ebe73a13ee68544c31 Mon Sep 17 00:00:00 2001 From: dencheva Date: Thu, 30 Sep 2010 19:07:47 +0000 Subject: Added documentaion git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@10441 fe389314-cf27-0410-b35b-8c050e845b92 --- updatewcs/dgeo.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'updatewcs/dgeo.py') diff --git a/updatewcs/dgeo.py b/updatewcs/dgeo.py index fd1c214..7c6ec45 100644 --- a/updatewcs/dgeo.py +++ b/updatewcs/dgeo.py @@ -7,13 +7,11 @@ import numpy as np class DGEOCorr(object): """ - Purpose - ======= Defines a Lookup table prior distortion correction as per WCS paper IV. It uses a reference file defined by the NPOLFILE (suffix 'NPL') keyword in the primary header. - Algorithm - ========= + Notes + ----- - Using extensions in the reference file create a WCSDVARR extension and add it to the file object. - Add record-valued keywords which describe the lookup tables to the -- cgit