summaryrefslogtreecommitdiff
path: root/lib/stwcs/updatewcs
Commit message (Expand)AuthorAgeFilesLines
* fixing variable problems from import ordersienkiew2013-01-291-11/+7
* 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
* Refactored headerlet code works with pywcs.WCS objects now. Also works iwth n...dencheva2012-10-011-34/+107
* 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
* Should fix most problems in stwcs due to pyfits Header updates. The main iss...embray2012-02-224-136/+145
* Removing an (unnecessary?) call to .setPscale() which no longer exists for de...hack2012-02-211-1/+0
* Fix a lot of DeprecationWarnings.embray2011-12-091-47/+47
* Fixes a bug in the creation of headerlets without NPOLFILE or D2IMFILE. This...hack2011-11-151-1/+5
* Updates the HeaderletHDU class to use PyFITS's new FitsHDU class as its base.embray2011-11-081-16/+16
* The WCSCORR table update will not crash anymore (based on my testing) when WC...hack2011-11-041-0/+6
* The API for 'updatewcs.utils.extract_rootname()' was changed, along with all ...hack2011-11-012-9/+14
* Updates to STWCS correct the following problems:hack2011-10-311-12/+5
* Corrected a couple of (minor) interface violations with PyFITS in updatewcs c...hack2011-10-312-3/+3
* Corrects errors in calling 'fileutil.countExtn()' by actually importing 'file...hack2011-10-271-2/+4
* Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. This...hack2011-10-253-13/+55
* 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
* Cleaning the model.shift methoddencheva2011-08-191-2/+2
* Revised how DISTNAME and SIPNAME are computed to meet requirements specified ...hack2011-08-192-20/+66
* 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
* 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-081-4/+3
* this change to updatewcs goes with r13513dencheva2011-08-051-3/+4
* Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...embray2011-06-227-0/+1647