From 42a543c687bd479828161b736a86176a9b48d60b Mon Sep 17 00:00:00 2001 From: thijs snijder <snijder@astron.nl> Date: Thu, 30 Sep 2021 16:51:16 +0200 Subject: [PATCH] added --fraction to README --- devices/statistics_writer/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/devices/statistics_writer/README.md b/devices/statistics_writer/README.md index 62e940bac..1f25f2933 100644 --- a/devices/statistics_writer/README.md +++ b/devices/statistics_writer/README.md @@ -19,6 +19,7 @@ This script can be called with the following arguments: --output_dir specifies the folder to write all the files --mode sets the statistics type to be decoded options: "SST", "XST", "BST" --debug takes no arguments, when used prints a lot of extra data to help with debugging + --fraction Configure the writer to only write one every here specified number of statistics. Saves file space ``` -- GitLab