summaryrefslogtreecommitdiff
path: root/updatewcs
Commit message (Expand)AuthorAgeFilesLines
* CDELT is the stepsize of the subsampled full-size dgeo file and is recorded i...dencheva2010-03-152-13/+11
* Modified 'updatewcs' in 'stwcs' to report the CRPIX value corrected for the a...hack2010-03-051-2/+4
* Corrected a reference to pyfits HDUList objectsdencheva2010-02-182-2/+2
* The dgeo module in stwcs.updatewcs was revised to create header keywords for ...hack2010-02-171-3/+3
* Addressed #507dencheva2010-02-013-69/+74
* - If idc table is not found and idc model cannot be restored from SIP, idcmod...dencheva2010-01-251-1/+5
* Check if correction is in the list of corrections before removing it.dencheva2010-01-221-3/+4
* alignwcs is not going to be useddencheva2009-12-231-95/+0
* set type to float64dencheva2009-12-231-3/+3
* Use 'import numpy as np' and a fix to a header commentdencheva2009-12-232-11/+11
* 'from __future__ import division' changesdencheva2009-12-236-1/+13
* removed a print statementdencheva2009-12-221-1/+0
* Comments and minor correctionsdencheva2009-12-222-18/+36
* Update version numbersdencheva2009-12-221-1/+1
* Fix for missing kw CCDCHIP. Covered the case when IDCTAB kw is not present or...dencheva2009-12-223-41/+85
* Added detector to image correction for WFPC2 datadencheva2009-12-211-1/+1
* Minor refactoring and cleaning; fixed a problem when ORIENTAT is not present ...dencheva2009-12-181-6/+9
* Corrected typo in 'stwcs.updatewcs.__init' function 'getNrefchip' to recogniz...hack2009-12-071-1/+1
* Allow arbitrary number of axes in a lookup tabledencheva2009-10-212-98/+81
* Once more - dgeo correction for binned imagesdencheva2009-10-152-26/+18
* Handle dgeo files for binned images using CDELTdencheva2009-10-141-7/+20
* Another attempt to get the correct dgeo extension using CCDCHIPdencheva2009-10-141-13/+48
* Use 'CCDCHIP', not 'EXTVER' when choosing the dgeo extensiondencheva2009-10-131-6/+18
* Changes to the WCSDVARR extension header which allow mapping of the dgeo tabl...dencheva2009-10-132-18/+33
* Added code to handle iraf environment variablesdencheva2009-10-011-2/+2
* Modified logic for TDD correction, so that it is always applied for ACS/WFCdencheva2009-07-271-9/+3
* Removed code related to d2im correction. Changed the type of CDELT to be float.dencheva2009-07-271-2/+2
* More name changesdencheva2009-04-294-7/+7
* Changed names dencheva2009-04-291-1/+1
* Renamed hstwcs to udpatewcsdencheva2009-04-297-0/+1266
* Renamed updatewcs to hstwcsdencheva2008-12-225-966/+0
* Added the option of 'N/A' as a value of a dgeo file.dencheva2008-12-191-0/+2
* Fixed logic with VA kw updatedencheva2008-12-162-6/+13
* Fixed bugsdencheva2008-12-161-2/+4
* -Added SIP correction to look up tablesdencheva2008-12-164-74/+117
* Made recording of idcmodel kw to extension header optionaldencheva2008-12-112-3/+5
* Applied last changes for TDD correction to the basic WCS kw. Header values ar...dencheva2008-12-101-48/+36
* Added TDD correction to WCSdencheva2008-10-292-36/+67
* Added parameter 'dgeocorr=True' which will allow to turn DGEO file correction...dencheva2008-10-275-167/+199
* Many changes to match the changes in pywcs.dencheva2008-10-223-94/+96
* - HSTWCS class was modified to dencheva2008-08-223-230/+171
* Copied Warren's TDD implementation into hstwcsdencheva2008-08-181-10/+34
* moved hstwcs from general development repository to stsci_python/developmentdencheva2008-08-154-0/+892