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.dox-part 2.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /**
  2. * \page BoxAlgorithm_ElectrodeLocalisationFileReader Electrode localisation file reader
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Description|
  7. * This box loads files holding the normalized coordinates of an electrode set.
  8. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Description|
  9. __________________________________________________________________
  10. Outputs description
  11. __________________________________________________________________
  12. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Outputs|
  13. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Outputs|
  14. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Output1|
  15. * The output channel localization information.
  16. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Output1|
  17. __________________________________________________________________
  18. Settings description
  19. __________________________________________________________________
  20. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Settings|
  21. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Settings|
  22. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Setting1|
  23. * The normalized coordinates file.
  24. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Setting1|
  25. __________________________________________________________________
  26. Examples description
  27. __________________________________________________________________
  28. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Examples|
  29. * A default electrode set should be included in your BRAND_NAME distribution. Look for
  30. * it in the <tt>share/electrode_sets</tt> directory of the source tree of this plugin.
  31. * It comes as a \ref Doc_MatrixFileFormat "text file" which is quite self explanatory,
  32. * open it in a text editor to edit it. Electrode names are specified in the header
  33. * section of the matrix, while actual coordinates are stored in the buffer section.
  34. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Examples|
  35. __________________________________________________________________
  36. Miscellaneous description
  37. __________________________________________________________________
  38. * |OVP_DocBegin_BoxAlgorithm_ElectrodeLocalisationFileReader_Miscellaneous|
  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 "BRAND_NAME 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.
  44. * |OVP_DocEnd_BoxAlgorithm_ElectrodeLocalisationFileReader_Miscellaneous|
  45. */