using default notation for vector access

This commit is contained in:
Martin Diehl 2019-02-16 18:23:00 +01:00
parent 0b1bfdfd4e
commit c6781e415a
1 changed files with 2 additions and 2 deletions

View File

@ -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')