<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/bin, 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 bin/get-healpix-patch: extract patch from HEALPix map</title>
<updated>2017-05-27T09:11:55+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2017-05-27T09:11:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e9bc2a7758de611f75eb53781af809e91af01189'/>
<id>e9bc2a7758de611f75eb53781af809e91af01189</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Import modules (with Numba JIT) just before usage</title>
<updated>2016-12-13T02:04:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T02:03:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4db3a8d951176f1631c7c4a90c386b235539302a'/>
<id>4db3a8d951176f1631c7c4a90c386b235539302a</id>
<content type='text'>
Thus, the usage information can be printed out quickly :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thus, the usage information can be printed out quickly :)
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement CLI tool: bin/fg21sim-download-data</title>
<updated>2016-11-26T09:45:05+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-26T09:45:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=d59bd2b64a75de5a398958d7e147b43edb5bc898'/>
<id>d59bd2b64a75de5a398958d7e147b43edb5bc898</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: WSHandler: remove "check_origin()" and "hosts_allowed" option</title>
<updated>2016-11-23T07:56:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-23T07:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e0a8e62d8931694b184f9f3c1aeddc2d87b7c359'/>
<id>e0a8e62d8931694b184f9f3c1aeddc2d87b7c359</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the "process time" to "CPU process time"</title>
<updated>2016-11-21T05:18:40+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-21T05:18:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=c687143defd216196d45b902604aabdeed670594'/>
<id>c687143defd216196d45b902604aabdeed670594</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/fg21sim: Import "Foregrounds" when using; Add timing</title>
<updated>2016-11-18T02:49:54+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-18T02:49:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=30867041f9756c451c31fdf83fe35e1fbc9c27ad'/>
<id>30867041f9756c451c31fdf83fe35e1fbc9c27ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Move "password" option definition to "login.py"</title>
<updated>2016-11-17T08:42:38+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-17T08:42:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f1bd912c85710bee5aae7a3112bdcfacd062c466'/>
<id>f1bd912c85710bee5aae7a3112bdcfacd062c466</id>
<content type='text'>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NOTE:
By using the "tornado.options", each module can defines its own
options, which are added to the global namespace.
And the defined options can also be used by other modules.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: To support password authentication</title>
<updated>2016-11-15T08:27:26+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T08:27:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=94ce3f24262e948e0b3275552c9ed4550bf41248'/>
<id>94ce3f24262e948e0b3275552c9ed4550bf41248</id>
<content type='text'>
Move the "IndexHandler" to separate module located at the "handlers/"
directory.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move the "IndexHandler" to separate module located at the "handlers/"
directory.
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/fg21sim-webui: Add options "host" to allow localhost access only</title>
<updated>2016-11-15T07:17:37+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-15T07:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=6f34464b51e7c3fc2ad6e6f146eb071cac4a75a7'/>
<id>6f34464b51e7c3fc2ad6e6f146eb071cac4a75a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Replace "make_application()" with Application class</title>
<updated>2016-11-14T07:53:53+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-14T07:53:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3d3b662ce0eb40ed91c0d1a6466dbcd9e42d2abf'/>
<id>3d3b662ce0eb40ed91c0d1a6466dbcd9e42d2abf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
