diff options
Diffstat (limited to 'astro')
| -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() | 
