summaryrefslogtreecommitdiff
path: root/updatewcs
Commit message (Expand)AuthorAgeFilesLines
* Updated `update_wcscorr()` to be more flexible and general-purpose. It canembray2011-04-061-52/+52
* Fixed a problem with TDDCorr handling in the 'zero_point_corr()' classmethod ...hack2011-03-171-1/+2
* Adding logging to updatewcsdencheva2011-03-116-39/+90
* No code changes, only name changes - all occurences of 'dgeo' changed to 'npol'dencheva2011-03-075-359/+48
* Renamed dgeo to npoldencheva2011-03-071-0/+311
* Closes #674: updatewcs adds a keyword UPWCSVER to the primary header of the f...dencheva2011-02-241-2/+4
* Make sure the input to checkFiles is a listdencheva2010-12-171-0/+3
* Initial fix for #637, will change this later.dencheva2010-12-131-1/+1
* Fixed getNrefchip for instruments which don't have CCDCHIP keyword. Tested fo...dencheva2010-12-131-40/+46
* Reworked getNrefchip to make it independent of the order of the fits extensionsdencheva2010-11-191-18/+42
* One version string for the packagedencheva2010-10-141-2/+0
* More docsdencheva2010-10-115-39/+89
* Added documentaiondencheva2010-09-304-43/+61
* Fixed a typodencheva2010-09-241-1/+1
* git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwc...dencheva2010-09-231-4/+4
* Moved deleteing of WCS's when a new idctab is detected to updatewcsdencheva2010-09-232-25/+27
* Made ext a required parameter for all file level functionsdencheva2010-09-231-5/+10
* One more incorrect import statementdencheva2010-09-231-1/+1
* Addresses #609 - deletes all alternate WCS's (except the original OPUS obne) ...dencheva2010-09-222-3/+5
* Moved utils from stwcs to updatewcsdencheva2010-09-225-4/+32
* Changes to updatewcs which correspond to the refactored wcsutil and deal wit...dencheva2010-09-222-48/+91
* Added nicmos extension names. Removed extraneous cextver variable which was c...dencheva2010-09-101-2/+1
* Added parameters to updatewcs to allow the primary WCS to be archived under a...dencheva2010-09-091-9/+36
* Wcskey and alternate WCS used now in stwcsdencheva2010-08-311-18/+48
* Should call repr instead of str which inserts \ndencheva2010-07-161-4/+4
* Keeping up with changes in pywcsdencheva2010-07-151-2/+6
* Pywcs was changed not to set the WCS values for a default object (header is N...dencheva2010-07-142-6/+6
* The logic for printing out the warning message about using the hard-coded TDD...hack2010-06-151-15/+17
* The default value for 'skew_coeffs' in STWCS.distortion.mutil needed to be re...hack2010-05-261-1/+1
* Addresses ticket #563dencheva2010-05-211-9/+39
* 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-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