<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/bin/healpix2hpx, branch master</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>configs: Use lower case for logging levels</title>
<updated>2017-10-04T05:36:59+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-10-04T05:36:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a21fa84337356aeba294e00bbf63d19552d65553'/>
<id>a21fa84337356aeba294e00bbf63d19552d65553</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `fg21sim.share` module to hold globally shared "CONFIGS" &amp; "COSMO"</title>
<updated>2017-07-31T11:48:43+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-07-31T11:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=38ab63fc5191a4893f6f46d9b8b40ae988f66c88'/>
<id>38ab63fc5191a4893f6f46d9b8b40ae988f66c88</id>
<content type='text'>
Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bin scripts to use global "CONFIGS"</title>
<updated>2017-07-23T01:38:27+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-07-23T01:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e9c6dbe6d3dafff46ae2b065ff11b9f9a5a28741'/>
<id>e9c6dbe6d3dafff46ae2b065ff11b9f9a5a28741</id>
<content type='text'>
Also update copyright year/email and minor cleanups

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update copyright year/email and minor cleanups

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</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>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>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>Fix an import; Update one pattern and a comment</title>
<updated>2016-10-14T15:31:57+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-14T15:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=84187a51439adf36b78f12509b41471ba6ba8895'/>
<id>84187a51439adf36b78f12509b41471ba6ba8895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Preseve the dtype when read/write FITS files</title>
<updated>2016-10-09T16:29:31+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-09T16:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=c1c5b3d5e899f8e385c90aae4ff881ecad3c7422'/>
<id>c1c5b3d5e899f8e385c90aae4ff881ecad3c7422</id>
<content type='text'>
* utils/fits.py: hack the dtype to ignore the byteorder (FITS data use
  big endianness, e.g., dtype("&gt;f4"))
* utils/healpix.py: explicit convert the dtype and log the dtype
* bin/healpix2hpx, bin/hpx2healpix: remove the --float argument
* other minor fixes/updates
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* utils/fits.py: hack the dtype to ignore the byteorder (FITS data use
  big endianness, e.g., dtype("&gt;f4"))
* utils/healpix.py: explicit convert the dtype and log the dtype
* bin/healpix2hpx, bin/hpx2healpix: remove the --float argument
* other minor fixes/updates
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/{healpix2hpx,hpx2healpix}: Use argparse choices</title>
<updated>2016-10-03T14:10:49+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-03T14:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=38475662119dacc1260c209f67f0cc87ee9f4da8'/>
<id>38475662119dacc1260c209f67f0cc87ee9f4da8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add logging support for "healpix2hpx" &amp; "hpx2healpix"</title>
<updated>2016-09-29T10:54:34+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-09-29T10:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8d9339d501162583232ddc16ddab48bd55349069'/>
<id>8d9339d501162583232ddc16ddab48bd55349069</id>
<content type='text'>
* Argument "--log" control the log level
* Argument "--logfile" to log the messages to file
* Argument "--quiet" to disable logging messages to screen
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Argument "--log" control the log level
* Argument "--logfile" to log the messages to file
* Argument "--quiet" to disable logging messages to screen
</pre>
</div>
</content>
</entry>
</feed>
