diff options
author | Aaron LI <aly@aaronly.me> | 2017-11-22 22:53:36 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2017-11-22 22:54:20 +0800 |
commit | 7c9a718710e36b3916fb96a7343aa17e9ee54577 (patch) | |
tree | 01b58511c920342fa657ee6be95854f80be42ef3 /astro/21cm | |
parent | 7c5cf5a4df1e01218b1e6d9d2349e8485c7ebf17 (diff) | |
download | atoolbox-7c9a718710e36b3916fb96a7343aa17e9ee54577.tar.bz2 |
astro/make_lightcone.py: WARN that the result seems/is wrong!
Diffstat (limited to 'astro/21cm')
-rwxr-xr-x | astro/21cm/make_lightcone.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/astro/21cm/make_lightcone.py b/astro/21cm/make_lightcone.py index 08ce0af..2c428ae 100755 --- a/astro/21cm/make_lightcone.py +++ b/astro/21cm/make_lightcone.py @@ -314,6 +314,13 @@ def main(): lightcone.set_slice(idx, data) lightcone.write() + logger.warning("*******************************************************") + logger.warning("The implemented method to make the lightcone cube seems") + logger.warning("WRONG! The derived results is VERY DIFFERENT to") + logger.warning("Mesinger et al. (2016, MNRAS, 459, 2342)! A careful") + logger.warning("examination and rewrite is necessary!") + logger.warning("*******************************************************") + if __name__ == "__main__": main() |