<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atoolbox.git/python, branch master</title>
<subtitle>Personal toolbox
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/'/>
<entry>
<title>Add python/printcolors.py: print terminal colors with python</title>
<updated>2018-07-23T06:30:48+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2018-07-23T06:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=41b290bc0c75f199724a69eebba193b5dc99c24c'/>
<id>41b290bc0c75f199724a69eebba193b5dc99c24c</id>
<content type='text'>
Credit: https://www.geeksforgeeks.org/print-colors-python-terminal/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Credit: https://www.geeksforgeeks.org/print-colors-python-terminal/
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove python/force_field_transform.py</title>
<updated>2017-11-03T10:33:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-11-03T10:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=626a1a3c73ee1395712002cf7d90c6d00b1cc3bf'/>
<id>626a1a3c73ee1395712002cf7d90c6d00b1cc3bf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename (and move) several scripts</title>
<updated>2017-11-03T10:30:18+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-11-03T10:30:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=b50463d171ade46f549c5331e8ad317b410ac0f2'/>
<id>b50463d171ade46f549c5331e8ad317b410ac0f2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some scripts</title>
<updated>2017-10-16T02:59:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-10-16T02:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=020c5df2758d299f72d4badc98f8255edfa61b3a'/>
<id>020c5df2758d299f72d4badc98f8255edfa61b3a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move python/calc_radial_psd.py to astro/calc_psd.py with some cleanup</title>
<updated>2017-10-16T02:57:51+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-10-16T02:57:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=2a4f07ece389ab3454afeeeced8480a1c958f8f9'/>
<id>2a4f07ece389ab3454afeeeced8480a1c958f8f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>calc_radial_psd.py: Default to show verbose progress</title>
<updated>2017-09-07T08:05:32+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-09-07T08:04:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=9fbeb8cb3aafa86f83787c660ae1354c997cb490'/>
<id>9fbeb8cb3aafa86f83787c660ae1354c997cb490</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>calc_radial_psd.py: support FITS image with NAXIS&gt;2</title>
<updated>2017-09-07T08:00:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-09-07T08:00:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=6ee82c3a41c4291fddb2f170f8bce7ce066f8617'/>
<id>6ee82c3a41c4291fddb2f170f8bce7ce066f8617</id>
<content type='text'>
e.g., radio images are often has 4 axes: X, Y, FREQ, STOKES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
e.g., radio images are often has 4 axes: X, Y, FREQ, STOKES
</pre>
</div>
</content>
</entry>
<entry>
<title>calc_radial_psd.py: do not require EXPOSURE keyword</title>
<updated>2017-09-03T09:01:47+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-09-03T09:01:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=6653e976c4ab07e1e8b36bf2f7ad59bb9d723def'/>
<id>6653e976c4ab07e1e8b36bf2f7ad59bb9d723def</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some tools for better management</title>
<updated>2017-06-11T08:15:54+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-06-11T08:15:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=156ea20569bc166e217b53e0e4eb5f668314633e'/>
<id>156ea20569bc166e217b53e0e4eb5f668314633e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add python/adsbib.py</title>
<updated>2017-01-19T11:20:04+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2017-01-19T11:20:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/atoolbox.git/commit/?id=025cdd3ab110c7f06bcd76271e4fcafd7f77c21d'/>
<id>025cdd3ab110c7f06bcd76271e4fcafd7f77c21d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
