summaryrefslogtreecommitdiff
path: root/distortion/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...embray2011-06-221-204/+0
* Revised how 'output_wcs' computes the new WCS, specifically, correctly accoun...hack2011-03-181-5/+6
* Make a copy of the output WCS before using it.dencheva2011-02-041-2/+3
* Added parameter description to utils module.dencheva2011-02-021-1/+27
* Corrected a sign-error in 'utils.output_wcs()' in STWCS.distortion. hack2011-01-251-1/+2
* A couple of updates were made to 'stwcs.distortion.utils.output_wcs()' to mak...hack2011-01-241-8/+26
* Added a small correction which was accidentally dropped in the previous debu...dencheva2010-08-231-0/+6
* Pywcs was changed not to set default values when header is not provided, so s...dencheva2010-07-191-1/+1
* Should call repr instead of str which inserts \ndencheva2010-07-161-3/+4
* typo in previous check indencheva2010-07-141-9/+2
* Pywcs was changed not to set the WCS values for a default object (header is N...dencheva2010-07-141-6/+13
* - If idc table is not found and idc model cannot be restored from SIP, idcmod...dencheva2010-01-251-2/+29
* Resolves #501: added an option to create an output WCS without applying the d...dencheva2010-01-191-5/+11
* 'from __future__ import division' changesdencheva2009-12-231-0/+2
* More name changesdencheva2009-04-291-1/+1
* Correcting 'output_wcs' in updatewcs.distortion to call the new method 'calcF...hack2009-03-191-1/+1
* typodencheva2009-03-191-1/+1
* Footprint is not an attribute of the WCS class - pywcs change 874dencheva2009-03-181-1/+1
* Corrections to origin parameter in s2pdencheva2009-02-111-3/+3
* Changed namesdencheva2008-12-221-1/+1
* Fixed a sign error.dencheva2008-12-081-1/+1
* Correct implementation of constructing an output WCS frame. This was tested ...dencheva2008-12-081-10/+10
* Changes to the construction of the output wcs. With this version wdrizzle cre...dencheva2008-12-031-130/+20
* Added code to create output WCS based on footprints of wcs objectsdencheva2008-12-011-0/+225