<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/galactic, branch ps</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>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>
<entry>
<title>galactic/snr.py: Fix the existence check of dir of catalog ouput</title>
<updated>2016-10-17T10:23:47+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-17T10:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=cfd76269ef01a8011cad3040804d9d72633614f9'/>
<id>cfd76269ef01a8011cad3040804d9d72633614f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic: Move the "simulate()" method; Add "UNIT" keyword</title>
<updated>2016-10-17T10:21:13+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-17T10:21:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=3fb0539004b621631ebdb02f538b2060d31b79f9'/>
<id>3fb0539004b621631ebdb02f538b2060d31b79f9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/snr.py: Create dir if necessary and adhere clobber config</title>
<updated>2016-10-17T10:19:02+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-17T10:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=d00427046e3a50148a0f40ad41ab550b62431965'/>
<id>d00427046e3a50148a0f40ad41ab550b62431965</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
