summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added 'catalog' to the write_headerlet TEAL interface. It already existed in...hack2012-10-223-7/+9
* update docstringsdencheva2012-10-191-10/+25
* Make sure CRDER* keywords go into the headerlet and remove RMS* keywords from...dencheva2012-10-021-4/+8
* part of the refactoring, missed this changedencheva2012-10-021-1/+1
* Refactored headerlet code works with pywcs.WCS objects now. Also works iwth n...dencheva2012-10-014-579/+704
* Revising author order for FITS TSR to reflect final contributions to the work...hack2012-09-241-1/+1
* Added a paragraph to the FITS Conventions TSR explaining the inclusion of the...hack2012-09-202-21/+42
* Initial updates to headerlet TSR to include a figure and related text.hack2012-09-191-11/+48
* Replaced all references to Paper IV with 'FITS Distortion Paper' in docs, as ...hack2012-09-194-18/+18
* Added more explanation about the data arrays of the NPOLFILE and the subsampl...hack2012-09-191-3/+10
* Removing extraneous title for FITS COnvention TSR from STWCS documentation in...hack2012-09-191-3/+0
* Updated the FITS Conventions TSR again, this time with FITS file extension li...hack2012-09-181-8/+79
* Added sample SCI header illustrating the use of all the WCS keywords, along w...hack2012-09-181-14/+188
* Added NPOL and D2IM file examples as Appendices to fits_conventions TSR.hack2012-09-181-4/+180
* Updating fits_conventions TSR with figures, along with some minor corrections...hack2012-09-186-12/+36
* fixed a bug in populating cperror keywordsdencheva2012-09-101-7/+11
* Write out the correct keyword name for error values in wcsdvarr extensions, '...dencheva2012-09-061-3/+2
* do not attempt to make a correction if idcmodel is Nonedencheva2012-08-302-0/+6
* Fixed a problem with headerlet.apply_as_primary that arose from changes from ...hack2012-06-202-2/+2
* Problems with attaching headerlets to drizzled images in simple FITS format h...hack2012-05-312-54/+89
* Fixed problems with updatewcs not finding single filter usage case in IDCTAB ...hack2012-05-241-14/+14
* fixed a problem with archiving a WCS in simple fits when wcsname is missingdencheva2012-04-181-1/+4
* Modified a few print statements in altwcs to make 'updatewcs' a little less d...hack2012-04-171-7/+7
* Based on a report by Andy, a bug was fixed in the headerlet code that had res...hack2012-04-111-4/+6
* fix to archiveWCSdencheva2012-03-161-1/+3
* Corrected a typo in one of the updatewcs parameter comments.hack2012-03-151-1/+1
* The primary wcs can have a WCSNAME, so if wcsname=' ' in the call to archiveW...dencheva2012-03-151-1/+3
* deleteWCS did not detect the case of a data array in the primary hdu when the...dencheva2012-03-151-7/+2
* Update to STWCS.WCSUTIL.wcscorr to turn off initialization of WCSCORR table f...hack2012-03-132-2/+3
* Fixed the last two minor errors in stwcs--these are mainly just typos (k.key-...embray2012-02-271-3/+3
* Don't assume that there are definitely any HISTORY cards.embray2012-02-241-2/+3
* Fixes a few more problems with the new Header API encountered in stwcs. This...embray2012-02-231-11/+13
* Should fix most problems in stwcs due to pyfits Header updates. The main iss...embray2012-02-2212-442/+450
* Removing an (unnecessary?) call to .setPscale() which no longer exists for de...hack2012-02-211-1/+0
* Add logic to wcscorr.update_wcscorr that allows it to reformat an old WCSCORR...hack2012-02-171-1/+15
* Add WCSNAME from the first input WCS to the output WCS object created by stwc...hack2012-02-131-0/+2
* Logic was added to wcscorr.update_wcscorr() to prevent it from trying to upda...hack2012-01-301-1/+4
* Revised 'wcscorr.init_wcscorr()' to generate an initial table with enough row...hack2012-01-301-2/+4
* This update to STWCS.wcsutil includes the following changes:hack2012-01-263-17/+64
* This update fixes problems with applying a headerlet to an image which has no...hack2012-01-231-4/+44
* This update fixes some problems with the creation of headerlets from input HD...hack2011-12-161-7/+10
* corrected typos, removed extraneous codedencheva2011-12-091-36/+10
* Update logging to use a decorator to enable logging on individual functions.embray2011-12-091-37/+63
* Typo fix.embray2011-12-091-69/+69
* Fix a lot of DeprecationWarnings.embray2011-12-092-67/+67
* A major overhaul of loggingdencheva2011-12-0621-277/+331
* A minor bug in create_headerlet: setting WCSNAME to the value of HDRNAMEdencheva2011-12-051-1/+8
* If HDRNAME is not provided, it is set to WCSNAME : write_headerlet, archive_a...dencheva2011-12-021-21/+7
* convert wcskey to upper casedencheva2011-12-021-1/+4
* more cleaning up codedencheva2011-12-011-14/+16