From c6781e415af80518f07a39519ae41153b872a09e Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Sat, 16 Feb 2019 18:23:00 +0100 Subject: [PATCH] using default notation for vector access --- processing/post/addAPS34IDEstrainCoords.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/processing/post/addAPS34IDEstrainCoords.py b/processing/post/addAPS34IDEstrainCoords.py index 8bfca35d3..67231a368 100755 --- a/processing/post/addAPS34IDEstrainCoords.py +++ b/processing/post/addAPS34IDEstrainCoords.py @@ -19,8 +19,8 @@ Transform X,Y,Z,F APS BeamLine 34 coordinates to x,y,z APS strain coordinates. """, version = scriptID) -parser.add_option('-f','--frame',dest='frame', nargs=3, metavar='string string string', - help='APS X,Y,Z coords') +parser.add_option('-f','--frame',dest='frame', metavar='string', + help='label of APS X,Y,Z coords') parser.add_option('--depth', dest='depth', metavar='string', help='depth')