summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* don't use private attributesdencheva2011-06-271-3/+3
* I'm not exactly sure where these temp dirs come from (they're generated at so...embray2011-06-270-0/+0
* Futher modified the main './setup.py install' command to use easy_install to ...embray2011-06-271-1/+2
* Bumped the d2to1 version requirement. Also modified setup.py to run each 'se...embray2011-06-231-1/+1
* Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...embray2011-06-2227-88/+617
* Relatively minor update to wcsutil.altwcs to allow the alternate WCS methods ...hack2011-06-161-6/+23
* Print statement in stwcs.distortion.mutil.readIDCtab() has been modified to o...hack2011-06-141-2/+15
* Headerlet.apply was not removing kw with reference files from the primary hea...dencheva2011-06-031-2/+14
* Added a boolena keyword parameter 'createsummary' to Headerlet.apply to allow...dencheva2011-06-031-10/+15
* Addresses #713dencheva2011-06-031-7/+22
* Raise an error if input to HSTWCS is not a file name or a file objectdencheva2011-06-031-0/+3
* Added vafactor to SIPWCS headerlet extensions. Thi scompletes #710dencheva2011-06-031-0/+2
* Fixed r710dencheva2011-06-031-9/+17
* Make headerlets logging actually workdencheva2011-06-022-68/+80
* Initially the log file was defined at the top level. Moved it to updatewcs to...dencheva2011-06-022-10/+6
* Minor update to wcscorr module to not try to create a WCSCORR table when upda...hack2011-05-111-0/+4
* Very minor change to the logic for determining when to add new rows to the WC...hack2011-05-041-1/+1
* Further refinements to the WCSCORR code in STWCS to reduce the number of new ...hack2011-05-031-6/+10
* This update to STWCS includes the following revisions:hack2011-05-032-15/+18
* A couple of small updates to STWCS.UPDATEWCS which avoid problems when workin...hack2011-04-292-1/+16
* This update to the 'wcscorr' modele in STWCS.WCSUTIL fixes a problem with ini...hack2011-04-231-4/+4
* Updated the 'wcscorr' module in stwcs.wcsutil to define the number of new row...hack2011-04-211-1/+1
* Turn out pyfits doesn't really do anything helpful to automatically manage ex...embray2011-04-131-1/+6
* Added explanation of the basic Headerlet API's current implementationembray2011-04-131-0/+125
* The logic for finding an empty (matching) row in 'wcscorr.find_wcscorr_row()'...hack2011-04-121-3/+5