summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Removing an (unnecessary?) call to .setPscale() which no longer exists for ↵hack2012-02-211-1/+0
| | | | | | deep copies of HSTWCS objects. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@15196 fe389314-cf27-0410-b35b-8c050e845b92
* Add logic to wcscorr.update_wcscorr that allows it to reformat an old ↵hack2012-02-171-1/+15
| | | | | | WCSCORR table extension written out by previous versions of this code. The newly formatted table should contain all the previous table's information (as it gets created using init_wcscorr) and will conform to the latest table format (for now and for whatever that may end up being in the future). This will prevent the code from crashing when processing data updated with previous versions of 'updatewcs()' or 'tweakreg' from the drizzlepac package. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@15172 fe389314-cf27-0410-b35b-8c050e845b92
* Add WCSNAME from the first input WCS to the output WCS object created by ↵hack2012-02-131-0/+2
| | | | | | stwcs.distortion.utils.output_wcs(). git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14965 fe389314-cf27-0410-b35b-8c050e845b92
* Logic was added to wcscorr.update_wcscorr() to prevent it from trying to ↵hack2012-01-301-1/+4
| | | | | | update WCSCORR tables when the input image is a simple FITS file. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14693 fe389314-cf27-0410-b35b-8c050e845b92
* Revised 'wcscorr.init_wcscorr()' to generate an initial table with enough ↵hack2012-01-301-2/+4
| | | | | | rows to accomodate all WCS solutions recorded in input image header. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14690 fe389314-cf27-0410-b35b-8c050e845b92
* This update to STWCS.wcsutil includes the following changes:hack2012-01-263-17/+64
| | | | | | | | | | - removes use of RMS_RA and RMS_Dec in science header WCS keywords in favor of FITS standard keywords CRDER* - add default WCSNAME keyword to header created from .wcs2header() method of HSTWCS if that keyword did not exist in input image header - update WCSCORR table to populate RMS_RA and RMS_Dec columns using CRDER* keywords. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14488 fe389314-cf27-0410-b35b-8c050e845b92
* This update fixes problems with applying a headerlet to an image which has ↵hack2012-01-231-4/+44
| | | | | | not yet been updated with updatewcs. The problems arose from 'DISTNAME' not being present in the header of the image to be updated. The changes were tested using the 'apply_headerlet' user interface (through TEAL) on a WFC3/UVIS image prior to running 'updatewcs.updatewcs()' on it. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14461 fe389314-cf27-0410-b35b-8c050e845b92
* This update fixes some problems with the creation of headerlets from input ↵hack2011-12-161-7/+10
| | | | | | HDUList objects, and should address the issue raised by Ticket #822. Some additional testing, though, will still need to be performed to verify all aspects of #822 are addressed. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14087 fe389314-cf27-0410-b35b-8c050e845b92
* corrected typos, removed extraneous codedencheva2011-12-091-36/+10
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14062 fe389314-cf27-0410-b35b-8c050e845b92
* Update logging to use a decorator to enable logging on individual functions.embray2011-12-091-37/+63
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14061 fe389314-cf27-0410-b35b-8c050e845b92
* Typo fix.embray2011-12-091-69/+69
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14058 fe389314-cf27-0410-b35b-8c050e845b92
* Fix a lot of DeprecationWarnings.embray2011-12-092-67/+67
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14056 fe389314-cf27-0410-b35b-8c050e845b92
* A major overhaul of loggingdencheva2011-12-0621-277/+331
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14051 fe389314-cf27-0410-b35b-8c050e845b92
* A minor bug in create_headerlet: setting WCSNAME to the value of HDRNAMEdencheva2011-12-051-1/+8
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14049 fe389314-cf27-0410-b35b-8c050e845b92
* If HDRNAME is not provided, it is set to WCSNAME : write_headerlet, ↵dencheva2011-12-021-21/+7
| | | | | | archive_as_headerlet git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14047 fe389314-cf27-0410-b35b-8c050e845b92
* convert wcskey to upper casedencheva2011-12-021-1/+4
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14046 fe389314-cf27-0410-b35b-8c050e845b92
* more cleaning up codedencheva2011-12-011-14/+16
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14045 fe389314-cf27-0410-b35b-8c050e845b92
* Reworked extract_headerlet to fix:dencheva2011-12-011-11/+19
| | | | | | | | | | | | - Exception should be raised when both extnum and hdrname are None - If both hdrname and extnum are given, check if they match and if not, raise an Exception - use the correct method to write the headerlet to a file; use clobber git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14044 fe389314-cf27-0410-b35b-8c050e845b92
* Added docstringsdencheva2011-12-011-4/+34
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14043 fe389314-cf27-0410-b35b-8c050e845b92
* PEP8 changesdencheva2011-12-011-279/+303
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14042 fe389314-cf27-0410-b35b-8c050e845b92
* The 'archiveWCS' function in wcsutil.altwcs did not always find a WCSNAME, ↵hack2011-11-161-1/+14
| | | | | | especially when previous use of (older) updatewcs code did not define the keyword. A default name of 'DEFAULT' now gets defined when this code runs. This code was tested against the WFC3/IR data from the adrizzle test data. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14017 fe389314-cf27-0410-b35b-8c050e845b92
* Fixes a bug in the creation of headerlets without NPOLFILE or D2IMFILE. ↵hack2011-11-151-1/+5
| | | | | | This was found by Ray when running 'tweakreg' on ACS/HRC data, with the problem and subsequent fix being verified using ACS/HRC dither box data. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14014 fe389314-cf27-0410-b35b-8c050e845b92
* Update to STWCS.wcsutil.wcscorr to fix a (serious) bug that affects updating ↵hack2011-11-111-1/+1
| | | | | | the WCSCORR table. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@14007 fe389314-cf27-0410-b35b-8c050e845b92
* Updates the HeaderletHDU class to use PyFITS's new FitsHDU class as its base.embray2011-11-082-408/+337
| | | | | | | | | | | | | | | | | | | | | | This works mostly the same way as the old implementation. The differences are as follows: * The headerlet data is no longer needlessly encapsulated in a tar file; instead it's included directly as an embedded FITS file which should work fine for most FITS readers (though most won't know what to do with it, and will just treat it as raw data). * A few new keywords are included in the HeaderletHDU's header--these keywords (the XINDn keywords) give the offsets of each HDU embedded in the HeaderletHDU. Howver, this information is not currently used. * In addition to the `.headerlet` property the `.hdulist` property is provided, which returns the HeaderletHDU's contents as a normal `HDUList` object instead of a `Headerlet` object. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13979 fe389314-cf27-0410-b35b-8c050e845b92
* This revision fixes problems with WCSCORR table updates; specifically, hack2011-11-072-31/+70
| | | | | | | | | | | | | | - added fit keywords (rms*,nmatch,catalog) to SIPWCS header in headerlet for use in updating WCSCORR - changed definition of FIT_KW to get values from SCI header, not PRIMARY - changed calls to finding blank rows to also use rows with wcs_id='0.0' as a blank row. This also required updating the logic to support multiple selection criteria - implemented update of WCSCORR by wcskey value - get FIT keywords from full header, not just HSTWCS header - only update columns which have been defined (for backward compatiblity with WCSCORR tables with columns that have since been removed from the definition) These changes have been tested to insure that the RMS values get updated in the WCSCORR table properly from the SCI image as well as from the headerlet. They also make sure the headerlet gets updated with the correct values. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13971 fe389314-cf27-0410-b35b-8c050e845b92
* The docstrings for 'write_headerlet' and 'extract_headerlet' have been ↵hack2011-11-071-11/+15
| | | | | | updated to reflect the added support for filename input formats provided by 'parseinput'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13965 fe389314-cf27-0410-b35b-8c050e845b92
* This revision fixes a number of bugs; including:hack2011-11-074-16/+36
| | | | | | | | | | | - added a check to 'output' par value in TEAL interface to 'write_headerlet' - implemented use of 'parseinput' in TEAL interface for 'write_headerlet' - moved 'output' and 'clobber' parameters closer to top of par list in TEAL interface for 'write_headerlet' - implemented use of 'parseinput' to interpret input filename(s) for 'write_headerlet' and 'extract_headerlet' providing support for additional input modes - fixed logic problems with defining output filename in 'write_headerlet' and 'extract_headerlet' git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13964 fe389314-cf27-0410-b35b-8c050e845b92
* Corrected a bug in 'create_headerlet' to provide the extension name in the ↵hack2011-11-061-110/+128
| | | | | | | | | right syntax when calling HSTWCS for the alternate WCS. In addition, implemented support for running 'extract_headerlet' and 'write_headerlet' on a list of input filenames in addition to a single filename or single HDUList. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13962 fe389314-cf27-0410-b35b-8c050e845b92
* The WCSCORR table update will not crash anymore (based on my testing) when ↵hack2011-11-042-5/+11
| | | | | | WCSNAME is missing from the image PRIMARY WCS. This required adding a new function to define the default WCSNAME value based on the IDCTAB so that it could be called upon initialization of the table, and when updating it if WCSNAME is missing. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13961 fe389314-cf27-0410-b35b-8c050e845b92
* Do not attach headerlet if it is already attacheddencheva2011-11-021-5/+2
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13941 fe389314-cf27-0410-b35b-8c050e845b92
* Changes to Headerlet.apply* methods to use SCIEXT keyword in SIPWCS ↵dencheva2011-11-021-32/+64
| | | | | | extension instead of looping over all extensions git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13940 fe389314-cf27-0410-b35b-8c050e845b92
* corrected a problem with apply_as_alternate not checking for unique HDRNAME ↵dencheva2011-11-021-16/+9
| | | | | | when attach is true git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13938 fe389314-cf27-0410-b35b-8c050e845b92
* Added wcskey parameters for the two files in isWCSIdenticaldencheva2011-11-021-3/+7
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13937 fe389314-cf27-0410-b35b-8c050e845b92
* 'ext' is now a required parameter so restoreWCS was split into two ↵dencheva2011-11-021-29/+86
| | | | | | functions, one of which requires from_ext and to_ext, but not ext. This function is necessary because of the requirement to always keep a copy of the primary WCS in ERR and DQ extensions of HST observations. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13936 fe389314-cf27-0410-b35b-8c050e845b92
* The API for 'updatewcs.utils.extract_rootname()' was changed, along with all ↵hack2011-11-013-11/+17
| | | | | | calls to the function in STWCS, to allow it to strip off a user-specified suffix. The default behavior would be replicate current (old) behavior. This update fixed unwanted differences that showed up in the betadrizzle regression tests. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13934 fe389314-cf27-0410-b35b-8c050e845b92
* Updates to STWCS correct the following problems:hack2011-10-313-41/+40
| | | | | | | | | | - DISTNAME value now generated without recursively stripping everything after the underscore by relying on fileutil.buildNewRootname() - error message for 'attach_to_file()' expanded to provide specific reason for failure - primary header keywords now updated, rather than inserted, by 'updateRefFiles()' to eliminate the problem with creating duplicate keywords git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13932 fe389314-cf27-0410-b35b-8c050e845b92
* Corrected a couple of (minor) interface violations with PyFITS in updatewcs ↵hack2011-10-312-3/+3
| | | | | | calls to '.getval()'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13925 fe389314-cf27-0410-b35b-8c050e845b92
* Corrects problems with calling 'create_headerlet()' directly in public ↵hack2011-10-281-9/+27
| | | | | | functions in the headerlet module. Also, adds code to delete fit keyword values from SCI WCS. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13924 fe389314-cf27-0410-b35b-8c050e845b92
* Removed extraneous function 'getHeaderletObj' and replaced calls to that ↵hack2011-10-281-44/+52
| | | | | | | | | with direct calls to 'create_headerlet()'. Also, updated the logic for how to handle missing values for 'wcsname', 'wcskey' and 'hdrname' in 'create_headerlet()'. Initial changes are also included for managing headerlet fit values, such as fit_ra and nmatch. This code still works when those values are not provided or found in the input image. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13923 fe389314-cf27-0410-b35b-8c050e845b92
* Renamed the 'STWCSVER' keyword in headerlets to 'UPWCSVER' to be consistent ↵hack2011-10-271-3/+3
| | | | | | with the keyword name used by 'updatewcs'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13919 fe389314-cf27-0410-b35b-8c050e845b92
* This update to the 'headerlet' module should enable proper verification of ↵hack2011-10-271-2/+2
| | | | | | 'wcsname' and 'wcskey' input values. The changes also result in Exceptions being raised for conditions where HDRNAME is not given, when WCSNAME can't be found when it it needed or when 'wcsname' and 'wcskey' inputs are not consistent with the WCS's in the image. Also, fixes some white-space problems with the HDRNAME logic in 'create_headerlet'. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13918 fe389314-cf27-0410-b35b-8c050e845b92
* This update to the 'headerlet' module should enable proper verification of ↵hack2011-10-271-22/+37
| | | | | | 'wcsname' and 'wcskey' input values. The changes also result in Exceptions being raised for conditions where HDRNAME is not given, when WCSNAME can't be found when it it needed or when 'wcsname' and 'wcskey' inputs are not consistent with the WCS's in the image. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13917 fe389314-cf27-0410-b35b-8c050e845b92
* Corrects errors in calling 'fileutil.countExtn()' by actually importing ↵hack2011-10-271-2/+4
| | | | | | 'fileutil' into the updatewcs.utils module. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13916 fe389314-cf27-0410-b35b-8c050e845b92
* Updates to correct formatting problems with some exceptions in the headerlet ↵hack2011-10-272-55/+72
| | | | | | module, and to redefine the 'ext' parameter for altwcs functions (archive, restore and delete functions). git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13914 fe389314-cf27-0410-b35b-8c050e845b92
* Modified isWCSIdentical to accept IRAF style extension syntaxdencheva2011-10-261-13/+39
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13913 fe389314-cf27-0410-b35b-8c050e845b92
* The WCSDVARR extensions included in the headerlet by 'create_headerlet' now ↵hack2011-10-261-6/+11
| | | | | | only includes those extensions associated with the SCI extension being included in the headerlet. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13912 fe389314-cf27-0410-b35b-8c050e845b92
* The headerlet module was revised to fix the following issues:hack2011-10-262-12/+22
| | | | | | | | | | | - 'sciext' default changed from None to 'SCI', while now accepting integer values to (try to) support creating headerlets from simple FITS files - added logic in 'create_headerlet' to not create a SIPWCS extension for a headerlet from a FITS extension which does not have a valid WCS (using hstwcs.wcs.is_unity()) - made update of 'ORIENTAT' optional (same with VAFACTOR) in creating a headerlet - fixed a bug in the logic in altwcs.archiveWCS that dealt with interpreting the PRIMARY WCS git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13911 fe389314-cf27-0410-b35b-8c050e845b92
* Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. ↵hack2011-10-2540-360/+2855
| | | | | | This version of STWCS (0.9.1) provides support for headerlets based on 'Headerlet Design' wiki document, and includes TEAL interfaces for all public headerlet functions. It also moves the TEAL interface for 'updatewcs' from 'astrodither' to this package. The TEAL interaces have been included as a new 'gui' sub-package in order to keep them separate from the remainder of the package's functionality. git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13910 fe389314-cf27-0410-b35b-8c050e845b92
* The .size() method on HDUs is a property now, so updating to reflect that so ↵embray2011-10-071-53/+52
| | | | | | this doesn't break with the PyFITS changes from trunk git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13882 fe389314-cf27-0410-b35b-8c050e845b92
* fix except..assienkiew2011-09-151-1/+1
| | | | git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13787 fe389314-cf27-0410-b35b-8c050e845b92