<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gh_mirror/jhunkeler/stwcs_hcf.git/wcsutil/hstwcs.py, branch 1.2.4</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>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>Various cleanup and small bug fixes.  In particular, init_wcscorr() now works what I believe to be 'correctly'--it applies all existing WCSs from the SCI extension headers to the new WCSCORR table in the correct order (wcs_key w/ 'O' first; extver).</title>
<updated>2011-04-05T16:11:19+00:00</updated>
<author>
<name>embray</name>
<email>embray@stsci.edu</email>
</author>
<published>2011-04-05T16:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=616fc9ebf3632fb885e139f343ccf8fc1017a21b'/>
<id>616fc9ebf3632fb885e139f343ccf8fc1017a21b</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12393 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@12393 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>The HSTWCS method 'wcs2header' was modified to append the SIP and IDC distortion model keywords to the header using the '.update()' method instead of extending the header with a CardList.  This corrected a problem with the CardList not fully updating the original header making the appended cards unaccessible using the dictionary lookup syntax.  </title>
<updated>2011-04-05T13:42:56+00:00</updated>
<author>
<name>hack</name>
<email>hack@stsci.edu</email>
</author>
<published>2011-04-05T13:42:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=462577895390869011e5aeb22e6afdd55b95c008'/>
<id>462577895390869011e5aeb22e6afdd55b95c008</id>
<content type='text'>
The logic for using the 'readModel()' method of HSTWCS was also improved to not try and read the IDCModel when no 'idctab' had been specified in the header.  

Finally, a small bug was fixed in the 'wcscorr' module for recognizing what rows are available for being updated so that the update will actually occur. 
 


git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12392 fe389314-cf27-0410-b35b-8c050e845b92
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The logic for using the 'readModel()' method of HSTWCS was also improved to not try and read the IDCModel when no 'idctab' had been specified in the header.  

Finally, a small bug was fixed in the 'wcscorr' module for recognizing what rows are available for being updated so that the update will actually occur. 
 


git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12392 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>This update to the HSTWCS class in STWCS attempts to address a couple of issues: namely, makes recognition of non-HST data more general (slightly) and only applies distortion model in all_sky2pix when it is present.  The first change should allow HSTWCS to be run on data created with IRAF's artdata package/task. </title>
<updated>2011-03-17T21:29:33+00:00</updated>
<author>
<name>hack</name>
<email>hack@stsci.edu</email>
</author>
<published>2011-03-17T21:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=3262a4afa935fdd89e40f30e0a254cf0b6eeaf8e'/>
<id>3262a4afa935fdd89e40f30e0a254cf0b6eeaf8e</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12216 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@12216 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>revert r12062: put back all idc model keywords in the science header</title>
<updated>2011-03-15T14:53:48+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-15T14:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=babe7a02499497fbbda9c1a7f1369e3cf24b3003'/>
<id>babe7a02499497fbbda9c1a7f1369e3cf24b3003</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12194 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@12194 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>More changes to go with r12056</title>
<updated>2011-03-02T18:28:58+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-02T18:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=a63823aa04550a3423f25d9b656a4c80a34cbd6f'/>
<id>a63823aa04550a3423f25d9b656a4c80a34cbd6f</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12069 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@12069 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>some of the IDC model kw are not used, do not store them in the header. Do not archive ORIENTAT in alternate WCSs but recompute it every time a WCS is restored.</title>
<updated>2011-03-01T19:26:10+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-03-01T19:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=932d650c0f1044861b1c1eea68304728386ca233'/>
<id>932d650c0f1044861b1c1eea68304728386ca233</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12062 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@12062 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>wcslib.wcsini populates the WCS struct which includes 'RESTFRQ' and 'RESTWAV'. Remove them when writing it to headerhstwcs.py</title>
<updated>2011-02-28T19:07:39+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-02-28T19:07:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=d2cb30f106bb150c0f179d6636d8a61e41acb67e'/>
<id>d2cb30f106bb150c0f179d6636d8a61e41acb67e</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12057 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@12057 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
<entry>
<title>Add some IDC model parameters to header. Use header.ascard instead of cardList()</title>
<updated>2011-02-28T18:07:22+00:00</updated>
<author>
<name>dencheva</name>
<email>dencheva@stsci.edu</email>
</author>
<published>2011-02-28T18:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.einval.net/gh_mirror/jhunkeler/stwcs_hcf.git/commit/?id=b20ff6909a696b14a0cc22f0af43722d21e440bb'/>
<id>b20ff6909a696b14a0cc22f0af43722d21e440bb</id>
<content type='text'>
git-svn-id: http://svn.stsci.edu/svn/ssb/stsci_python/stsci_python/trunk/stwcs@12056 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@12056 fe389314-cf27-0410-b35b-8c050e845b92
</pre>
</div>
</content>
</entry>
</feed>
