diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/move-entire-detector | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/move-entire-detector b/scripts/move-entire-detector index 3d06c408..ffd6120f 100755 --- a/scripts/move-entire-detector +++ b/scripts/move-entire-detector @@ -46,7 +46,7 @@ args = op.parse_args() if not args.ofn: out = os.path.splitext(args.ifn)[0]+'-shifted.geom' else: - out = opt.ofn + out = args.ofn if args.px: units = 'px' |