<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim, branch v0.4.1</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>Bump to version 0.4.1 with important bug fixes</title>
<updated>2016-12-13T12:34:28+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:34:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=30487211beca87da37a00a4c89e438c42dabe6f6'/>
<id>30487211beca87da37a00a4c89e438c42dabe6f6</id>
<content type='text'>
* Fix two serious bug in "utils/draw.py", which causes the generated
  ellipses are wrong (like rectangles), and thus leads to wrong
  simulation shapes for SNRs, clusters, etc.

* Also clean up "utils/draw.py" by merging the "_ellipse_in_shape()"
  function into "ellipse()".

* Update "galactic/snr.py" to use the JIT-optimized "Fnu_to_Tb_fast()"
  function.

* Other small changes/updates.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix two serious bug in "utils/draw.py", which causes the generated
  ellipses are wrong (like rectangles), and thus leads to wrong
  simulation shapes for SNRs, clusters, etc.

* Also clean up "utils/draw.py" by merging the "_ellipse_in_shape()"
  function into "ellipse()".

* Update "galactic/snr.py" to use the JIT-optimized "Fnu_to_Tb_fast()"
  function.

* Other small changes/updates.
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/snr.py: Small cleanup; Update default resolution</title>
<updated>2016-12-13T12:27:02+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=9511eb8b2a0e3c3f65473a735700c65ec697d58d'/>
<id>9511eb8b2a0e3c3f65473a735700c65ec697d58d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Merge "_ellipse_in_shape()" to "ellipse()"</title>
<updated>2016-12-13T12:25:59+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:24:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=418d7497e2897642229cafb1ade6f8b109748931'/>
<id>418d7497e2897642229cafb1ade6f8b109748931</id>
<content type='text'>
* Fix the bug that "ellipse()" generate unexpected results.
* Update the parameters of "ellipse()" also
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix the bug that "ellipse()" generate unexpected results.
* Update the parameters of "ellipse()" also
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/draw.py: Fix a wrong brace in "_ellipse_in_shape()"</title>
<updated>2016-12-13T12:11:34+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T12:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=ec265bf97decce5dbabe05e648ac9d082e514c33'/>
<id>ec265bf97decce5dbabe05e648ac9d082e514c33</id>
<content type='text'>
This bug causes wrong ellipse generation, which is the main reason to
the strange and wrong SNRs shapes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bug causes wrong ellipse generation, which is the main reason to
the strange and wrong SNRs shapes.
</pre>
</div>
</content>
</entry>
<entry>
<title>galactic/snr.py: Use HEALPix pixel area if object smaller than it</title>
<updated>2016-12-13T10:46:05+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T10:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=595f5a2be0e0257c1ef0168ecf7d31025c61c608'/>
<id>595f5a2be0e0257c1ef0168ecf7d31025c61c608</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: Update to use "Fnu_to_Tb_fast()"; some cleanups</title>
<updated>2016-12-13T10:39:58+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-13T10:39:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=35c33056c2da0e4ee1948c4b453567d86a3b7768'/>
<id>35c33056c2da0e4ee1948c4b453567d86a3b7768</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>products.py: Add parameter "load" to __init__()</title>
<updated>2016-12-09T11:05:46+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-09T11:03:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2e01bf4145087159fbecc741a9e8a96dc0a2b9c3'/>
<id>2e01bf4145087159fbecc741a9e8a96dc0a2b9c3</id>
<content type='text'>
The "load" parameter explicitly controls whether to load the specified
manifest file.

Update "foregrounds.py" to use this new "load" parameter, which prevent
the manifest file been loaded.  Otherwise, if the output manifest file
already exists, it will be loaded to Products, which may cause
inconsistencies with the manifest of newly simulated products.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "load" parameter explicitly controls whether to load the specified
manifest file.

Update "foregrounds.py" to use this new "load" parameter, which prevent
the manifest file been loaded.  Otherwise, if the output manifest file
already exists, it will be loaded to Products, which may cause
inconsistencies with the manifest of newly simulated products.
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: configs.html: Fix a typo and change tag</title>
<updated>2016-12-07T09:01:07+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-12-07T09:01:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=1ff01102713e49931243fd34ec2ded3dc418e808'/>
<id>1ff01102713e49931243fd34ec2ded3dc418e808</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: Use the same "#modal-box" and the "showModal()" function</title>
<updated>2016-11-28T06:16:34+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T06:16:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f556ea8a2c4409b170775c7ef46a8a5976980ee8'/>
<id>f556ea8a2c4409b170775c7ef46a8a5976980ee8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>webui: websocket.js: Get rid of the global variables</title>
<updated>2016-11-28T06:05:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-11-28T06:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f766c58aabfa35678f2a0a1e5163ff8b3c6129de'/>
<id>f766c58aabfa35678f2a0a1e5163ff8b3c6129de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
