summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Made ext a required parameter for all file level functionsdencheva2010-09-231-42/+71
* Fixed a probelm with converting a PC to a CD matrix in alternate WCS'sdencheva2010-09-231-1/+1
* One more incorrect import statementdencheva2010-09-231-1/+1
* Adding sphinx documentationdencheva2010-09-234-0/+421
* Remove incorrect import dencheva2010-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/+4
* Corrected a mistake in previous checkindencheva2010-09-222-2/+1
* Changes to updatewcs which correspond to the refactored wcsutil and deal wit...dencheva2010-09-223-248/+91
* Refactored wcsutildencheva2010-09-222-325/+347
* Addresses #610 - functions which work with alternate WCS.dencheva2010-09-221-0/+444
* Corrected a problem with input header created with the last checkin.dencheva2010-09-151-2/+2
* 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-093-19/+52
* Wcskey and alternate WCS used now in stwcsdencheva2010-08-314-101/+269
* 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-163-8/+9
* Keeping up with changes in pywcsdencheva2010-07-151-2/+6
* 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-144-15/+25
* The logic for printing out the warning message about using the hard-coded TDD...hack2010-06-151-15/+17
* Changed a warning statementdencheva2010-05-281-1/+1
* The default value for 'skew_coeffs' in STWCS.distortion.mutil needed to be re...hack2010-05-262-2/+2
* Removed commented out codedencheva2010-05-211-14/+1
* 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