beltrame / mmMRI

Multi Modal MRI
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Adding some more informative labels on the charts and use mouse to trace masks #27

Closed cesine closed 9 years ago

cesine commented 9 years ago

@beltrame here is a sample mouse mask trace which you can use in your pipeline:

{
  "label": "two",
  "vector": [
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10558,
      "point": {
        "x": 9.280448718,
        "y": 1.403390932,
        "z": 8.716666667
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10544,
      "point": {
        "x": 9.280448718,
        "y": 1.417713232,
        "z": 6.207407407
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10544,
      "point": {
        "x": 9.280448718,
        "y": 1.417713232,
        "z": 6.207407407
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10544,
      "point": {
        "x": 9.280448718,
        "y": 1.417713232,
        "z": 6.207407407
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10544,
      "point": {
        "x": 9.280448718,
        "y": 1.417713232,
        "z": 6.207407407
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10558,
      "point": {
        "x": 9.280448718,
        "y": 1.403390932,
        "z": 8.716666667
      }
    },
    {
      "modelID": "dbs.json",
      "shapeID": "dbs.json_46",
      "nearestVertex": 10558,
      "point": {
        "x": 9.280448718,
        "y": 1.403390932,
        "z": 8.716666667
      }
    }
  ]
}

in this screenshot you can see where to get it out of the user interface for debugging: screen shot 2014-10-19 at 1 43 04 pm