aboutsummaryrefslogtreecommitdiffstats
path: root/fr.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-30 17:09:41 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-30 17:09:41 -0500
commita1ab1014c7b2d6be8beffa99b47a57b74b90b876 (patch)
tree1e23941ed229ce83048e2f7a1a6826b894b623d4 /fr.py
parent975ecb72c295a4209615bedc6c06a2719af67f6c (diff)
downloadGolemFlavor-a1ab1014c7b2d6be8beffa99b47a57b74b90b876.tar.gz
GolemFlavor-a1ab1014c7b2d6be8beffa99b47a57b74b90b876.zip
Mon Apr 30 17:09:40 CDT 2018
Diffstat (limited to 'fr.py')
-rwxr-xr-xfr.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/fr.py b/fr.py
index 30f8051..0e14098 100755
--- a/fr.py
+++ b/fr.py
@@ -86,8 +86,7 @@ def process_args(args):
)
if not args.fix_scale:
- args.scale = fr_utils.estimate_scale(args)
- args.scale_region = (args.scale/args.scale_region, args.scale*args.scale_region)
+ args.scale, args.scale_region = fr_utils.estimate_scale(args)
def parse_args(args=None):