summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* The HSTWCS class of STWCS has been updated with a new method: all_sky2pix(). ...hack2011-02-211-1/+84
* Pulled the code which deals with input into a separate module. Changes to the...dencheva2011-02-162-58/+88
* Added the option to provide an output tangent plane for the virtual mosaic. A...dencheva2011-02-101-23/+33
* Added a tool to create a virtual mosaic based on the WCS of the input observa...dencheva2011-02-081-0/+172
* Make a copy of the output WCS before using it.dencheva2011-02-041-2/+3
* Added a method to update the scaledencheva2011-02-041-0/+7
* Added parameter description to utils module.dencheva2011-02-021-1/+27
* Corrected a sign-error in 'utils.output_wcs()' in STWCS.distortion. hack2011-01-251-1/+2
* A couple of updates were made to 'stwcs.distortion.utils.output_wcs()' to mak...hack2011-01-241-8/+26
* Sphinx version 1 changesdencheva2010-12-226-18/+7
* DATE-OBS for STIS is in the SCi extension header, not in the primarydencheva2010-12-171-0/+6
* Make sure the input to checkFiles is a listdencheva2010-12-171-0/+3
* Initial fix for #637, will change this later.dencheva2010-12-132-3/+3
* Fixed getNrefchip for instruments which don't have CCDCHIP keyword. Tested fo...dencheva2010-12-131-40/+46
* Added a check for instrument/detector kw when reading tdd coeffs, so that it ...dencheva2010-11-191-1/+5
* Reworked getNrefchip to make it independent of the order of the fits extensionsdencheva2010-11-191-18/+42
* Marked tsr docs as 'DRAFT'dencheva2010-11-042-10/+11
* Corrected a math blockdencheva2010-11-031-1/+1
* Added first draft of 'FITS Conventions' tsrdencheva2010-11-035-0/+301
* One version string for the packagedencheva2010-10-144-7/+3
* Changed format again - fits stuff goes in double back ticksdencheva2010-10-141-64/+64
* Mark up changesdencheva2010-10-141-27/+27
* The NPOLFILE TSR has been updated to include more testing results. Modificat...hack2010-10-137-40/+113
* Added npol tsrdencheva2010-10-1211-2/+244
* Fixed conf filedencheva2010-10-121-1/+1
* Updates were made to the headerlet definition to turn it into a TSR when crea...hack2010-10-124-16/+42
* Headerlet definition updatesdencheva2010-10-121-6/+24
* Add more documentationdencheva2010-10-114-11/+67
* An initial draft of a document defining the headerlet and how it will be used...hack2010-10-112-0/+136
* Delete build directorydencheva2010-10-110-0/+0
* More docsdencheva2010-10-118-64/+102
* Corrected a problem with ext parameterdencheva2010-10-061-7/+6
* Added documentaiondencheva2010-09-304-43/+61
* Added documentaiondencheva2010-09-303-62/+94
* Adding documentationdencheva2010-09-309-0/+214
* refactored some of the code. Checked in tests for altwcs functionsdencheva2010-09-242-115/+89
* Fixed a typodencheva2010-09-241-1/+1
* git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwc...dencheva2010-09-231-4/+4
* Moved deleteing of WCS's when a new idctab is detected to updatewcsdencheva2010-09-232-25/+27
* Made ext a required parameter for all file level functionsdencheva2010-09-231-5/+10
* Made ext a required parameter for all file level functionsdencheva2010-09-231-42/+71
* Fixed a probelm with converting a PC to a CD matrix in alternate WCS'sdencheva2010-09-231-1/+1
* One more incorrect import statementdencheva2010-09-231-1/+1
* Adding sphinx documentationdencheva2010-09-234-0/+421
* Remove incorrect import dencheva2010-09-231-1/+1
* Addresses #609 - deletes all alternate WCS's (except the original OPUS obne) ...dencheva2010-09-222-3/+5
* Moved utils from stwcs to updatewcsdencheva2010-09-225-4/+4
* Corrected a mistake in previous checkindencheva2010-09-222-2/+1
* Changes to updatewcs which correspond to the refactored wcsutil and deal wit...dencheva2010-09-223-248/+91
* Refactored wcsutildencheva2010-09-222-325/+347