recast-hep / recast-flask-frontend

attempt at a new frontend for RECAST
0 stars 2 forks source link

add generic number of coordinates #22

Open lukasheinrich opened 8 years ago

lukasheinrich commented 8 years ago

mode:

ScanRequest
    - PointRequest1
        - PointCoordinate: {name: X, value: 1.03}
        - PointCoordinate: {name: Y, value: 1.05}
    - PointRequest2
        - PointCoordinate: {name: X, value: 2.03}
        - PointCoordinate: {name: Y, value: 2.05}
    - PointRequest3
        - PointCoordinate: {name: X, value: 3.03}
        - PointCoordinate: {name: Y, value: 3.05}