summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #9 from nden/refactor-and-testsNadia Dencheva2016-08-0768-15/+990
|\
| * modify travis configurationNadia Dencheva2016-08-071-22/+0
| * python3 fixNadia Dencheva2016-08-071-1/+1
| * start travisNadia Dencheva2016-08-041-0/+1
| * restructure and add stwcs testsNadia Dencheva2016-08-0468-14/+1010
|/
* Merge pull request #7 from nden/setuptools-jhunkNadia Dencheva2016-07-315-544/+67
|\
| * setuptools conversion from jhunkelerNadia Dencheva2016-07-311-2/+1
| * Implement RELIC bootstrapJoseph Hunkeler2016-07-312-1/+21
| * Remove accidental inclusion of RECON-INFO fileJoseph Hunkeler2016-07-311-1/+0
| * Implement RELICJoseph Hunkeler2016-07-314-6/+10
| * Implement RECONJoseph Hunkeler2016-07-315-542/+43
|/
* Merge pull request #6 from nden/fix-delWCSNadia Dencheva2016-07-311-1/+1
|\
| * delete all kwNadia Dencheva2016-07-311-1/+1
|/
* Merge pull request #3 from nden/drizzlepac-testsNadia Dencheva2016-07-182-1/+49
|\
| * Fix a problem with removing Lookup tale distortions.Nadia Dencheva2016-07-182-1/+49
|/
* Merge branch 'opus_2015_3dms' (fixed conflicts)1.2.3Joseph Hunkeler2016-03-152-2/+2
|\
| * 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-172-2/+8
| * Removing use_2to3 from installhack2015-11-201-1/+1
| * Creating DMS2015.3 branch for conda releasehack2015-11-060-0/+0
* | 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-173-2/+110
|/
* Update to STWCS output_wcs(): This update forces output_wcs() to always retur...hack2015-10-231-2/+66
* HSTWCS object was updated to read in 3 more keywords written out to the image...hack2015-08-311-2/+2
* use absolute_import for python 2 and 3 compatibilitybsimon2015-08-141-1/+1
* convert string functions to methods for python 3 compatibilitybsimon2015-06-123-3/+0
* replaced string functions (lower, strip) with string methodsbsimon2015-06-051-8/+7
* Add RADESYS to headers. Fixed cleanWCS which was trying to delete WCS keyword...dencheva2015-05-292-3/+33
* Resolves #1191dencheva2015-05-262-2/+35
* Raise an IOError if NPOLFILE or D2IMFILE keywords have values but the files a...dencheva2015-05-263-8/+6
* 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-223-13/+7
* fix a couple of typosdencheva2015-05-213-7/+13
* Fixed problems with python 2 to 3 conversionbsimon2015-05-217-23/+25
* Update to ACS TDD apply_tdd2idc2015 code to eliminate use of zero-point from ...hack2015-05-142-4/+7
* Updated files to run under python 2 and 3bsimon2015-05-0426-255/+277
* Update STWCS with the latest code necessary to support the 'final' velocity-a...hack2015-05-043-15/+76
* The logic in altwcs.getKeyFromName() was improved to correctly handle the ran...hack2014-10-131-2/+7
* update to STWCS code to handle additional TDD coefficient for ACS: specifical...hack2014-10-063-7/+28
* Minor updates to HSTWCS to allow it to provide a uniform interface to some no...hack2014-09-221-2/+7
* deleteWCS crashes when called on compressed FITS HDU (CompImageHDU) because o...mcara2014-06-041-1/+2
* STWCS v1.2.1: This version fixes a typo in altwcs._restore(), adds TDD_CYA an...hack2014-05-234-7/+17
* replace deprecateed methodsdencheva2014-05-023-10/+9
* fix a typo dencheva2014-05-021-1/+1
* Do not import pywcs or astropy.wcs in the top level stwcsdencheva2014-05-021-1/+0
* further changes to move to astropydencheva2014-05-0125-330/+307
* deal with pyfits/wcs deprecation wrningsdencheva2014-04-308-108/+100
* restore naxis1/2 propertydencheva2014-04-291-0/+16