From 7c9a718710e36b3916fb96a7343aa17e9ee54577 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 22 Nov 2017 22:53:36 +0800 Subject: astro/make_lightcone.py: WARN that the result seems/is wrong! --- astro/21cm/make_lightcone.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'astro') 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() -- cgit v1.2.2