<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/utils, branch v0.4.2</title>
<subtitle>Simulate foreground for 21cm EoR signal detection
</subtitle>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/'/>
<entry>
<title>Add utils/wcs.py with function "make_wcs()"</title>
<updated>2017-05-22T13:18:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2017-05-22T13:18:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=eca592e6ab2d7ddb51a46e326cae3b8c0dcf55a0'/>
<id>eca592e6ab2d7ddb51a46e326cae3b8c0dcf55a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/grid: Add function "make_ellipse()"</title>
<updated>2017-05-22T13:17:56+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2017-05-22T13:17:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2f42a0754fcbc9840c93f28cd120d1c1a5bc077c'/>
<id>2f42a0754fcbc9840c93f28cd120d1c1a5bc077c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Merge "_ellipse_in_shape()" to "ellipse()"</title>
<updated>2016-12-13T12:25:59+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=418d7497e2897642229cafb1ade6f8b109748931'/>
<id>418d7497e2897642229cafb1ade6f8b109748931</id>
<content type='text'>
* Fix the bug that "ellipse()" generate unexpected results.
* Update the parameters of "ellipse()" also
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the bug that "ellipse()" generate unexpected results.
* Update the parameters of "ellipse()" also
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()"</title>
<updated>2016-12-13T12:11:34+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=ec265bf97decce5dbabe05e648ac9d082e514c33'/>
<id>ec265bf97decce5dbabe05e648ac9d082e514c33</id>
<content type='text'>
This bug causes wrong ellipse generation, which is the main reason to
the strange and wrong SNRs shapes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug causes wrong ellipse generation, which is the main reason to
the strange and wrong SNRs shapes.
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Add download.py with function "download_file()"</title>
<updated>2016-11-26T09:44:37+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-26T09:44:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3b2eaa5e704b84c1e85b6cfed14c9b70ff6839e0'/>
<id>3b2eaa5e704b84c1e85b6cfed14c9b70ff6839e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Rename function "md5()" to "calc_md5()"</title>
<updated>2016-11-26T08:45:40+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-26T08:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=b57474b17e507328c2be458ac13a16ed4ea0e6ac'/>
<id>b57474b17e507328c2be458ac13a16ed4ea0e6ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Add "hashutil.py" with function "md5()"</title>
<updated>2016-11-21T04:56:53+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-21T04:56:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=b23df04a1afdeab26b62ce1ac0ce85ef8547de28'/>
<id>b23df04a1afdeab26b62ce1ac0ce85ef8547de28</id>
<content type='text'>
md5(): Calculate the MD5 checksum of the file.

Credit: https://stackoverflow.com/a/3431838/4856091
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
md5(): Calculate the MD5 checksum of the file.

Credit: https://stackoverflow.com/a/3431838/4856091
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Remove the "Modified BSD" license; Update credit</title>
<updated>2016-11-18T07:43:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T07:43:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=382cc5da796b6402275214adbed2f9c3183023fb'/>
<id>382cc5da796b6402275214adbed2f9c3183023fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/healpix.py: Fix the import issue</title>
<updated>2016-11-09T15:37:09+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T15:37:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=9516aec90f7f69b0e468d90e4f2d14a689b5e7db'/>
<id>9516aec90f7f69b0e468d90e4f2d14a689b5e7db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/__init__.py: Only import "setup_logging" from "logging.py"</title>
<updated>2016-10-29T15:10:40+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-29T15:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=9d7c7bb53244d2f79173b0f7fe1c6e91a656a240'/>
<id>9d7c7bb53244d2f79173b0f7fe1c6e91a656a240</id>
<content type='text'>
Since some modules (e.g., healpix.py) under "utils" involves Numba JIT
optimization, which significantly slows the start-up speed, even some
consumers (e.g., bin/fg21sim-webui) do not need them at all.

Fix various import statements of other modules.

NOTE: not test at the moment!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since some modules (e.g., healpix.py) under "utils" involves Numba JIT
optimization, which significantly slows the start-up speed, even some
consumers (e.g., bin/fg21sim-webui) do not need them at all.

Fix various import statements of other modules.

NOTE: not test at the moment!
</pre>
</div>
</content>
</entry>
</feed>
