summaryrefslogtreecommitdiff
path: root/lib/stwcs
Commit message (Expand)AuthorAgeFilesLines
...
* Removing an (unnecessary?) call to .setPscale() which no longer exists for de...hack2012-02-211-1/+0
* Add logic to wcscorr.update_wcscorr that allows it to reformat an old WCSCORR...hack2012-02-171-1/+15
* Add WCSNAME from the first input WCS to the output WCS object created by stwc...hack2012-02-131-0/+2
* Logic was added to wcscorr.update_wcscorr() to prevent it from trying to upda...hack2012-01-301-1/+4
* Revised 'wcscorr.init_wcscorr()' to generate an initial table with enough row...hack2012-01-301-2/+4
* This update to STWCS.wcsutil includes the following changes:hack2012-01-263-17/+64
* This update fixes problems with applying a headerlet to an image which has no...hack2012-01-231-4/+44
* This update fixes some problems with the creation of headerlets from input HD...hack2011-12-161-7/+10
* corrected typos, removed extraneous codedencheva2011-12-091-36/+10
* Update logging to use a decorator to enable logging on individual functions.embray2011-12-091-37/+63
* Typo fix.embray2011-12-091-69/+69
* Fix a lot of DeprecationWarnings.embray2011-12-092-67/+67
* A major overhaul of loggingdencheva2011-12-0621-277/+331
* A minor bug in create_headerlet: setting WCSNAME to the value of HDRNAMEdencheva2011-12-051-1/+8
* If HDRNAME is not provided, it is set to WCSNAME : write_headerlet, archive_a...dencheva2011-12-021-21/+7
* convert wcskey to upper casedencheva2011-12-021-1/+4
* more cleaning up codedencheva2011-12-011-14/+16
* Reworked extract_headerlet to fix:dencheva2011-12-011-11/+19
* Added docstringsdencheva2011-12-011-4/+34
* PEP8 changesdencheva2011-12-011-279/+303
* The 'archiveWCS' function in wcsutil.altwcs did not always find a WCSNAME, es...hack2011-11-161-1/+14
* Fixes a bug in the creation of headerlets without NPOLFILE or D2IMFILE. This...hack2011-11-151-1/+5
* Update to STWCS.wcsutil.wcscorr to fix a (serious) bug that affects updating ...hack2011-11-111-1/+1
* Updates the HeaderletHDU class to use PyFITS's new FitsHDU class as its base.embray2011-11-082-408/+337
* This revision fixes problems with WCSCORR table updates; specifically, hack2011-11-072-31/+70
* The docstrings for 'write_headerlet' and 'extract_headerlet' have been update...hack2011-11-071-11/+15
* This revision fixes a number of bugs; including:hack2011-11-074-16/+36
* Corrected a bug in 'create_headerlet' to provide the extension name in the ri...hack2011-11-061-110/+128
* The WCSCORR table update will not crash anymore (based on my testing) when WC...hack2011-11-042-5/+11
* Do not attach headerlet if it is already attacheddencheva2011-11-021-5/+2
* Changes to Headerlet.apply* methods to use SCIEXT keyword in SIPWCS extension...dencheva2011-11-021-32/+64
* corrected a problem with apply_as_alternate not checking for unique HDRNAME w...dencheva2011-11-021-16/+9
* Added wcskey parameters for the two files in isWCSIdenticaldencheva2011-11-021-3/+7
* 'ext' is now a required parameter so restoreWCS was split into two functions,...dencheva2011-11-021-29/+86
* The API for 'updatewcs.utils.extract_rootname()' was changed, along with all ...hack2011-11-013-11/+17
* Updates to STWCS correct the following problems:hack2011-10-313-41/+40
* Corrected a couple of (minor) interface violations with PyFITS in updatewcs c...hack2011-10-312-3/+3
* Corrects problems with calling 'create_headerlet()' directly in public functi...hack2011-10-281-9/+27
* Removed extraneous function 'getHeaderletObj' and replaced calls to that with...hack2011-10-281-44/+52
* Renamed the 'STWCSVER' keyword in headerlets to 'UPWCSVER' to be consistent w...hack2011-10-271-3/+3
* This update to the 'headerlet' module should enable proper verification of 'w...hack2011-10-271-2/+2
* This update to the 'headerlet' module should enable proper verification of 'w...hack2011-10-271-22/+37
* Corrects errors in calling 'fileutil.countExtn()' by actually importing 'file...hack2011-10-271-2/+4
* Updates to correct formatting problems with some exceptions in the headerlet ...hack2011-10-272-55/+72
* Modified isWCSIdentical to accept IRAF style extension syntaxdencheva2011-10-261-13/+39
* The WCSDVARR extensions included in the headerlet by 'create_headerlet' now o...hack2011-10-261-6/+11
* The headerlet module was revised to fix the following issues:hack2011-10-262-12/+22
* Merging changes from 'stwcs_hdrlet' branch (r18787 - r13909) into trunk. This...hack2011-10-2540-360/+2855
* The .size() method on HDUs is a property now, so updating to reflect that so ...embray2011-10-071-53/+52
* fix except..assienkiew2011-09-151-1/+1