summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Addresses ticket #563dencheva2010-05-212-10/+92
* Checked in test code by mistake previouslydencheva2010-03-161-2/+2
* 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-254-31/+71
* Check if correction is in the list of corrections before removing it.dencheva2010-01-221-3/+4
* Resolves #501: added an option to create an output WCS without applying the d...dencheva2010-01-191-5/+11
* 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-234-46/+46
* 'from __future__ import division' changesdencheva2009-12-2315-5/+32
* removed a print statementdencheva2009-12-221-1/+0
* Comments and minor correctionsdencheva2009-12-223-19/+37
* Update version numbersdencheva2009-12-222-2/+2
* Fix for missing kw CCDCHIP. Covered the case when IDCTAB kw is not present or...dencheva2009-12-225-52/+132
* Added detector to image correction for WFPC2 datadencheva2009-12-211-1/+1
* More code cleaningdencheva2009-12-181-24/+6
* Minor refactoring and cleaning; fixed a problem when ORIENTAT is not present ...dencheva2009-12-185-67/+131
* 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-153-27/+29
* 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
* Added code which allows to create an HSTWCS object without the requirement to...dencheva2009-09-243-47/+43
* 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-272-14/+4
* Remove d2im support from stwcs, since it is now part of pywcs.mdroe2009-07-221-178/+48
* future division in various install/setup codesienkiew2009-06-032-0/+3
* Moved stwcs from develpment area to stsci_python to be included in the night...dencheva2009-04-290-0/+0
* More name changesdencheva2009-04-296-9/+9
* Changed names dencheva2009-04-292-4/+4
* Renamed hstwcs to udpatewcsdencheva2009-04-297-0/+0
* Renaming packages:dencheva2009-04-290-0/+0
* These changes allow the HSTWCS object ot be used for transformations and when...dencheva2009-04-284-9/+28
* The detector to image data array is assigned as an attribute of the HSTWCS ob...dencheva2009-04-281-22/+15
* More formatting correctionsdencheva2009-04-241-4/+20
* Fixed a problem with formatting inputdencheva2009-04-241-2/+2
* Added printwcs function to HSTWCS classdencheva2009-04-101-1/+10
* Added minerr parameter toHSTWCS and D@IMERR kw to primary header. This allows...dencheva2009-03-262-8/+8
* Removed wcs_pix2sky method, detector to image correction is not applied in th...dencheva2009-03-262-37/+82
* Changed imports of numpy (as np).dencheva2009-03-264-29/+24
* Correcting 'output_wcs' in updatewcs.distortion to call the new method 'calcF...hack2009-03-191-1/+1
* typodencheva2009-03-191-1/+1
* WFPC2 IDCTAB coefficients include the relative chip to chip rotation. This ro...dencheva2009-03-191-4/+2