summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Corrected a couple of (minor) interface violations with PyFITS in updatewcs c...hack2011-10-312-3/+3
* Corrects problems with calling 'create_headerlet()' directly in public functi...hack2011-10-281-9/+27
* Removed extraneous function 'getHeaderletObj' and replaced calls to that with...hack2011-10-281-44/+52
* Maybe this time the defsetup and new_setup files for STWCS will correctly ins...hack2011-10-282-2/+7
* Fixed a problem with the specification of how to install 'stwcs.gui'.hack2011-10-281-1/+1
* Update the STWCS installation scripts to install the new 'gui' package.hack2011-10-282-2/+3
* Renamed the 'STWCSVER' keyword in headerlets to 'UPWCSVER' to be consistent w...hack2011-10-271-3/+3
* This update to the 'headerlet' module should enable proper verification of 'w...hack2011-10-271-2/+2
* This update to the 'headerlet' module should enable proper verification of 'w...hack2011-10-271-22/+37
* Corrects errors in calling 'fileutil.countExtn()' by actually importing 'file...hack2011-10-271-2/+4
* Updates to correct formatting problems with some exceptions in the headerlet ...hack2011-10-272-55/+72
* Modified isWCSIdentical to accept IRAF style extension syntaxdencheva2011-10-261-13/+39
* The WCSDVARR extensions included in the headerlet by 'create_headerlet' now o...hack2011-10-261-6/+11
* The headerlet module was revised to fix the following issues:hack2011-10-262-12/+22
* Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. This...hack2011-10-2540-360/+2855
* The .size() method on HDUs is a property now, so updating to reflect that so ...embray2011-10-071-53/+52
* fix except..assienkiew2011-09-151-1/+1
* Initial Sphinx documentation for headerlet module API was added to STWCS.hack2011-09-144-2/+89
* python 2.5 compatibility (no "as" in exception)sienkiew2011-09-121-1/+1
* stsci_sphinxext -> stsci.sphinxextembray2011-08-311-2/+2
* Refined the definition of the 'SIPNAME' and 'DISTNAME' keyword values to prop...hack2011-08-301-2/+3
* The 'createDgeoHDU' and 'createNpolHDU' methods in 'udpatewcs' were updated t...hack2011-08-192-2/+29
* Corrected the generation of the WCSNAME keyword to use 'utils.extract_rootnam...hack2011-08-191-1/+1
* update the values of the idctab coefficients in the SCi extension header when...dencheva2011-08-191-0/+4
* A new create_headerlet method to match the requirements in the new documentdencheva2011-08-191-138/+262
* don't try to update the old idc table keywords if they don't exist (as in 'ER...dencheva2011-08-191-1/+2
* Cleaning the model.shift methoddencheva2011-08-192-8/+9
* Revised how DISTNAME and SIPNAME are computed to meet requirements specified ...hack2011-08-192-20/+66
* A fix for computing the WCS of polarizer data. This software change requires ...dencheva2011-08-191-2/+24
* Coefficients from the idc table were not properly shifted when the data is ta...dencheva2011-08-181-5/+16
* The code for 'updatewcs' was revised to correctly add the NPOL related keywor...hack2011-08-151-2/+6
* (past) last minute check in - corrected aproblem when wcsname was overwritten...dencheva2011-08-101-4/+7
* A problem with the logic initializing the WCSCORR table when no alternate WCS...hack2011-08-091-1/+2
* Added additional keywords to headers to support alternate WCSs and headerlets.dencheva2011-08-091-1/+27
* Do not copy the recomputed primary WCS. Also removed parameters related to th...dencheva2011-08-091-62/+12
* Use reusekey=True in updatewcs to overwrite the 'A' key. This is necessary in...dencheva2011-08-091-1/+2
* Added pywcs version to headersdencheva2011-08-081-9/+15
* Removed parameter clobber in restoreWCS, so that it always overwrites the pri...dencheva2011-08-082-50/+33
* Changed archiveWCS to raise an error if reusekey is False and wcskey already ...dencheva2011-08-081-25/+69
* this change to updatewcs goes with r13513dencheva2011-08-051-3/+4
* correct type in previous commitdencheva2011-08-051-1/+1
* Almost a complete rewrite of altwcs, the goals being:dencheva2011-08-051-134/+231
* static version numbers in __init__sienkiew2011-08-011-8/+12
* temporarily revert to the old install systemsienkiew2011-07-304-35/+58
* Merged in several changes from the release branch. People are starting to up...embray2011-07-252-3/+3
* Changed version numberdencheva2011-07-211-1/+1
* Fixes something I broke in r13329. Didn't realize that siphdr was the CardLis...embray2011-07-111-4/+4
* Forgot to update the other setup.cfgs when I change the version numbers in py...embray2011-07-071-1/+1
* Updated the headerlet module to work with the new version of pyfits in trunk....embray2011-07-071-106/+73
* Updated packages to use the svn_info hooks, and to get their version numbers ...embray2011-07-072-11/+33