<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stwcs_hcf.git/updatewcs, branch pre-astropy</title>
<subtitle>For testing volatile commands (will be removed after testing is complete; do not use this repo)
</subtitle>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/'/>
<entry>
<title>Redoing the r13221-13223 merge in the actual trunk now.  This updates trunk to the setup_refactoring branch (however, coords, pysynphot, and pywcs are still being pulled from the astrolib setup_refactoring branch.  Will have to do that separately then update the svn:externals)</title>
<updated>2011-06-22T23:24:07+00:00</updated>
<author>
<name>embray</name>
<email>embray@stsci.edu</email>
</author>
<published>2011-06-22T23:24:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=d93a10017d62f39d80167b45c1044a5e113f5994'/>
<id>d93a10017d62f39d80167b45c1044a5e113f5994</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13225 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@13225 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Initially the log file was defined at the top level. Moved it to updatewcs to avoid creating an empty file when logging is not requested.</title>
<updated>2011-06-02T14:08:53+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-06-02T14:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=5083538477943bc59bb6c779a8d2170868205c0a'/>
<id>5083538477943bc59bb6c779a8d2170868205c0a</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12996 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12996 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>A couple of small updates to STWCS.UPDATEWCS which avoid problems when working with NICMOS and WFPC2 data; specifically, avoiding applying TDD correction to non-ACS data and updating the header with the UPWCSVER keyword when no HISTORY keywords are present. The changes were tested manually against ACS/WFC data (with and without TDD corrections), WFPC2 image, and a NICMOS image.  </title>
<updated>2011-04-29T15:50:32+00:00</updated>
<author>
<name>hack</name>
<email>hack@stsci.edu</email>
</author>
<published>2011-04-29T15:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=60bed196174249ac28b0e2d5428d5a2179d9f95a'/>
<id>60bed196174249ac28b0e2d5428d5a2179d9f95a</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12684 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12684 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated `update_wcscorr()` to be more flexible and general-purpose.  It can</title>
<updated>2011-04-06T14:20:52+00:00</updated>
<author>
<name>embray</name>
<email>embray@stsci.edu</email>
</author>
<published>2011-04-06T14:20:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=da2184b6d431d1aa18fa081e7685701a90c13a3b'/>
<id>da2184b6d431d1aa18fa081e7685701a90c13a3b</id>
<content type='text'>
now apply WCS keywords to the WCSCORR table even from extensions in a different
file from the one containing the WCSCORR table.  This might break any existing
code using either it, or `archive_wcs_file()`.`


git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12397 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
now apply WCS keywords to the WCSCORR table even from extensions in a different
file from the one containing the WCSCORR table.  This might break any existing
code using either it, or `archive_wcs_file()`.`


git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12397 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a problem with TDDCorr handling in the 'zero_point_corr()' classmethod in updatewcs.makewcs to allow WFC3 data (at least) process successfully.  </title>
<updated>2011-03-17T20:38:29+00:00</updated>
<author>
<name>hack</name>
<email>hack@stsci.edu</email>
</author>
<published>2011-03-17T20:38:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=3afbaeb4b74e9b8ae6f11ae9ac89640969396be2'/>
<id>3afbaeb4b74e9b8ae6f11ae9ac89640969396be2</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12214 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12214 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding logging to updatewcs</title>
<updated>2011-03-11T17:33:17+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-11T17:33:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=02f39a3148c28efe169e035450a9fce319d0c412'/>
<id>02f39a3148c28efe169e035450a9fce319d0c412</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12183 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12183 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>No code changes, only name changes - all occurences of 'dgeo' changed to 'npol'</title>
<updated>2011-03-07T18:44:45+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-07T18:44:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=51b7d025b8f7d12f7572a420d7cf31f5482f934d'/>
<id>51b7d025b8f7d12f7572a420d7cf31f5482f934d</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12119 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12119 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Renamed dgeo to npol</title>
<updated>2011-03-07T18:41:47+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-07T18:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=fbe64103caea375103982c2fb1c7184245bbd08f'/>
<id>fbe64103caea375103982c2fb1c7184245bbd08f</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12118 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12118 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Closes #674: updatewcs adds a keyword UPWCSVER to the primary header of the flt file to record the version of STWCS used in the updates. In addition removed the __version__ string from hstwcs - we have decided to have only one version string for the entire package.</title>
<updated>2011-02-24T21:33:25+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-02-24T21:33:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=393f3343732f159d0038f822ed289d10a2e07413'/>
<id>393f3343732f159d0038f822ed289d10a2e07413</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12011 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12011 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure the input to checkFiles is a list</title>
<updated>2010-12-17T18:50:06+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2010-12-17T18:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=b398ab81ff63121418a3cec7916827f014c082ea'/>
<id>b398ab81ff63121418a3cec7916827f014c082ea</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@11451 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@11451 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
</feed>
