summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initially the log file was defined at the top level. Moved it to updatewcs to...dencheva2011-06-022-10/+6
* 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
* A couple of small updates to STWCS.UPDATEWCS which avoid problems when workin...hack2011-04-292-1/+16
* 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
* Added explanation of the basic Headerlet API's current implementationembray2011-04-131-0/+125
* 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-064-127/+196
* 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
* Revised how 'output_wcs' computes the new WCS, specifically, correctly accoun...hack2011-03-181-5/+6
* This update to the HSTWCS class in STWCS attempts to address a couple of issu...hack2011-03-171-4/+10
* Fixed a problem with TDDCorr handling in the 'zero_point_corr()' classmethod ...hack2011-03-171-1/+2
* 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-118-43/+102
* Fixed a bug - wcskey was not defined when archiving a WCS and an alternate WC...dencheva2011-03-091-0/+1
* 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
* revised tsrdencheva2011-03-031-1/+0
* Updated the definition of a headerlet to reflect the latest discussions and a...dencheva2011-03-031-33/+14
* 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-242-5/+5
* 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