summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More name changesdencheva2009-04-296-9/+9
* Changed names dencheva2009-04-292-4/+4
* Renamed hstwcs to udpatewcsdencheva2009-04-297-0/+0
* Renaming packages:dencheva2009-04-290-0/+0
* These changes allow the HSTWCS object ot be used for transformations and when...dencheva2009-04-284-9/+28
* The detector to image data array is assigned as an attribute of the HSTWCS ob...dencheva2009-04-281-22/+15
* More formatting correctionsdencheva2009-04-241-4/+20
* Fixed a problem with formatting inputdencheva2009-04-241-2/+2
* Added printwcs function to HSTWCS classdencheva2009-04-101-1/+10
* Added minerr parameter toHSTWCS and D@IMERR kw to primary header. This allows...dencheva2009-03-262-8/+8
* Removed wcs_pix2sky method, detector to image correction is not applied in th...dencheva2009-03-262-37/+82
* Changed imports of numpy (as np).dencheva2009-03-264-29/+24
* Correcting 'output_wcs' in updatewcs.distortion to call the new method 'calcF...hack2009-03-191-1/+1
* typodencheva2009-03-191-1/+1
* WFPC2 IDCTAB coefficients include the relative chip to chip rotation. This ro...dencheva2009-03-191-4/+2
* Minor comment changedencheva2009-03-181-1/+1
* More on detector to image correctiondencheva2009-03-183-7/+153
* Footprint is not an attribute of the WCS class - pywcs change 874dencheva2009-03-181-1/+1
* Added code which populates the science file with information about detector t...dencheva2009-03-175-10/+56
* Changed the output of pixel to sky methods to be consistent with pywcs.dencheva2009-03-171-21/+30
* Changed the name of the kw recording the dgeofile used for the lookup tables ...dencheva2009-03-172-7/+7
* Added detector to image pixel correction. Added a 'minerr' kw as defined by p...dencheva2009-03-161-12/+26
* If input is not a pyfits.HDUList object close it, otherwise it's the user's r...dencheva2009-03-161-1/+6
* Initial support for column/row detector 2 image coordinate correctiondencheva2009-03-131-4/+61
* had the wrong value assigned to crpix2dencheva2009-03-111-1/+1
* The DGEO files were defined to be used after the IDC polynomial coefficients....dencheva2009-03-101-1/+1
* More changes to pass correctly a pyfits hdu to pywcs without breaking other codedencheva2009-03-101-6/+7
* Fixed a bug when a pyfits object was not passed correctly to pywcs.dencheva2009-03-091-10/+14
* Corrected a problem with subarraysdencheva2009-02-121-3/+2
* Added support for nicmos, stis, wfc3dencheva2009-02-125-21/+160
* Corrections to origin parameter in s2pdencheva2009-02-111-3/+3
* Cleaned code and added commentsdencheva2009-02-101-20/+23
* Modified the constructor for HSTWCS. Now it can be created given:dencheva2009-02-104-162/+104
* Added verison numbers and 'origin' kw to pywcs callsdencheva2009-02-056-8/+15
* Initial import of a script to handle image alignment in multidrizzle.dencheva2009-01-201-0/+95
* Fixed a bug, finding dgeo file .dencheva2009-01-141-2/+2
* Changed namesdencheva2008-12-226-10/+10
* Renamed hstwcs to updatewcs.dencheva2008-12-220-0/+0
* Renamed updatewcs to hstwcsdencheva2008-12-225-0/+0
* Changed setup to be consistent with current pytoolsdencheva2008-12-222-22/+19
* Added the option of 'N/A' as a value of a dgeo file.dencheva2008-12-191-0/+2
* Fixed logic with VA kw updatedencheva2008-12-162-6/+13
* Fixed bugsdencheva2008-12-162-5/+8
* Forgot to commit a filedencheva2008-12-161-0/+25
* Added logic to handle the 'DETECTOR' kwdencheva2008-12-162-9/+17
* -Added SIP correction to look up tablesdencheva2008-12-169-147/+145
* Made recording of idcmodel kw to extension header optionaldencheva2008-12-113-7/+14
* Added methods for updating plate scale and orientation of a WCS.dencheva2008-12-101-7/+33
* Added the option to create an HSTWCS object from a file name.dencheva2008-12-101-27/+89
* Applied last changes for TDD correction to the basic WCS kw. Header values ar...dencheva2008-12-101-48/+36