From 7eefdbcca3b99e337f277116d3d622bd1187d278 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 21 May 2018 01:26:22 +0200 Subject: refactor mogrify script --- options/dataset_options.py | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'options') diff --git a/options/dataset_options.py b/options/dataset_options.py index 368f2b2..356ce60 100644 --- a/options/dataset_options.py +++ b/options/dataset_options.py @@ -90,6 +90,13 @@ class DatasetOptions(BaseOptions): help='minimum amount of stabilization to apply' ) + self.parser.add_argument( + '--transition-max', + default=1e-3, + type=float, + help='maximum amount of stabilization to apply' + ) + self.parser.add_argument( '--recursive', action='store_true', -- cgit v1.2.3-70-g09d2