index
:
gh_mirror/jhunkeler/stwcs_hcf.git
master
For testing volatile commands (will be removed after testing is complete; do not use this repo)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
update to STWCS code to handle additional TDD coefficient for ACS: specifical...
hack
2014-10-06
3
-7
/
+28
*
Minor updates to HSTWCS to allow it to provide a uniform interface to some no...
hack
2014-09-22
1
-2
/
+7
*
deleteWCS crashes when called on compressed FITS HDU (CompImageHDU) because o...
mcara
2014-06-04
1
-1
/
+2
*
STWCS v1.2.1: This version fixes a typo in altwcs._restore(), adds TDD_CYA an...
hack
2014-05-23
4
-7
/
+17
*
replace deprecateed methods
dencheva
2014-05-02
3
-10
/
+9
*
fix a typo
dencheva
2014-05-02
1
-1
/
+1
*
Do not import pywcs or astropy.wcs in the top level stwcs
dencheva
2014-05-02
1
-1
/
+0
*
further changes to move to astropy
dencheva
2014-05-01
25
-330
/
+307
*
deal with pyfits/wcs deprecation wrnings
dencheva
2014-04-30
8
-108
/
+100
*
restore naxis1/2 property
dencheva
2014-04-29
1
-0
/
+16
*
Restored 'wkey'->'key' - a change made by Nadia and overwritten by me.
mcara
2014-04-29
1
-1
/
+1
*
1. Replaced `failed2converge` with a better name `slow_conv` in the `NoConver...
mcara
2014-04-29
1
-35
/
+31
*
fix kwyword parameter name
dencheva
2014-04-29
1
-1
/
+1
*
Expose help for methods of HSTWCS class. This includes the all_pix2sky and al...
hack
2014-04-28
1
-0
/
+5
*
changes to use astropy instead of pyfits and pywcs
dencheva
2014-04-28
24
-58
/
+78
*
port changes from astropy.wcs - naxis1/2 are private now.
dencheva
2014-04-24
3
-6
/
+22
*
Minor simplification and improvement to the final check for diverging/invalid...
mcara
2014-04-23
1
-43
/
+50
*
This revision improves upon changes made to the `all_sky2pix` in r31122 and r...
mcara
2014-04-23
1
-83
/
+271
*
1. reverted to 1e-4 default accuracy (compared to r31122 );
mcara
2014-04-21
1
-24
/
+96
*
1. Modified all_sky2pix to return either a list of 1D vectors or a 2D array d...
mcara
2014-04-17
1
-103
/
+225
*
Support has been added for optional TDD Alpha term to be read in from IDCTAB ...
hack
2014-04-02
3
-4
/
+12
*
Initial check-in to add support for new ACS TDD correction described in Ticke...
hack
2014-02-26
5
-99
/
+138
*
making release
sienkiew
2014-01-06
1
-2
/
+1
*
STWCS.updatewcs update to insure that NEXTEND keyword (if already present in ...
hack
2013-12-30
1
-1
/
+3
*
STWCS update to insure that NEXTEND keyword (if already present in primary he...
hack
2013-12-30
3
-10
/
+34
*
remove unused variables
dencheva
2013-12-03
1
-1
/
+1
*
Updated API for stwcs.wcsutil.hstwcs.HSTWCS.all_sky2pix() to accept both 1-D ...
hack
2013-11-18
1
-1
/
+29
*
Very minor/simple update to HSTWCS.all_sky2pix() method to not update output ...
hack
2013-10-30
1
-4
/
+4
*
Fixed a bug introduced in r26987 to the headerlet module that caused headerle...
hack
2013-10-24
1
-8
/
+9
*
STWCS v1.1.2: This update only includes changes to the headerlet module and r...
hack
2013-10-23
6
-47
/
+116
*
Interface with 'new' PyFITS (>v3.1.x) and its writeto() method were corrected...
hack
2013-10-17
1
-16
/
+38
*
remove easier_install
sienkiew
2013-09-11
1
-20
/
+0
*
Problems with using apply_headerlet_as_primary() on WFPC2 data have been corr...
hack
2013-08-28
1
-2
/
+5
*
The apply_as_primary() method of the Headerlet class was revised to look for ...
hack
2013-08-27
1
-5
/
+8
*
Replace hdu._extver' with 'ext.ver' because of changes to pyfits' API.
dencheva
2013-08-12
1
-67
/
+67
*
removed reference to easier_install from setup.cfg; it is no longer used
cslocum
2013-08-08
1
-1
/
+0
*
bringing release changes back to trunk
sienkiew
2013-07-24
2
-2
/
+3
*
Updated the return value from coeff_converter.sid2idc so that it returns a pa...
hack
2013-06-11
1
-1
/
+1
*
This update removes all references to .has_key() method, including those for ...
hack
2013-04-30
11
-24
/
+24
*
Remove a hardcoded version string
dencheva
2013-04-22
1
-1
/
+0
*
Add support for binned images and subarrays to D2IM and NPOL corrections
dencheva
2013-04-17
2
-23
/
+30
*
The update failed when a new idctab was provided because it tried to remove a...
dencheva
2013-04-17
1
-4
/
+9
*
When creating a WCS object with NPOl or D2IM correction Pywcs does not keep t...
dencheva
2013-04-11
1
-5
/
+20
*
fix bugs in headerlet related to d2im correction
dencheva
2013-03-19
1
-32
/
+22
*
Merging d2im changes into trunk
dencheva
2013-03-18
3
-135
/
+228
*
Fixed a problem in wcscorr with updating the WCSCORR table for drizzled image...
hack
2013-02-25
1
-1
/
+1
*
making release
sienkiew
2013-02-22
1
-27
/
+24
*
preening setup.cfg
sienkiew
2013-02-06
1
-7
/
+0
*
Added '__version__' to stwcs.__init__ module as patch for new IRAFX build.
hack
2013-01-30
1
-0
/
+1
*
fixing variable problems from import order
sienkiew
2013-01-29
1
-11
/
+7
[prev]
[next]