diff options
Diffstat (limited to 'astro/21cm/make_lightcone.py')
-rwxr-xr-x | astro/21cm/make_lightcone.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/21cm/make_lightcone.py b/astro/21cm/make_lightcone.py index 1e888d0..a17c217 100755 --- a/astro/21cm/make_lightcone.py +++ b/astro/21cm/make_lightcone.py @@ -260,7 +260,7 @@ class LightCone: @property def header(self): - dDc = self.configs.Lside / self.configs.Nside + dDc = self.configs.Dc_cell Dc_min, Dc_max = self.configs.Dc_limit header = fits.Header() header["BUNIT"] = (self.configs.unit, "Data unit") |