summaryrefslogtreecommitdiff
path: root/wcsutil
Commit message (Expand)AuthorAgeFilesLines
* Adding logging to updatewcsdencheva2011-03-111-1/+2
* Fixed a bug - wcskey was not defined when archiving a WCS and an alternate WC...dencheva2011-03-091-0/+1
* more docstringsdencheva2011-03-021-1/+22
* Added a function which compares two WCS solutions. The list of criteria to me...dencheva2011-03-021-52/+192
* More changes to go with r12056dencheva2011-03-021-3/+8
* some of the IDC model kw are not used, do not store them in the header. Do no...dencheva2011-03-012-5/+7
* bugfixesdencheva2011-02-281-16/+34
* wcslib.wcsini populates the WCS struct which includes 'RESTFRQ' and 'RESTWAV'...dencheva2011-02-281-0/+5
* Add some IDC model parameters to header. Use header.ascard instead of cardList()dencheva2011-02-281-9/+15
* Make some attempt to write the WCS kw in the WCS group in the headerdencheva2011-02-281-5/+19
* one more file to go with headerletsdencheva2011-02-281-2/+1
* headerletsdencheva2011-02-282-0/+316
* Closes #674: updatewcs adds a keyword UPWCSVER to the primary header of the f...dencheva2011-02-241-3/+1
* Fixed(?) circular import introduced into the HSTWCS module. hack2011-02-221-1/+3
* Made the new 'all_sky2pix()' method in HSTWCS dramatically faster, by perform...hack2011-02-221-15/+20
* The HSTWCS class of STWCS has been updated with a new method: all_sky2pix(). ...hack2011-02-211-1/+84
* Pulled the code which deals with input into a separate module. Changes to the...dencheva2011-02-162-58/+88
* Added the option to provide an output tangent plane for the virtual mosaic. A...dencheva2011-02-101-23/+33
* Added a tool to create a virtual mosaic based on the WCS of the input observa...dencheva2011-02-081-0/+172
* Added a method to update the scaledencheva2011-02-041-0/+7
* DATE-OBS for STIS is in the SCi extension header, not in the primarydencheva2010-12-171-0/+6
* Initial fix for #637, will change this later.dencheva2010-12-131-2/+2
* One version string for the packagedencheva2010-10-141-4/+0
* More docsdencheva2010-10-111-22/+2
* Corrected a problem with ext parameterdencheva2010-10-061-7/+6
* Added documentaiondencheva2010-09-303-62/+94
* refactored some of the code. Checked in tests for altwcs functionsdencheva2010-09-242-115/+89
* 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
* Corrected a mistake in previous checkindencheva2010-09-222-2/+1
* Refactored wcsutildencheva2010-09-222-325/+347
* Addresses #610 - functions which work with alternate WCS.dencheva2010-09-221-0/+444
* Added parameters to updatewcs to allow the primary WCS to be archived under a...dencheva2010-09-091-1/+2
* Wcskey and alternate WCS used now in stwcsdencheva2010-08-311-29/+46
* Should call repr instead of str which inserts \ndencheva2010-07-161-1/+1
* Pywcs was changed not to set the WCS values for a default object (header is N...dencheva2010-07-141-3/+6
* - If idc table is not found and idc model cannot be restored from SIP, idcmod...dencheva2010-01-251-13/+20
* 'from __future__ import division' changesdencheva2009-12-233-1/+5
* Comments and minor correctionsdencheva2009-12-221-1/+1
* Update version numbersdencheva2009-12-221-1/+1
* Fix for missing kw CCDCHIP. Covered the case when IDCTAB kw is not present or...dencheva2009-12-222-11/+47
* More code cleaningdencheva2009-12-181-24/+6
* Minor refactoring and cleaning; fixed a problem when ORIENTAT is not present ...dencheva2009-12-183-60/+118
* Added code which allows to create an HSTWCS object without the requirement to...dencheva2009-09-243-47/+43
* Removed code related to d2im correction. Changed the type of CDELT to be float.dencheva2009-07-271-12/+2
* Remove d2im support from stwcs, since it is now part of pywcs.mdroe2009-07-221-178/+48
* More name changesdencheva2009-04-291-1/+1
* These changes allow the HSTWCS object ot be used for transformations and when...dencheva2009-04-281-2/+7
* 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