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
...
*
don't use private attributes
dencheva
2011-06-27
1
-3
/
+3
*
I'm not exactly sure where these temp dirs come from (they're generated at so...
embray
2011-06-27
0
-0
/
+0
*
Futher modified the main './setup.py install' command to use easy_install to ...
embray
2011-06-27
1
-1
/
+2
*
Bumped the d2to1 version requirement. Also modified setup.py to run each 'se...
embray
2011-06-23
1
-1
/
+1
*
Redoing the r13221-13223 merge in the actual trunk now. This updates trunk t...
embray
2011-06-22
27
-88
/
+617
*
Relatively minor update to wcsutil.altwcs to allow the alternate WCS methods ...
hack
2011-06-16
1
-6
/
+23
*
Print statement in stwcs.distortion.mutil.readIDCtab() has been modified to o...
hack
2011-06-14
1
-2
/
+15
*
Headerlet.apply was not removing kw with reference files from the primary hea...
dencheva
2011-06-03
1
-2
/
+14
*
Added a boolena keyword parameter 'createsummary' to Headerlet.apply to allow...
dencheva
2011-06-03
1
-10
/
+15
*
Addresses #713
dencheva
2011-06-03
1
-7
/
+22
*
Raise an error if input to HSTWCS is not a file name or a file object
dencheva
2011-06-03
1
-0
/
+3
*
Added vafactor to SIPWCS headerlet extensions. Thi scompletes #710
dencheva
2011-06-03
1
-0
/
+2
*
Fixed r710
dencheva
2011-06-03
1
-9
/
+17
*
Make headerlets logging actually work
dencheva
2011-06-02
2
-68
/
+80
*
Initially the log file was defined at the top level. Moved it to updatewcs to...
dencheva
2011-06-02
2
-10
/
+6
*
Minor update to wcscorr module to not try to create a WCSCORR table when upda...
hack
2011-05-11
1
-0
/
+4
*
Very minor change to the logic for determining when to add new rows to the WC...
hack
2011-05-04
1
-1
/
+1
*
Further refinements to the WCSCORR code in STWCS to reduce the number of new ...
hack
2011-05-03
1
-6
/
+10
*
This update to STWCS includes the following revisions:
hack
2011-05-03
2
-15
/
+18
*
A couple of small updates to STWCS.UPDATEWCS which avoid problems when workin...
hack
2011-04-29
2
-1
/
+16
*
This update to the 'wcscorr' modele in STWCS.WCSUTIL fixes a problem with ini...
hack
2011-04-23
1
-4
/
+4
*
Updated the 'wcscorr' module in stwcs.wcsutil to define the number of new row...
hack
2011-04-21
1
-1
/
+1
*
Turn out pyfits doesn't really do anything helpful to automatically manage ex...
embray
2011-04-13
1
-1
/
+6
*
Added explanation of the basic Headerlet API's current implementation
embray
2011-04-13
1
-0
/
+125
*
The logic for finding an empty (matching) row in 'wcscorr.find_wcscorr_row()'...
hack
2011-04-12
1
-3
/
+5
*
Fixes `applyHeaderlet` and `Headerlet.apply()` use the hdrname keyword arg
embray
2011-04-11
1
-17
/
+11
*
Corrected a syntax problem with one of the new exception calls in 'update_wcs...
hack
2011-04-07
1
-1
/
+1
*
`Headerlet.apply()` now appends the headerlet of the original WCS to the *end*
embray
2011-04-06
2
-13
/
+28
*
Updated `update_wcscorr()` to be more flexible and general-purpose. It can
embray
2011-04-06
4
-127
/
+196
*
Various cleanup and small bug fixes. In particular, init_wcscorr() now works...
embray
2011-04-05
4
-245
/
+305
*
The HSTWCS method 'wcs2header' was modified to append the SIP and IDC distort...
hack
2011-04-05
2
-16
/
+15
*
Per Warren's suggestion, moved the wcscorr and convertwcs modules out of beta...
embray
2011-04-01
2
-0
/
+454
*
* Added compression support
embray
2011-04-01
1
-26
/
+58
*
Headerlet work:
embray
2011-03-31
1
-202
/
+355
*
Some mostly trivial PEP8 pedantry.
embray
2011-03-29
1
-158
/
+211
*
Revised how 'output_wcs' computes the new WCS, specifically, correctly accoun...
hack
2011-03-18
1
-5
/
+6
*
This update to the HSTWCS class in STWCS attempts to address a couple of issu...
hack
2011-03-17
1
-4
/
+10
*
Fixed a problem with TDDCorr handling in the 'zero_point_corr()' classmethod ...
hack
2011-03-17
1
-1
/
+2
*
revert r12062: put back all idc model keywords in the science header
dencheva
2011-03-15
1
-2
/
+1
*
Added logging to headerlet
dencheva
2011-03-14
1
-19
/
+70
*
temporary work around pyfits problem #48
dencheva
2011-03-14
1
-7
/
+18
*
Adding logging to updatewcs
dencheva
2011-03-11
8
-43
/
+102
*
Fixed a bug - wcskey was not defined when archiving a WCS and an alternate WC...
dencheva
2011-03-09
1
-0
/
+1
*
No code changes, only name changes - all occurences of 'dgeo' changed to 'npol'
dencheva
2011-03-07
5
-359
/
+48
*
Renamed dgeo to npol
dencheva
2011-03-07
1
-0
/
+311
*
revised tsr
dencheva
2011-03-03
1
-1
/
+0
*
Updated the definition of a headerlet to reflect the latest discussions and a...
dencheva
2011-03-03
1
-33
/
+14
*
more docstrings
dencheva
2011-03-02
1
-1
/
+22
*
Added a function which compares two WCS solutions. The list of criteria to me...
dencheva
2011-03-02
1
-52
/
+192
*
More changes to go with r12056
dencheva
2011-03-02
1
-3
/
+8
[prev]
[next]