From cce3622f44c6d738240e0d044c96fd6205372c8b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Mon, 6 Nov 2017 17:16:13 +0800 Subject: 21cm: Fix Nside comment; minor updates about descriptions --- astro/21cm/make_lightcone.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'astro/21cm/make_lightcone.py') diff --git a/astro/21cm/make_lightcone.py b/astro/21cm/make_lightcone.py index 3c86670..75f0d19 100755 --- a/astro/21cm/make_lightcone.py +++ b/astro/21cm/make_lightcone.py @@ -49,10 +49,10 @@ unit: K zmin: zmax: dz: -# Simulation cube side length [Mpc] (required) +# Simulation cube side length [cMpc] (required) # (sim_length from SimFast21 configuration file) Lside: -# Number of cells of the input cubes (required) +# Number of cells at each side of the input cubes (required) # (N_smoothed from SimFast21 configuration file) Nside: # Filename pattern of the input coeval cubes @@ -271,7 +271,7 @@ class LightCone: header["Dc_max"] = (Dc_max, "[cMpc] comoving distance at zmax") header["Dc_step"] = (dDc, "[cMpc] comoving distance between slices") header["Lside"] = (self.configs.Lside, "[cMpc] Simulation side length") - header["Nside"] = (self.configs.Nside, "Side number of cells") + header["Nside"] = (self.configs.Nside, "Number of cells at each side") header["DATE"] = (datetime.now(timezone.utc).astimezone().isoformat(), "File creation date") header.add_history(" ".join(sys.argv)) -- cgit v1.2.2