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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /**
  2. * \page BoxAlgorithm_BrainampFileReader Brainamp file reader
  3. __________________________________________________________________
  4. Detailed description
  5. __________________________________________________________________
  6. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Description|
  7. * Loads experiment information, signal and stimulations data from Brainamp files.
  8. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Description|
  9. __________________________________________________________________
  10. Outputs description
  11. __________________________________________________________________
  12. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Outputs|
  13. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Outputs|
  14. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Output1|
  15. * This stream contains information about the experiment and subject.
  16. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Output1|
  17. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Output2|
  18. * Contains the signal information for the different channels (read from the GDF file).
  19. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Output2|
  20. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Output3|
  21. * Contains information about the stimulations that occurred during the experiment.
  22. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Output3|
  23. __________________________________________________________________
  24. Settings description
  25. __________________________________________________________________
  26. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Settings|
  27. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Settings|
  28. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Setting1|
  29. * This setting contains the name of the brainamp header file. The other files are deduced
  30. * from the header content (signal content and markers).
  31. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Setting1|
  32. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Setting2|
  33. * This setting sets the size of epochs to be generated by this box, in seconds.
  34. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Setting2|
  35. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Setting3|
  36. * Should stimuli in the file to be converted to OpenViBE stimuli? For
  37. * legacy reasons, the default is true. With false, the stimuli will
  38. * be delivered without any conversion.
  39. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Setting3|
  40. __________________________________________________________________
  41. Examples description
  42. __________________________________________________________________
  43. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Examples|
  44. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Examples|
  45. __________________________________________________________________
  46. Miscellaneous description
  47. __________________________________________________________________
  48. * |OVP_DocBegin_BoxAlgorithm_BrainampFileReader_Miscellaneous|
  49. * Experiment information is stored in a header file which the user needs to specify
  50. * when setting up the box. When started, the box then works up the names of two additional
  51. * files : a data file and a marker file. Signal data is retrieved from the data file,
  52. * stimulations from the marker file.
  53. *
  54. * The stimulation makers are transformed in §OpenViBE§ format with the
  55. * \c OVTK_StimulationId_Label base. See the \ref Doc_Stimulations page
  56. * for more details about §OpenViBE§ stimulations.
  57. * |OVP_DocEnd_BoxAlgorithm_BrainampFileReader_Miscellaneous|
  58. */