the epochs are saved into two files each with size around 600 MB although
the total size of the input raw fif file is only 1.25 GB! as far as I know
this should not happen unless the fif file is larger than 2 GB!?
I would appreciate it if anyone could explain why this would happen and how
to save the epochs in one fif file.
Hi Jaakko,
thanks for your reply. I have already tried that option and ran epoching
after setting split_size to '2GB':
epochs.save(epo_fname, split_size= '2GB')
but still having the same problem, two saved files!
am I doing something wrong here? isn't the default splitting size value
'2GB' or should we set it explicitly when saving?
However, I'm not sure if you need more specific information but I can send
them to you.
I want to mention that I've noticed that epochs are splitted into two files
whenever the total size is larger that 1GB and I'm not sure why this is the
case!