Skip to content
Eric Denovellis edited this page Dec 7, 2015 · 12 revisions

SpectraVis expects the following file structure in order to run.

spectravis/
  index.html
  css/
    main.css
  js/
    main.js
    vendor.js
  DATA/
    brainImages/
      brainImage_(SUBJECTID).png
    channels_(SUBJECTID).json
    edges_(SUBJECTID)_(EDGETYPEID).json
    spectrogram_(SUBJECTID)_(CHANNELID).json
    subjects.json
    visInfo.json
    edgeTypes.json

where:

  • SUBJECTID corresponds to a subject defined in subjects.json
  • EDGETYPEID corresponds to the unique identifying variable name for a given edge statistic defined in the edgeTypes.json
  • CHANNELID corresponds to the unique identifying name of a sensor (e.g. an electrode).

You can find more information about each of these .json files in the wiki.