<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/bin/fg21sim, 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>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>bin/fg21sim: Rewrite to use the interface from foreground.py</title>
<updated>2016-10-18T07:11:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-18T07:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=62fec594885f75408e913e4af98cd514b383ca02'/>
<id>62fec594885f75408e913e4af98cd514b383ca02</id>
<content type='text'>
This greatly simplifies the "bin/fg21sim" script, and also makes the
script more generic.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This greatly simplifies the "bin/fg21sim" script, and also makes the
script more generic.
</pre>
</div>
</content>
</entry>
<entry>
<title>bin/fg21sim: Add one debug before logging available</title>
<updated>2016-10-17T08:50:05+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-17T08:50:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=98cc9c3ebba43fe4f2b8090b8c169b232255d3ce'/>
<id>98cc9c3ebba43fe4f2b8090b8c169b232255d3ce</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: Support new component "galactic/snr"</title>
<updated>2016-10-17T07:12:06+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-17T07:12:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=e748c1fd0928a1a98324b465de6f78e062052a73'/>
<id>e748c1fd0928a1a98324b465de6f78e062052a73</id>
<content type='text'>
Also update the general config for the new "galactic/snr" component.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also update the general config for the new "galactic/snr" component.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update bin/fg21sim to support Galactic free-free component</title>
<updated>2016-10-11T02:31:43+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-11T02:31:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=a8ed62510538b02dd415e484cf9019d9a2549839'/>
<id>a8ed62510538b02dd415e484cf9019d9a2549839</id>
<content type='text'>
* bin/fg21sim: check the "common/components" config to simulate the
  enabled components;
* bin/fg21sim: add Galactic free-free component support;
* galactic/freefree.py: fix missing attributes.

NOTE: simulated free-free maps are WRONG!!  Need check/debug!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bin/fg21sim: check the "common/components" config to simulate the
  enabled components;
* bin/fg21sim: add Galactic free-free component support;
* galactic/freefree.py: fix missing attributes.

NOTE: simulated free-free maps are WRONG!!  Need check/debug!
</pre>
</div>
</content>
</entry>
<entry>
<title>Add bin/fg21sim and some updates to galactic/synchrotron</title>
<updated>2016-10-04T13:22:26+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aaronly.me@outlook.com</email>
</author>
<published>2016-10-04T13:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=c3e2d564023c30271edbd7651ee3bd07e53ab9d8'/>
<id>c3e2d564023c30271edbd7651ee3bd07e53ab9d8</id>
<content type='text'>
* Add new executable "bin/fg21sim"
* galactic/synchrotron: update to use "configs.get_path()"
* galactic/synchrotron: create output dir if not exists
* galactic/synchrotron: add logging support
* galactic/synchrotron: append FITS extension to filename
* galactic/synchrotron: pass the basic test

TODO:
* "output()" needs fixes with the FITS header
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add new executable "bin/fg21sim"
* galactic/synchrotron: update to use "configs.get_path()"
* galactic/synchrotron: create output dir if not exists
* galactic/synchrotron: add logging support
* galactic/synchrotron: append FITS extension to filename
* galactic/synchrotron: pass the basic test

TODO:
* "output()" needs fixes with the FITS header
</pre>
</div>
</content>
</entry>
</feed>
