From 3bd085a34ceae6e56e3bee9887f93efdc1164932 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Sat, 26 Aug 2017 11:10:00 +0800 Subject: config: Change "output/use_float" to "output/float32" --- fg21sim/configs/00-general.conf.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fg21sim/configs/00-general.conf.spec') diff --git a/fg21sim/configs/00-general.conf.spec b/fg21sim/configs/00-general.conf.spec index 49525d6..fe67d12 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -87,8 +87,6 @@ step = float(default=None, min=0.0) # Unit of the sky map pixel value unit = option("K", default="K") -# Use single-precision float instead of double (also save spaces) -use_float = boolean(default=True) # Filename pattern for the output products, which will be finally # formatted using `str.format()`. @@ -98,6 +96,8 @@ filename_pattern = string(default="{prefix}_{frequency:06.2f}.fits") # keyword in FITS header)? # NOTE: # FITS checksum calculation may account for half the time to output the data. +# Use single-precision float instead of double (to save spaces) +float32 = boolean(default=True) checksum = boolean(default=False) # Whether overwrite existing files -- cgit v1.2.2