| Commit message (Expand) | Author | Age | Files | Lines |
* | This update fixes some problems with the creation of headerlets from input HD... | hack | 2011-12-16 | 1 | -7/+10 |
* | corrected typos, removed extraneous code | dencheva | 2011-12-09 | 1 | -36/+10 |
* | Update logging to use a decorator to enable logging on individual functions. | embray | 2011-12-09 | 1 | -37/+63 |
* | Typo fix. | embray | 2011-12-09 | 1 | -69/+69 |
* | Fix a lot of DeprecationWarnings. | embray | 2011-12-09 | 1 | -20/+20 |
* | A major overhaul of logging | dencheva | 2011-12-06 | 1 | -263/+304 |
* | A minor bug in create_headerlet: setting WCSNAME to the value of HDRNAME | dencheva | 2011-12-05 | 1 | -1/+8 |
* | If HDRNAME is not provided, it is set to WCSNAME : write_headerlet, archive_a... | dencheva | 2011-12-02 | 1 | -21/+7 |
* | convert wcskey to upper case | dencheva | 2011-12-02 | 1 | -1/+4 |
* | more cleaning up code | dencheva | 2011-12-01 | 1 | -14/+16 |
* | Reworked extract_headerlet to fix: | dencheva | 2011-12-01 | 1 | -11/+19 |
* | Added docstrings | dencheva | 2011-12-01 | 1 | -4/+34 |
* | PEP8 changes | dencheva | 2011-12-01 | 1 | -279/+303 |
* | The 'archiveWCS' function in wcsutil.altwcs did not always find a WCSNAME, es... | hack | 2011-11-16 | 1 | -1/+14 |
* | Update to STWCS.wcsutil.wcscorr to fix a (serious) bug that affects updating ... | hack | 2011-11-11 | 1 | -1/+1 |
* | Updates the HeaderletHDU class to use PyFITS's new FitsHDU class as its base. | embray | 2011-11-08 | 1 | -392/+321 |
* | This revision fixes problems with WCSCORR table updates; specifically, | hack | 2011-11-07 | 2 | -31/+70 |
* | The docstrings for 'write_headerlet' and 'extract_headerlet' have been update... | hack | 2011-11-07 | 1 | -11/+15 |
* | This revision fixes a number of bugs; including: | hack | 2011-11-07 | 1 | -9/+18 |
* | Corrected a bug in 'create_headerlet' to provide the extension name in the ri... | hack | 2011-11-06 | 1 | -110/+128 |
* | The WCSCORR table update will not crash anymore (based on my testing) when WC... | hack | 2011-11-04 | 1 | -5/+5 |
* | Do not attach headerlet if it is already attached | dencheva | 2011-11-02 | 1 | -5/+2 |
* | Changes to Headerlet.apply* methods to use SCIEXT keyword in SIPWCS extension... | dencheva | 2011-11-02 | 1 | -32/+64 |
* | corrected a problem with apply_as_alternate not checking for unique HDRNAME w... | dencheva | 2011-11-02 | 1 | -16/+9 |
* | Added wcskey parameters for the two files in isWCSIdentical | dencheva | 2011-11-02 | 1 | -3/+7 |
* | 'ext' is now a required parameter so restoreWCS was split into two functions,... | dencheva | 2011-11-02 | 1 | -29/+86 |
* | The API for 'updatewcs.utils.extract_rootname()' was changed, along with all ... | hack | 2011-11-01 | 1 | -2/+3 |
* | Updates to STWCS correct the following problems: | hack | 2011-10-31 | 1 | -28/+34 |
* | Corrects problems with calling 'create_headerlet()' directly in public functi... | hack | 2011-10-28 | 1 | -9/+27 |
* | Removed extraneous function 'getHeaderletObj' and replaced calls to that with... | hack | 2011-10-28 | 1 | -44/+52 |
* | Renamed the 'STWCSVER' keyword in headerlets to 'UPWCSVER' to be consistent w... | hack | 2011-10-27 | 1 | -3/+3 |
* | This update to the 'headerlet' module should enable proper verification of 'w... | hack | 2011-10-27 | 1 | -2/+2 |
* | This update to the 'headerlet' module should enable proper verification of 'w... | hack | 2011-10-27 | 1 | -22/+37 |
* | Updates to correct formatting problems with some exceptions in the headerlet ... | hack | 2011-10-27 | 2 | -55/+72 |
* | Modified isWCSIdentical to accept IRAF style extension syntax | dencheva | 2011-10-26 | 1 | -13/+39 |
* | The WCSDVARR extensions included in the headerlet by 'create_headerlet' now o... | hack | 2011-10-26 | 1 | -6/+11 |
* | The headerlet module was revised to fix the following issues: | hack | 2011-10-26 | 2 | -12/+22 |
* | Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. This... | hack | 2011-10-25 | 4 | -337/+1994 |
* | The .size() method on HDUs is a property now, so updating to reflect that so ... | embray | 2011-10-07 | 1 | -53/+52 |
* | fix except..as | sienkiew | 2011-09-15 | 1 | -1/+1 |
* | python 2.5 compatibility (no "as" in exception) | sienkiew | 2011-09-12 | 1 | -1/+1 |
* | A new create_headerlet method to match the requirements in the new document | dencheva | 2011-08-19 | 1 | -138/+262 |
* | don't try to update the old idc table keywords if they don't exist (as in 'ER... | dencheva | 2011-08-19 | 1 | -1/+2 |
* | A fix for computing the WCS of polarizer data. This software change requires ... | dencheva | 2011-08-19 | 1 | -2/+24 |
* | (past) last minute check in - corrected aproblem when wcsname was overwritten... | dencheva | 2011-08-10 | 1 | -4/+7 |
* | A problem with the logic initializing the WCSCORR table when no alternate WCS... | hack | 2011-08-09 | 1 | -1/+2 |
* | Removed parameter clobber in restoreWCS, so that it always overwrites the pri... | dencheva | 2011-08-08 | 1 | -46/+30 |
* | Changed archiveWCS to raise an error if reusekey is False and wcskey already ... | dencheva | 2011-08-08 | 1 | -25/+69 |
* | correct type in previous commit | dencheva | 2011-08-05 | 1 | -1/+1 |
* | Almost a complete rewrite of altwcs, the goals being: | dencheva | 2011-08-05 | 1 | -134/+231 |