summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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-235-46/+115
* 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
* 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
* 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
* new installsienkiew2013-01-111-19/+1
* minor documentation correctiondencheva2013-01-111-2/+3
* Adding a WCS diff function to the packagedencheva2013-01-082-136/+150
* Update TEAL interface to write_headerlet to support a blank value for 'output...hack2012-12-051-7/+1
* Minor change to insure that NPOL WCSDVARR extensions ALWAYS get written out a...hack2012-11-091-6/+5
* Adding support for NPOL correction to WFC3 in updatewcs.hack2012-11-051-1/+1
* fix docstring indentationdencheva2012-10-291-121/+124
* fix a typodencheva2012-10-251-1/+1
* Added 'catalog' to the write_headerlet TEAL interface. It already existed in...hack2012-10-223-7/+9
* 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-014-579/+704
* fixed a bug in populating cperror keywordsdencheva2012-09-101-7/+11
* Write out the correct keyword name for error values in wcsdvarr extensions, '...dencheva2012-09-061-3/+2
* do not attempt to make a correction if idcmodel is Nonedencheva2012-08-302-0/+6
* Fixed a problem with headerlet.apply_as_primary that arose from changes from ...hack2012-06-202-2/+2
* Problems with attaching headerlets to drizzled images in simple FITS format h...hack2012-05-312-54/+89
* Fixed problems with updatewcs not finding single filter usage case in IDCTAB ...hack2012-05-241-14/+14
* 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
* Corrected a typo in one of the updatewcs parameter comments.hack2012-03-151-1/+1
* 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-132-2/+3
* 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-2212-442/+450