summaryrefslogtreecommitdiff
path: root/wcsutil
Commit message (Expand)AuthorAgeFilesLines
* The HSTWCS method 'wcs2header' was modified to append the SIP and IDC distort...hack2011-04-052-16/+15
* Per Warren's suggestion, moved the wcscorr and convertwcs modules out of beta...embray2011-04-012-0/+454
* * Added compression supportembray2011-04-011-26/+58
* Headerlet work:embray2011-03-311-202/+355
* Some mostly trivial PEP8 pedantry.embray2011-03-291-158/+211
* This update to the HSTWCS class in STWCS attempts to address a couple of issu...hack2011-03-171-4/+10
* revert r12062: put back all idc model keywords in the science headerdencheva2011-03-151-2/+1
* Added logging to headerletdencheva2011-03-141-19/+70
* temporary work around pyfits problem #48dencheva2011-03-141-7/+18
* 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