mmagnuski / eegDb

eegDb is an egglab plugin that eases up managing preprocessing routines. It allows to create project databases for reproducible eeg preprocessing with eeglab.
MIT License
3 stars 3 forks source link

tempfiles #80

Open mmagnuski opened 9 years ago

mmagnuski commented 9 years ago

About this PR:

This PR introduces tempfiles - temporary files with filtered & epoched data stored in tempfiles folder. Using tempfiles significantly speeds up recovering files the second time. Using tempfiles from the command line:

[EEG, db] = recoverEEG(db, 3, 'tempsave');

Infomation about the tempfiles is stored in db(r).datainfo.tempfiles in the database and EEG.etc.temp in the recovered file. So you can add tempfile info to db even if you forgot to get updated db from recoverEEG you can still get it from EEG and save in the db.

TODOs: