summaryrefslogtreecommitdiff
path: root/lib/stwcs/wcsutil
Commit message (Expand)AuthorAgeFilesLines
* HSTWCS object was updated to read in 3 more keywords written out to the image...hack2015-08-311-2/+2
* Add RADESYS to headers. Fixed cleanWCS which was trying to delete WCS keyword...dencheva2015-05-291-0/+26
* 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-214-14/+16
* Updated files to run under python 2 and 3bsimon2015-05-049-131/+142
* 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
* Minor updates to HSTWCS to allow it to provide a uniform interface to some no...hack2014-09-221-2/+7
* 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
* replace deprecateed methodsdencheva2014-05-023-10/+9
* fix a typo dencheva2014-05-021-1/+1
* further changes to move to astropydencheva2014-05-019-244/+243
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-305-93/+81
* restore naxis1/2 propertydencheva2014-04-291-0/+16
* Restored 'wkey'->'key' - a change made by Nadia and overwritten by me.mcara2014-04-291-1/+1
* 1. Replaced `failed2converge` with a better name `slow_conv` in the `NoConver...mcara2014-04-291-35/+31
* fix kwyword parameter namedencheva2014-04-291-1/+1
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-288-15/+22
* port changes from astropy.wcs - naxis1/2 are private now.dencheva2014-04-242-3/+19
* Minor simplification and improvement to the final check for diverging/invalid...mcara2014-04-231-43/+50
* This revision improves upon changes made to the `all_sky2pix` in r31122 and r...mcara2014-04-231-83/+271
* 1. reverted to 1e-4 default accuracy (compared to r31122 );mcara2014-04-211-24/+96
* 1. Modified all_sky2pix to return either a list of 1D vectors or a 2D array d...mcara2014-04-171-103/+225
* STWCS update to insure that NEXTEND keyword (if already present in primary he...hack2013-12-302-2/+13
* remove unused variablesdencheva2013-12-031-1/+1
* Updated API for stwcs.wcsutil.hstwcs.HSTWCS.all_sky2pix() to accept both 1-D ...hack2013-11-181-1/+29
* Very minor/simple update to HSTWCS.all_sky2pix() method to not update output ...hack2013-10-301-4/+4
* 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
* This update removes all references to .has_key() method, including those for ...hack2013-04-302-4/+4
* 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
* Fixed a problem in wcscorr with updating the WCSCORR table for drizzled image...hack2013-02-251-1/+1
* minor documentation correctiondencheva2013-01-111-2/+3
* Adding a WCS diff function to the packagedencheva2013-01-082-136/+150
* 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
* 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-013-545/+597
* 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-312-54/+89
* fixed a problem with archiving a WCS in simple fits when wcsname is missingdencheva2012-04-181-1/+4