summaryrefslogtreecommitdiff
path: root/lib/stwcs/updatewcs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'opus_2015_3dms' (fixed conflicts)1.2.3Joseph Hunkeler2016-03-151-1/+1
|\
| * STWCS v1.2.3dev: Added wfpc2_dgeo module to updatewcs in order to integrate t...hack2015-12-171-0/+102
| * STWCS v1.2.3dev: Added wfpc2_dgeo module to updatewcs in order to integrate t...hack2015-12-171-1/+7
* | For WFPC2 only, stwcs should re-create missing d2imfile from ``ODGEOFIL`` if ...mcara2016-02-231-4/+7
* | Logic for setting D2IMFILE has been revised to allow updatewcs to be run mult...hack2015-12-181-1/+2
* | Docstring for user-interface to WFPC2 dgeo file conversion in updatewcs was u...hack2015-12-171-0/+17
* | STWCS v1.2.3dev: Added wfpc2_dgeo module to updatewcs in order to integrate t...hack2015-12-172-1/+109
|/
* use absolute_import for python 2 and 3 compatibilitybsimon2015-08-141-1/+1
* Add RADESYS to headers. Fixed cleanWCS which was trying to delete WCS keyword...dencheva2015-05-291-3/+7
* Resolves #1191dencheva2015-05-262-2/+35
* Raise an IOError if NPOLFILE or D2IMFILE keywords have values but the files a...dencheva2015-05-262-5/+3
* Fixes #1074. Raises an IOError is IDCTAB file not found on disk. Tests added ...dencheva2015-05-221-5/+22
* Reverting r40221 - unintentionally checked in these changes.dencheva2015-05-222-12/+6
* fix a couple of typosdencheva2015-05-212-6/+12
* Fixed problems with python 2 to 3 conversionbsimon2015-05-213-9/+9
* Update to ACS TDD apply_tdd2idc2015 code to eliminate use of zero-point from ...hack2015-05-141-3/+6
* Updated files to run under python 2 and 3bsimon2015-05-046-37/+42
* Update STWCS with the latest code necessary to support the 'final' velocity-a...hack2015-05-041-9/+53
* update to STWCS code to handle additional TDD coefficient for ACS: specifical...hack2014-10-061-4/+14
* STWCS v1.2.1: This version fixes a typo in altwcs._restore(), adds TDD_CYA an...hack2014-05-232-5/+11
* further changes to move to astropydencheva2014-05-015-56/+53
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-303-15/+19
* changes to use astropy instead of pyfits and pywcsdencheva2014-04-284-9/+11
* Support has been added for optional TDD Alpha term to be read in from IDCTAB ...hack2014-04-021-2/+5
* Initial check-in to add support for new ACS TDD correction described in Ticke...hack2014-02-264-77/+109
* STWCS.updatewcs update to insure that NEXTEND keyword (if already present in ...hack2013-12-301-1/+3
* STWCS update to insure that NEXTEND keyword (if already present in primary he...hack2013-12-301-8/+21
* This update removes all references to .has_key() method, including those for ...hack2013-04-301-3/+3
* 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
* Merging d2im changes into trunkdencheva2013-03-182-115/+193
* 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