summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* update to STWCS code to handle additional TDD coefficient for ACS: specifical...hack2014-10-063-7/+28
* 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-234-7/+17
* replace deprecateed methodsdencheva2014-05-023-10/+9
* fix a typo dencheva2014-05-021-1/+1
* Do not import pywcs or astropy.wcs in the top level stwcsdencheva2014-05-021-1/+0
* further changes to move to astropydencheva2014-05-0125-330/+307
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-308-108/+100
* 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
* Expose help for methods of HSTWCS class. This includes the all_pix2sky and al...hack2014-04-281-0/+5
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-2824-58/+78
* port changes from astropy.wcs - naxis1/2 are private now.dencheva2014-04-243-6/+22
* 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
* Support has been added for optional TDD Alpha term to be read in from IDCTAB ...hack2014-04-023-4/+12
* Initial check-in to add support for new ACS TDD correction described in Ticke...hack2014-02-265-99/+138
* making releasesienkiew2014-01-061-2/+1
* STWCS.updatewcs update to insure that NEXTEND keyword (if already present in ...hack2013-12-301-1/+3
* STWCS update to insure that NEXTEND keyword (if already present in primary he...hack2013-12-303-10/+34
* 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-236-47/+116
* Interface with 'new' PyFITS (>v3.1.x) and its writeto() method were corrected...hack2013-10-171-16/+38
* remove easier_installsienkiew2013-09-111-20/+0
* 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
* removed reference to easier_install from setup.cfg; it is no longer usedcslocum2013-08-081-1/+0
* bringing release changes back to trunksienkiew2013-07-242-2/+3
* Updated the return value from coeff_converter.sid2idc so that it returns a pa...hack2013-06-111-1/+1
* This update removes all references to .has_key() method, including those for ...hack2013-04-3011-24/+24
* Remove a hardcoded version stringdencheva2013-04-221-1/+0
* Add support for binned images and subarrays to D2IM and NPOL correctionsdencheva2013-04-172-23/+30
* The update failed when a new idctab was provided because it tried to remove a...dencheva2013-04-171-4/+9
* 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-183-135/+228
* Fixed a problem in wcscorr with updating the WCSCORR table for drizzled image...hack2013-02-251-1/+1
* making releasesienkiew2013-02-221-27/+24
* preening setup.cfgsienkiew2013-02-061-7/+0
* Added '__version__' to stwcs.__init__ module as patch for new IRAFX build.hack2013-01-301-0/+1
* fixing variable problems from import ordersienkiew2013-01-291-11/+7