using default notation for vector access
This commit is contained in:
parent
0b1bfdfd4e
commit
c6781e415a
|
@ -19,8 +19,8 @@ Transform X,Y,Z,F APS BeamLine 34 coordinates to x,y,z APS strain coordinates.
|
||||||
|
|
||||||
""", version = scriptID)
|
""", version = scriptID)
|
||||||
|
|
||||||
parser.add_option('-f','--frame',dest='frame', nargs=3, metavar='string string string',
|
parser.add_option('-f','--frame',dest='frame', metavar='string',
|
||||||
help='APS X,Y,Z coords')
|
help='label of APS X,Y,Z coords')
|
||||||
parser.add_option('--depth', dest='depth', metavar='string',
|
parser.add_option('--depth', dest='depth', metavar='string',
|
||||||
help='depth')
|
help='depth')
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue