Error: when trying to aovid the dialog waiting in the script

The process_select_files_data finds data (recording) files that are already imported in the Brainstorm database. To add a raw data to the database as "link to raw", use the process process_import_data_raw.

If you have already the "link to raw" in your database, you can use any of following process to import the recordings. There are examples of their use in many of the provided tutorial scripts:

  • process_import_data_event To import epochs around events from raw file
    (example in tutorial_introduction.m)
  • process_import_data_epoch To import epochs from epoched raw file
    (example in tutorial_ctf.m)
  • process_import_data_time To import an specific segment from row files
    (example in tutorial_epilepsy.m)

Edit: Added info on processes process_import_data_*