summaryrefslogtreecommitdiff
path: root/lib/stwcs/wcsutil/headerlet.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed problems with python 2 to 3 conversionbsimon2015-05-211-7/+9
* Updated files to run under python 2 and 3bsimon2015-05-041-22/+31
* replace deprecateed methodsdencheva2014-05-021-1/+0
* fix a typo dencheva2014-05-021-1/+1
* further changes to move to astropydencheva2014-05-011-45/+46
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-301-5/+5
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-281-3/+5
* STWCS update to insure that NEXTEND keyword (if already present in primary he...hack2013-12-301-2/+9
* Fixed a bug introduced in r26987 to the headerlet module that caused headerle...hack2013-10-241-8/+9
* STWCS v1.1.2: This update only includes changes to the headerlet module and r...hack2013-10-231-26/+91
* Interface with 'new' PyFITS (>v3.1.x) and its writeto() method were corrected...hack2013-10-171-16/+38
* Problems with using apply_headerlet_as_primary() on WFPC2 data have been corr...hack2013-08-281-2/+5
* The apply_as_primary() method of the Headerlet class was revised to look for ...hack2013-08-271-5/+8
* Replace hdu._extver' with 'ext.ver' because of changes to pyfits' API.dencheva2013-08-121-67/+67
* When creating a WCS object with NPOl or D2IM correction Pywcs does not keep t...dencheva2013-04-111-5/+20
* fix bugs in headerlet related to d2im correctiondencheva2013-03-191-32/+22
* Merging d2im changes into trunkdencheva2013-03-181-20/+35
* Adding a WCS diff function to the packagedencheva2013-01-081-136/+0
* fix docstring indentationdencheva2012-10-291-121/+124
* update docstringsdencheva2012-10-191-10/+25
* Make sure CRDER* keywords go into the headerlet and remove RMS* keywords from...dencheva2012-10-021-4/+8
* Refactored headerlet code works with pywcs.WCS objects now. Also works iwth n...dencheva2012-10-011-527/+576
* Fixed a problem with headerlet.apply_as_primary that arose from changes from ...hack2012-06-201-1/+1
* Problems with attaching headerlets to drizzled images in simple FITS format h...hack2012-05-311-15/+46
* Based on a report by Andy, a bug was fixed in the headerlet code that had res...hack2012-04-111-4/+6
* 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-221-110/+111
* This update to STWCS.wcsutil includes the following changes:hack2012-01-261-16/+16
* 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-091-20/+20
* A major overhaul of loggingdencheva2011-12-061-263/+304
* 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
* Reworked extract_headerlet to fix:dencheva2011-12-011-11/+19
* Added docstringsdencheva2011-12-011-4/+34
* PEP8 changesdencheva2011-12-011-279/+303
* Updates the HeaderletHDU class to use PyFITS's new FitsHDU class as its base.embray2011-11-081-392/+321
* This revision fixes problems with WCSCORR table updates; specifically, hack2011-11-071-5/+14
* The docstrings for 'write_headerlet' and 'extract_headerlet' have been update...hack2011-11-071-11/+15
* This revision fixes a number of bugs; including:hack2011-11-071-9/+18
* Corrected a bug in 'create_headerlet' to provide the extension name in the ri...hack2011-11-061-110/+128
* Do not attach headerlet if it is already attacheddencheva2011-11-021-5/+2