<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fg21sim.git/fg21sim/utils, branch v0.6.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>Fix the warning on scipy.ndimage.zoom output shape calculation</title>
<updated>2017-08-14T01:40:12+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-14T01:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=b9697f8e8c10ab80f4c24652833f33ab1a8b620b'/>
<id>b9697f8e8c10ab80f4c24652833f33ab1a8b620b</id>
<content type='text'>
scipy.ndimage.zoom calculate the output/zoomed image shape with round(),
while the old versions use int() instead.  When the two calculations are
different, a warning is raised.  This commit fixes the calculation
mismatch.

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
scipy.ndimage.zoom calculate the output/zoomed image shape with round(),
while the old versions use int() instead.  When the two calculations are
different, a warning is raised.  This commit fixes the calculation
mismatch.

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/convert.py: Add function "JyPerPix_to_K()"</title>
<updated>2017-08-13T13:03:45+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-13T13:03:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4441d819c71258cdef74ad9ec97355e8a59c0c6f'/>
<id>4441d819c71258cdef74ad9ec97355e8a59c0c6f</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>utils/io.py: Default float32=False to preserve the data type</title>
<updated>2017-08-13T04:30:52+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-13T04:30:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=4146bd76834abe2055a50b215a34cf98747f5d37'/>
<id>4146bd76834abe2055a50b215a34cf98747f5d37</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>utils/io.py: Add "float32" param and update "write_fits_healpix()"</title>
<updated>2017-08-13T03:35:11+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-13T03:35:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=80389c40911fa154d041ea11d73833de088303fb'/>
<id>80389c40911fa154d041ea11d73833de088303fb</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>utils/io.py: Fix a dtype bug; Improve comments and FITS header</title>
<updated>2017-08-13T03:34:13+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-13T03:34:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=7f14f76d7c54664fa9567bac0f83570aa1e7e53b'/>
<id>7f14f76d7c54664fa9567bac0f83570aa1e7e53b</id>
<content type='text'>
Fix the dtype bug in "write_fits_image()" function.

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the dtype bug in "write_fits_image()" function.

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>utils: Merge fits.py into io.py</title>
<updated>2017-08-13T03:17:03+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-13T03:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=01ad6e91008d3e564861694289fc400311639b98'/>
<id>01ad6e91008d3e564861694289fc400311639b98</id>
<content type='text'>
Functions "{read,write}_fits_healpix()" merged into io.py

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functions "{read,write}_fits_healpix()" merged into io.py

Signed-off-by: Aaron LI &lt;aly@aaronly.me&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/io.py: Implement new function "write_fits_image()"</title>
<updated>2017-08-12T17:23:40+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-12T17:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=f0471b1745583eb7dac8da5c2cc4a0266be09899'/>
<id>f0471b1745583eb7dac8da5c2cc4a0266be09899</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/io.py: Improve documentations</title>
<updated>2017-08-12T17:12:33+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-12T17:12:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=2b5b4bd00801a1c05d3a5093d4dd556ff87941ad'/>
<id>2b5b4bd00801a1c05d3a5093d4dd556ff87941ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utils/transform.py: Update comment and minor cleanups</title>
<updated>2017-08-12T14:04:02+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-12T14:04:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=973dda47633d99c844ff08f354f17a2b75a7f448'/>
<id>973dda47633d99c844ff08f354f17a2b75a7f448</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>Fix a bug in clusters/halo.py; Add a comment to utils/io/_create_dir()</title>
<updated>2017-08-06T12:54:35+00:00</updated>
<author>
<name>Aaron LI</name>
<email>aly@aaronly.me</email>
</author>
<published>2017-08-06T12:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.liwt.net/fg21sim.git/commit/?id=57cfa9643c9f4c1b2b8e72d7ade68da23d9693bb'/>
<id>57cfa9643c9f4c1b2b8e72d7ade68da23d9693bb</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>
</feed>
