<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/galactic, branch v0.4.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>galactic/snr.py: Change a logging level</title>
<updated>2016-11-21T02:54:44+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-21T02:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=46f4e5f5921124b357499f98a8f9781585992f4f'/>
<id>46f4e5f5921124b357499f98a8f9781585992f4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update "simulate_frequency()" to also return the output file path</title>
<updated>2016-11-21T02:16:57+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-21T02:16:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=8adeeb51cca40337cce36f94d00bacc84c33731d'/>
<id>8adeeb51cca40337cce36f94d00bacc84c33731d</id>
<content type='text'>
* Update "output()" method to return the output file path
* Update "simulate()" to also return the list of output file paths
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update "output()" method to return the output file path
* Update "simulate()" to also return the list of output file paths
</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>Update to use the new "checksum" config option</title>
<updated>2016-10-27T03:18:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-27T03:15:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=5cbbaab825382d1fc174d5f7502947a7846d0361'/>
<id>5cbbaab825382d1fc174d5f7502947a7846d0361</id>
<content type='text'>
Also add a warning log message for "galactic/snr.py" and
"extragalactic/clusters.py".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also add a warning log message for "galactic/snr.py" and
"extragalactic/clusters.py".
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/snr.py: Fix wrong astropy quantity operation</title>
<updated>2016-10-22T07:50:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-22T07:50:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=cb839cb55a39bbd1342c5b03e85e79757ab6163b'/>
<id>cb839cb55a39bbd1342c5b03e85e79757ab6163b</id>
<content type='text'>
When two quantities of same unit class divides, to get the correct
numerical value, whether use `.decompose().value`, or just convert to
plain Python object, e.g., `float(...)`, which will fail if the input
quantity is not dimensionless.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When two quantities of same unit class divides, to get the correct
numerical value, whether use `.decompose().value`, or just convert to
plain Python object, e.g., `float(...)`, which will fail if the input
quantity is not dimensionless.
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/snr.py: Add one reference and update docstring</title>
<updated>2016-10-22T03:49:25+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-22T03:49:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=29bd5d71bbbebaf61d912c305558e19d5be7be95'/>
<id>29bd5d71bbbebaf61d912c305558e19d5be7be95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/{freefree,synchrotron}.py: Fix small bugs</title>
<updated>2016-10-18T07:47:07+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-18T07:47:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=00597e44e68bebd74a2a7b838d0fa6dcf7511fc2'/>
<id>00597e44e68bebd74a2a7b838d0fa6dcf7511fc2</id>
<content type='text'>
* freefree.py: Add the missing "/" to the config "halphamap"
* synchrotron.py: Fix "comp" to have the correct value
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* freefree.py: Add the missing "/" to the config "halphamap"
* synchrotron.py: Fix "comp" to have the correct value
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/synchrotron.py: Add preocess(), postprocess, _make_filepath()</title>
<updated>2016-10-18T05:30:23+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-18T05:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=44af51600415d60c527500e138c9f7ef016e2010'/>
<id>44af51600415d60c527500e138c9f7ef016e2010</id>
<content type='text'>
* Add the "preprocess()" and "postprocess()" for a better interface;
* Add "_make_filepath()" to compose the output filename;
* Reorder some methods for consistency.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the "preprocess()" and "postprocess()" for a better interface;
* Add "_make_filepath()" to compose the output filename;
* Reorder some methods for consistency.
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/freefree.py: Add preocess(), postprocess, _make_filepath()</title>
<updated>2016-10-18T05:18:55+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-18T05:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=afd29a0f91a9092aff302e0d2e85cd34947e7651'/>
<id>afd29a0f91a9092aff302e0d2e85cd34947e7651</id>
<content type='text'>
* Add the "preprocess()" and "postprocess()" for a better interface;
* Add "_make_filepath()" to compose the output filename;
* Reorder some methods for consistency;
* Some refactorings and cleanups.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add the "preprocess()" and "postprocess()" for a better interface;
* Add "_make_filepath()" to compose the output filename;
* Reorder some methods for consistency;
* Some refactorings and cleanups.
</pre>
</div>
</content>
</entry>
<entry>
<title>galctic/snr.py: Add "preprocess()" and "postprocess()" methods</title>
<updated>2016-10-18T04:58:50+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-18T04:48:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=98aaa4a5e607c1ac50bc681cdc104d6fa8ee6a69'/>
<id>98aaa4a5e607c1ac50bc681cdc104d6fa8ee6a69</id>
<content type='text'>
* Add "preprocess()" and "postprocess()" methods
* Add the "name" property
* Tweak the places of preparation procedures been invoked
* Reorder some methods
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add "preprocess()" and "postprocess()" methods
* Add the "name" property
* Tweak the places of preparation procedures been invoked
* Reorder some methods
</pre>
</div>
</content>
</entry>
</feed>
