summaryrefslogtreecommitdiff
path: root/lib/stwcs/wcsutil/altwcs.py
Commit message (Expand)AuthorAgeFilesLines
* Reverting r40221 - unintentionally checked in these changes.dencheva2015-05-221-1/+1
* fix a couple of typosdencheva2015-05-211-1/+1
* Fixed problems with python 2 to 3 conversionbsimon2015-05-211-3/+3
* Updated files to run under python 2 and 3bsimon2015-05-041-20/+20
* The logic in altwcs.getKeyFromName() was improved to correctly handle the ran...hack2014-10-131-2/+7
* update to STWCS code to handle additional TDD coefficient for ACS: specifical...hack2014-10-061-3/+2
* deleteWCS crashes when called on compressed FITS HDU (CompImageHDU) because o...mcara2014-06-041-1/+2
* STWCS v1.2.1: This version fixes a typo in altwcs._restore(), adds TDD_CYA an...hack2014-05-231-1/+5
* further changes to move to astropydencheva2014-05-011-92/+95
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-301-3/+5
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-281-2/+4
* This update removes all references to .has_key() method, including those for ...hack2013-04-301-2/+2
* 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
* fix to archiveWCSdencheva2012-03-161-1/+3
* 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
* Should fix most problems in stwcs due to pyfits Header updates. The main iss...embray2012-02-221-63/+63
* The 'archiveWCS' function in wcsutil.altwcs did not always find a WCSNAME, es...hack2011-11-161-1/+14
* 'ext' is now a required parameter so restoreWCS was split into two functions,...dencheva2011-11-021-29/+86
* Updates to correct formatting problems with some exceptions in the headerlet ...hack2011-10-271-30/+53
* The headerlet module was revised to fix the following issues:hack2011-10-261-1/+1
* Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. This...hack2011-10-251-29/+97
* (past) last minute check in - corrected aproblem when wcsname was overwritten...dencheva2011-08-101-4/+7
* Removed parameter clobber in restoreWCS, so that it always overwrites the pri...dencheva2011-08-081-46/+30
* Changed archiveWCS to raise an error if reusekey is False and wcskey already ...dencheva2011-08-081-25/+69
* correct type in previous commitdencheva2011-08-051-1/+1
* Almost a complete rewrite of altwcs, the goals being:dencheva2011-08-051-134/+231
* Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...embray2011-06-221-0/+451