From e814c5c25cf1d36455b1194589db70a5a475a7ba Mon Sep 17 00:00:00 2001 From: Eric Kooistra <kooistra@astron.nl> Date: Mon, 9 Jan 2023 15:00:08 +0100 Subject: [PATCH] Added conclusion for sufficient -r. --- libraries/base/common/python/try_round_weight.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/base/common/python/try_round_weight.py b/libraries/base/common/python/try_round_weight.py index b14463638e..ca3879be50 100644 --- a/libraries/base/common/python/try_round_weight.py +++ b/libraries/base/common/python/try_round_weight.py @@ -83,7 +83,8 @@ _parser = argparse.ArgumentParser( # Zoom in at w = 0.75 > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 - # Use -r = 6 to see effect of having more resolution before rounding + # Use -r = 6 to see effect of applying weights with more (intermediate) + # resolution before rounding > python try_round_weight.py --w_lo 0.7 --w_hi 0.8 --w_step 0.0001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 > python try_round_weight.py --w_lo 0.3 --w_hi 1.1 --w_step 0.001 --s_lo 1 --s_hi 10 --s_step 1 -N 195312 -S 0 -r 6 \n""")), -- GitLab