summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Catch KeyError when deleting header keywordsNadia Dencheva2016-08-111-2/+5
|/
* Merge pull request #12 from nden/pep8-pylintNadia Dencheva2016-08-1135-1427/+1474
|\ | | | | Pep8 pylint
| * fix typoNadia Dencheva2016-08-101-1/+1
| |
| * fix failing testsNadia Dencheva2016-08-107-47/+61
| |
| * the rest of pep8 changesNadia Dencheva2016-08-1019-891/+947
| |
| * first round of pep8 changesNadia Dencheva2016-08-1013-497/+474
|/
* Merge pull request #11 from mcara/fix-valerror-headerletMihai Cara2016-08-091-3/+1
|\ | | | | Fixes a bug (KeyError crash in applying headerlets using ``apply_as_primary``) revealed in Footprints ticket no. 9151
| * Fixes a bug (ValueError crash in applying headerlets using ↵Mihai Cara2016-08-091-3/+1
|/ | | | ``apply_as_primary``) revealed in Footprints ticket no. 9151
* Merge pull request #10 from nden/fix-sip-ctypeNadia Dencheva2016-08-082-25/+41
|\ | | | | fix for '-SIP' in ctype
| * fix for '-SIP' in ctypeNadia Dencheva2016-08-072-25/+41
|/
* Merge pull request #9 from nden/refactor-and-testsNadia Dencheva2016-08-0768-15/+990
|\ | | | | restructure and add stwcs tests
| * 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
| * 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 kw
| * 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 table distortions.
| * 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 ↵hack2015-12-171-0/+102
| | | | | | | | | | | | the conversion of WFPC2 DGEOFILEs into D2IMFILEs when running updatewcs. This functionality has been moved from DrizzlePac v2.1.0rev47111 to get all operations to run in the correct order while keeping updatewcs and astrodrizzle/tweakreg functionality separated. WJH git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/branches/opus_2015_3dms@47114 fe389314-cf27-0410-b35b-8c050e845b92
| * STWCS v1.2.3dev: Added wfpc2_dgeo module to updatewcs in order to integrate ↵hack2015-12-172-2/+8
| | | | | | | | | | | | the conversion of WFPC2 DGEOFILEs into D2IMFILEs when running updatewcs. This functionality has been moved from DrizzlePac v2.1.0rev47111 to get all operations to run in the correct order while keeping updatewcs and astrodrizzle/tweakreg functionality separated. WJH git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/branches/opus_2015_3dms@47113 fe389314-cf27-0410-b35b-8c050e845b92
| * Removing use_2to3 from installhack2015-11-201-1/+1
| | | | | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/branches/opus_2015_3dms@46331 fe389314-cf27-0410-b35b-8c050e845b92
| * Creating DMS2015.3 branch for conda releasehack2015-11-060-0/+0
| | | | | | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/branches/opus_2015_3dms@46079 fe389314-cf27-0410-b35b-8c050e845b92
* | For WFPC2 only, stwcs should re-create missing d2imfile from ``ODGEOFIL`` if ↵mcara2016-02-231-4/+7
| | | | | | | | | | | | ``DGEOFILE`` was set to 'N/A'. See ticket #1244 for more details. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@49347 fe389314-cf27-0410-b35b-8c050e845b92
* | Logic for setting D2IMFILE has been revised to allow updatewcs to be run ↵hack2015-12-181-1/+2
| | | | | | | | | | | | multiple times without causing problems. In this case, D2IMFILE only gets set if DGEOFILE needs to be changed or D2IMFILE is not there already. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@47227 fe389314-cf27-0410-b35b-8c050e845b92
* | Docstring for user-interface to WFPC2 dgeo file conversion in updatewcs was ↵hack2015-12-171-0/+17
| | | | | | | | | | | | updated to better describe the inputs and return values. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@47118 fe389314-cf27-0410-b35b-8c050e845b92
* | STWCS v1.2.3dev: Added wfpc2_dgeo module to updatewcs in order to integrate ↵hack2015-12-173-2/+110
|/ | | | | | the conversion of WFPC2 DGEOFILEs into D2IMFILEs when running updatewcs. This functionality has been moved from DrizzlePac v2.1.0rev47111 to get all operations to run in the correct order while keeping updatewcs and astrodrizzle/tweakreg functionality separated. WJH git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@47112 fe389314-cf27-0410-b35b-8c050e845b92
* Update to STWCS output_wcs(): This update forces output_wcs() to always ↵hack2015-10-231-2/+66
| | | | | | return a CD matrix that is orthogonal (cross-terms identical). This is needed to address Ticket #1182. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@45804 fe389314-cf27-0410-b35b-8c050e845b92
* HSTWCS object was updated to read in 3 more keywords written out to the ↵hack2015-08-311-2/+2
| | | | | | image header by 'updatewcs'; namely, idcv2ref, idcv3ref, idctheta. This will allow for the computation of the 'troll' angle strictly from HSTWCS attributes without having to read in separate information from the header or from the IDCModel. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@44009 fe389314-cf27-0410-b35b-8c050e845b92
* use absolute_import for python 2 and 3 compatibilitybsimon2015-08-141-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@43226 fe389314-cf27-0410-b35b-8c050e845b92
* convert string functions to methods for python 3 compatibilitybsimon2015-06-123-3/+0
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@41178 fe389314-cf27-0410-b35b-8c050e845b92
* replaced string functions (lower, strip) with string methodsbsimon2015-06-051-8/+7
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40961 fe389314-cf27-0410-b35b-8c050e845b92
* Add RADESYS to headers. Fixed cleanWCS which was trying to delete WCS ↵dencheva2015-05-292-3/+33
| | | | | | keywords from the primary header and raising an error. Resolves #1173. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40546 fe389314-cf27-0410-b35b-8c050e845b92
* Resolves #1191dencheva2015-05-262-2/+35
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40436 fe389314-cf27-0410-b35b-8c050e845b92
* Raise an IOError if NPOLFILE or D2IMFILE keywords have values but the files ↵dencheva2015-05-263-8/+6
| | | | | | are not found on disk. Part of #1074 git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40433 fe389314-cf27-0410-b35b-8c050e845b92
* Fixes #1074. Raises an IOError is IDCTAB file not found on disk. Tests added ↵dencheva2015-05-221-5/+22
| | | | | | too. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40328 fe389314-cf27-0410-b35b-8c050e845b92
* Reverting r40221 - unintentionally checked in these changes.dencheva2015-05-223-13/+7
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40327 fe389314-cf27-0410-b35b-8c050e845b92
* fix a couple of typosdencheva2015-05-213-7/+13
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40221 fe389314-cf27-0410-b35b-8c050e845b92
* Fixed problems with python 2 to 3 conversionbsimon2015-05-217-23/+25
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@40220 fe389314-cf27-0410-b35b-8c050e845b92
* Update to ACS TDD apply_tdd2idc2015 code to eliminate use of zero-point from ↵hack2015-05-142-4/+7
| | | | | | header and to only optionally use TDD term based on its presence in the IDCTAB header. All this was done based on discussions with Vera about the calibrations. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@39993 fe389314-cf27-0410-b35b-8c050e845b92
* Updated files to run under python 2 and 3bsimon2015-05-0426-255/+277
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@39775 fe389314-cf27-0410-b35b-8c050e845b92
* Update STWCS with the latest code necessary to support the 'final' ↵hack2015-05-043-15/+76
| | | | | | velocity-aberration-corrected TDD calibrations for ACS. This continues to address Ticket #1108. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@39773 fe389314-cf27-0410-b35b-8c050e845b92
* The logic in altwcs.getKeyFromName() was improved to correctly handle the ↵hack2014-10-131-2/+7
| | | | | | random ordering of keys in the wcsnames dict. This update supports the changes for Ticket #1165. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stwcs/trunk@34873 fe389314-cf27-0410-b35b-8c050e845b92