summaryrefslogtreecommitdiff
path: root/lib/stwcs/wcsutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-131-1/+2
* 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-226-263/+263
* Add logic to wcscorr.update_wcscorr that allows it to reformat an old WCSCORR...hack2012-02-171-1/+15
* 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-091-20/+20