From 25853d9b6dccfd2c2e728ab6784c13511a922781 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Thu, 27 Oct 2016 11:11:02 +0800 Subject: configs/00-general.conf.spec: Add new option "checksum" --- fg21sim/configs/00-general.conf.spec | 6 ++++++ 1 file changed, 6 insertions(+) (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 d5a6962..e4a603a 100644 --- a/fg21sim/configs/00-general.conf.spec +++ b/fg21sim/configs/00-general.conf.spec @@ -66,6 +66,12 @@ filetype = option("fits", default="fits") # be finally formatted using `str.format()`. filename_pattern = string(default="{prefix}_{frequency:05.1f}") +# Whether calculate the checksum for the output file (e.g., "CHECKSUM" +# keyword in FITS header)? +# NOTE: +# FITS checksum calculation may account for half the time to output the data. +checksum = boolean(default=False) + # Whether overwrite existing files clobber = boolean(default=False) -- cgit v1.2.2