summaryrefslogtreecommitdiff
path: root/distortion/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Correcting 'output_wcs' in updatewcs.distortion to call the new method ↵hack2009-03-191-1/+1
| | | | | | 'calcFootprint' as a method not an attribute. The new call now works as it was tested under the new MultiDrizzle. WJH git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7780 fe389314-cf27-0410-b35b-8c050e845b92
* typodencheva2009-03-191-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7779 fe389314-cf27-0410-b35b-8c050e845b92
* Footprint is not an attribute of the WCS class - pywcs change 874dencheva2009-03-181-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7771 fe389314-cf27-0410-b35b-8c050e845b92
* Corrections to origin parameter in s2pdencheva2009-02-111-3/+3
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7540 fe389314-cf27-0410-b35b-8c050e845b92
* Changed namesdencheva2008-12-221-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/updatewcs@7408 fe389314-cf27-0410-b35b-8c050e845b92
* Fixed a sign error.dencheva2008-12-081-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7341 fe389314-cf27-0410-b35b-8c050e845b92
* Correct implementation of constructing an output WCS frame. This was tested ↵dencheva2008-12-081-10/+10
| | | | | | with ACS and WFPC2 full-frame single images, with 2 ACS/WFC images and a WFPC2 observation with two chips only. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7340 fe389314-cf27-0410-b35b-8c050e845b92
* Changes to the construction of the output wcs. With this version wdrizzle ↵dencheva2008-12-031-130/+20
| | | | | | creates an image which is properly centered and completely visible but the output frame is larger than the image. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7318 fe389314-cf27-0410-b35b-8c050e845b92
* Added code to create output WCS based on footprints of wcs objectsdencheva2008-12-011-0/+225
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/development/trunk/hstwcs@7313 fe389314-cf27-0410-b35b-8c050e845b92