Wiki

Clone wiki

ieeg / ImportFileFormats

#Description of supported import fileformats using the importDirAction

EDF

  • Import 1, or more EDF Files
  • Files can have multiple channels, channels will be concatenated if
    • Labels are the same
    • Units are the sams
    • Conversion factor is the same (digital min, digital max, physical min, and physical max)
  • Channels with the same labels, but with different units, or conversionfactor will be imported under a modified label name.
  • Supported units/dimensions in the EDF header are: 'mv','millivolt','millivolts','uv','microvolt','microvolts','v','volt','volts'.
  • The folder must contain the following path structure: 'Human_Data/<Institution>/<DatasetName>/' , or 'Animal_Data/<Institution>/<DatasetName>/'
    • If <Institution> exactly matches the organization name in the dataentry app the dataset will be linked to that organization.
  • The "EDF Annotation" channel is currently ignored during the import Action.

PERSYST

  • Persyst files (combination of ".lay", and ".dat")
  • Support to import one of more Persyst Files.

Updated