summaryrefslogtreecommitdiff
path: root/wcsutil
Commit message (Expand)AuthorAgeFilesLines
* Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...embray2011-06-2210-3006/+0
* Relatively minor update to wcsutil.altwcs to allow the alternate WCS methods ...hack2011-06-161-6/+23
* Headerlet.apply was not removing kw with reference files from the primary hea...dencheva2011-06-031-2/+14
* Added a boolena keyword parameter 'createsummary' to Headerlet.apply to allow...dencheva2011-06-031-10/+15
* Addresses #713dencheva2011-06-031-7/+22
* Raise an error if input to HSTWCS is not a file name or a file objectdencheva2011-06-031-0/+3
* Added vafactor to SIPWCS headerlet extensions. Thi scompletes #710dencheva2011-06-031-0/+2
* Fixed r710dencheva2011-06-031-9/+17
* Make headerlets logging actually workdencheva2011-06-022-68/+80
* Minor update to wcscorr module to not try to create a WCSCORR table when upda...hack2011-05-111-0/+4
* Very minor change to the logic for determining when to add new rows to the WC...hack2011-05-041-1/+1
* Further refinements to the WCSCORR code in STWCS to reduce the number of new ...hack2011-05-031-6/+10
* This update to STWCS includes the following revisions:hack2011-05-032-15/+18
* This update to the 'wcscorr' modele in STWCS.WCSUTIL fixes a problem with ini...hack2011-04-231-4/+4
* Updated the 'wcscorr' module in stwcs.wcsutil to define the number of new row...hack2011-04-211-1/+1
* Turn out pyfits doesn't really do anything helpful to automatically manage ex...embray2011-04-131-1/+6
* The logic for finding an empty (matching) row in 'wcscorr.find_wcscorr_row()'...hack2011-04-121-3/+5
* Fixes `applyHeaderlet` and `Headerlet.apply()` use the hdrname keyword argembray2011-04-111-17/+11
* Corrected a syntax problem with one of the new exception calls in 'update_wcs...hack2011-04-071-1/+1
* `Headerlet.apply()` now appends the headerlet of the original WCS to the *end*embray2011-04-062-13/+28
* Updated `update_wcscorr()` to be more flexible and general-purpose. It canembray2011-04-063-75/+144
* Various cleanup and small bug fixes. In particular, init_wcscorr() now works...embray2011-04-054-245/+305
* 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