<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/bin, branch v0.2.0</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>webui: Some minor updates</title>
<updated>2016-11-09T15:38:15+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-09T15:38:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e5a05c8e3c77aa292b7dd9bc4a2682148be873ac'/>
<id>e5a05c8e3c77aa292b7dd9bc4a2682148be873ac</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-webui: Use "tornado.options" instead of "argparse"</title>
<updated>2016-11-08T11:11:42+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-08T11:08:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=fca4b4700a12b26c623f0dfd5f83e7342567bb10'/>
<id>fca4b4700a12b26c623f0dfd5f83e7342567bb10</id>
<content type='text'>
* The "tornado.options" can be used in the *global scope*, therefore,
  the command line arguments can be stored in the options and then
  import the options in other modules if needed.

* Add argument "--hosts-allowed", which specifies the hosts/network can
  access the Web UI (i.e., WebSocket)

* Add argument "--no-browser", which controls whether to open the Web UI
  in a browser after startup. (TODO)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* The "tornado.options" can be used in the *global scope*, therefore,
  the command line arguments can be stored in the options and then
  import the options in other modules if needed.

* Add argument "--hosts-allowed", which specifies the hosts/network can
  access the Web UI (i.e., WebSocket)

* Add argument "--no-browser", which controls whether to open the Web UI
  in a browser after startup. (TODO)
</pre>
</div>
</content>
</entry>
<entry>
<title>bin: Update "log_stream" and "loglevel" handling</title>
<updated>2016-11-04T05:59:20+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-04T05:59:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=32efcaff8b0de30b7f3abb56dd195695530bcbfe'/>
<id>32efcaff8b0de30b7f3abb56dd195695530bcbfe</id>
<content type='text'>
* bin/fg21sim: Simplify the "log_stream" assignment
* bin/fg21sim-webui: Also enable debug logging when turning on debug
  flag for the tornado; also update the docstring a little.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/fg21sim: Simplify the "log_stream" assignment
* bin/fg21sim-webui: Also enable debug logging when turning on debug
  flag for the tornado; also update the docstring a little.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to use renamed "check_configs()" instead of "validate_configs()"</title>
<updated>2016-11-04T03:19:29+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-04T03:19:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a0356d79e15e19b729e943fe22d2c484dbcb2b25'/>
<id>a0356d79e15e19b729e943fe22d2c484dbcb2b25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Add "bin/fg21sim-webui" to start the UI server</title>
<updated>2016-10-30T08:09:27+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-30T08:09:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e9c0f2aa8dc3d29c4c9c83f85744ce932230e130'/>
<id>e9c0f2aa8dc3d29c4c9c83f85744ce932230e130</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>
<entry>
<title>bin/fg21sim: Update the import path</title>
<updated>2016-10-27T03:28:07+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-27T03:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e438cde9c3ea4a35dcff974a15ee7b0203ff077f'/>
<id>e438cde9c3ea4a35dcff974a15ee7b0203ff077f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Check the output file existence first</title>
<updated>2016-10-27T02:12:36+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-27T02:12:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3ca78329f6b3df293cfd8b16ea90586cae02c278'/>
<id>3ca78329f6b3df293cfd8b16ea90586cae02c278</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-download-cluster-data: Add catalog description</title>
<updated>2016-10-21T11:11:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-21T08:45:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=1e0109a3182109a9a61a2256d227678ec8389bc8'/>
<id>1e0109a3182109a9a61a2256d227678ec8389bc8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bin/fg21sim-download-cluster-data</title>
<updated>2016-10-20T13:39:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-20T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f33c6c1f6ec019643b0e9be8d36bbe071a674463'/>
<id>f33c6c1f6ec019643b0e9be8d36bbe071a674463</id>
<content type='text'>
This script retrieves the galaxy cluster catalog data simulated by the
Hubble Volume Project, and organizes the data to a CSV file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This script retrieves the galaxy cluster catalog data simulated by the
Hubble Volume Project, and organizes the data to a CSV file.
</pre>
</div>
</content>
</entry>
</feed>
