You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Doc_BoxAlgorithm_ElectrodeLocalisationFileReader.rst 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .. _Doc_BoxAlgorithm_ElectrodeLocalisationFileReader:
  2. Electrode localisation file reader
  3. ==================================
  4. .. container:: attribution
  5. :Author:
  6. Vincent Delannoy
  7. :Company:
  8. INRIA/IRISA
  9. .. image:: images/Doc_BoxAlgorithm_ElectrodeLocalisationFileReader.png
  10. This box loads files holding the normalized coordinates of an electrode set.
  11. Outputs
  12. -------
  13. .. csv-table::
  14. :header: "Output Name", "Stream Type"
  15. "Channel localisation", "Channel localisation"
  16. Channel localisation
  17. ~~~~~~~~~~~~~~~~~~~~
  18. The output channel localization information.
  19. .. _Doc_BoxAlgorithm_ElectrodeLocalisationFileReader_Settings:
  20. Settings
  21. --------
  22. .. csv-table::
  23. :header: "Setting Name", "Type", "Default Value"
  24. "Filename", "Filename", ""
  25. Filename
  26. ~~~~~~~~
  27. The normalized coordinates file.
  28. .. _Doc_BoxAlgorithm_ElectrodeLocalisationFileReader_Examples:
  29. Examples
  30. --------
  31. A default electrode set should be included in your NeuroRT distribution. Look for
  32. it in the ``share/electrode_sets`` directory of the source tree of this plugin.
  33. It comes as a :ref:`Doc_MatrixFileFormat` "text file" which is quite self explanatory,
  34. open it in a text editor to edit it. Electrode names are specified in the header
  35. section of the matrix, while actual coordinates are stored in the buffer section.
  36. .. _Doc_BoxAlgorithm_ElectrodeLocalisationFileReader_Miscellaneous:
  37. Miscellaneous
  38. -------------
  39. The coordinates loaded by this box are sent once only (static coordinates, e.g. EEG), as
  40. opposed to regularly (dynamic coordinates, e.g. MEG).
  41. The supported file format is the :ref:`Doc_MatrixFileFormat` "NeuroRT matrix" file format.
  42. Electrode coordinates must be normalized cartesian coordinates in the following frame
  43. of reference : X right, Y front and Z up.