| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Updated the FITS Conventions TSR again, this time with FITS file extension li... | hack | 2012-09-18 | 1 | -8/+79 |
* | Added sample SCI header illustrating the use of all the WCS keywords, along w... | hack | 2012-09-18 | 1 | -14/+188 |
* | Added NPOL and D2IM file examples as Appendices to fits_conventions TSR. | hack | 2012-09-18 | 1 | -4/+180 |
* | Updating fits_conventions TSR with figures, along with some minor corrections... | hack | 2012-09-18 | 6 | -12/+36 |
* | fixed a bug in populating cperror keywords | dencheva | 2012-09-10 | 1 | -7/+11 |
* | Write out the correct keyword name for error values in wcsdvarr extensions, '... | dencheva | 2012-09-06 | 1 | -3/+2 |
* | do not attempt to make a correction if idcmodel is None | dencheva | 2012-08-30 | 2 | -0/+6 |
* | Fixed a problem with headerlet.apply_as_primary that arose from changes from ... | hack | 2012-06-20 | 2 | -2/+2 |
* | Problems with attaching headerlets to drizzled images in simple FITS format h... | hack | 2012-05-31 | 2 | -54/+89 |
* | Fixed problems with updatewcs not finding single filter usage case in IDCTAB ... | hack | 2012-05-24 | 1 | -14/+14 |
* | fixed a problem with archiving a WCS in simple fits when wcsname is missing | dencheva | 2012-04-18 | 1 | -1/+4 |
* | Modified a few print statements in altwcs to make 'updatewcs' a little less d... | hack | 2012-04-17 | 1 | -7/+7 |
* | Based on a report by Andy, a bug was fixed in the headerlet code that had res... | hack | 2012-04-11 | 1 | -4/+6 |
* | fix to archiveWCS | dencheva | 2012-03-16 | 1 | -1/+3 |
* | Corrected a typo in one of the updatewcs parameter comments. | hack | 2012-03-15 | 1 | -1/+1 |
* | The primary wcs can have a WCSNAME, so if wcsname=' ' in the call to archiveW... | dencheva | 2012-03-15 | 1 | -1/+3 |
* | deleteWCS did not detect the case of a data array in the primary hdu when the... | dencheva | 2012-03-15 | 1 | -7/+2 |
* | Update to STWCS.WCSUTIL.wcscorr to turn off initialization of WCSCORR table f... | hack | 2012-03-13 | 2 | -2/+3 |
* | Fixed the last two minor errors in stwcs--these are mainly just typos (k.key-... | embray | 2012-02-27 | 1 | -3/+3 |
* | Don't assume that there are definitely any HISTORY cards. | embray | 2012-02-24 | 1 | -2/+3 |
* | Fixes a few more problems with the new Header API encountered in stwcs. This... | embray | 2012-02-23 | 1 | -11/+13 |
* | Should fix most problems in stwcs due to pyfits Header updates. The main iss... | embray | 2012-02-22 | 12 | -442/+450 |
* | Removing an (unnecessary?) call to .setPscale() which no longer exists for de... | hack | 2012-02-21 | 1 | -1/+0 |
* | Add logic to wcscorr.update_wcscorr that allows it to reformat an old WCSCORR... | hack | 2012-02-17 | 1 | -1/+15 |
* | Add WCSNAME from the first input WCS to the output WCS object created by stwc... | hack | 2012-02-13 | 1 | -0/+2 |
* | Logic was added to wcscorr.update_wcscorr() to prevent it from trying to upda... | hack | 2012-01-30 | 1 | -1/+4 |
* | Revised 'wcscorr.init_wcscorr()' to generate an initial table with enough row... | hack | 2012-01-30 | 1 | -2/+4 |
* | This update to STWCS.wcsutil includes the following changes: | hack | 2012-01-26 | 3 | -17/+64 |
* | This update fixes problems with applying a headerlet to an image which has no... | hack | 2012-01-23 | 1 | -4/+44 |
* | 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 | 2 | -67/+67 |
* | A major overhaul of logging | dencheva | 2011-12-06 | 21 | -277/+331 |
* | 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 |
* | Fixes a bug in the creation of headerlets without NPOLFILE or D2IMFILE. This... | hack | 2011-11-15 | 1 | -1/+5 |
* | 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 | 2 | -408/+337 |
* | 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 | 4 | -16/+36 |
* | Corrected a bug in 'create_headerlet' to provide the extension name in the ri... | hack | 2011-11-06 | 1 | -110/+128 |