Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Imaginary parts Error Msg on Preprocess files #106

Closed
KingFunk opened this issue Aug 26, 2016 · 3 comments
Closed

Imaginary parts Error Msg on Preprocess files #106

KingFunk opened this issue Aug 26, 2016 · 3 comments

Comments

@KingFunk
Copy link

I'm getting the following errors on all my EEG files after preprocessing:

Preprocess steps taken:
Frequency Filter
Baseline Correction
Channel labeling and deleting unused channels
Epoch sorting
Merging

When I try to open the files past the baseline correction step, I get the following error and it does not open. Any ideas what could cause this?

Warning: Imaginary parts of complex X and/or Y arguments ignored

In GLW_simpleview>updategraph at 489
In GLW_simpleview>GLW_simpleview_OpeningFcn at 115
In gui_mainfcn at 221
In GLW_simpleview at 33
In letswave_gui>filebox_Callback at 106
In gui_mainfcn at 96
In letswave_gui at 32
In @(hObject,eventdata)letswave_gui('filebox_Callback',hObject,eventdata,guidata(hObject))

@KingFunk KingFunk changed the title Error with files Imaginary parts Error Msg on Preprocess files Aug 26, 2016
@amouraux
Copy link
Contributor

Hello,

What function did you use to filter? An FFT filter?
It seems that your data is composed of complex numbers instead of real numbers.
This could have occurred if there was a mistake when setting the parameters of an FFT filter.
Can you check whether you are able to visualise the filtered data?
Can you provide me with the parameters of the FFT filter?
If you are unsure, you can send me as attachment the header file, i.e. the LW6 file as it contains a history of all the different processing steps.

Best wishes,
André

On 26 Aug 2016, at 11:21, KingFunk notifications@github.com wrote:

I'm getting the following errors on all my EEG files after preprocessing:

Preprocess steps taken:
Frequency Filter
Baseline Correction
Channel labeling and deleting unused channels
Epoch sorting
Merging

When I try to open the files past the baseline correction step, I get the following error and it does not open. Any ideas what could cause this?

Warning: Imaginary parts of complex X and/or Y arguments ignored

In GLW_simpleview>updategraph at 489
In GLW_simpleview>GLW_simpleview_OpeningFcn at 115
In gui_mainfcn at 221
In GLW_simpleview at 33
In letswave_gui>filebox_Callback at 106
In gui_mainfcn at 96
In letswave_gui at 32
In @(hObject,eventdata)letswave_gui('filebox_Callback',hObject,eventdata,guidata(hObject))


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #106, or mute the thread https://github.com/notifications/unsubscribe-auth/ALJm8TySA2ClG8R74I8K-70eRgbL9X20ks5qjrAtgaJpZM4Jt5QI.

@KingFunk
Copy link
Author

Analysis was performed in letswave5. A FFT filter was used with a
band-pass filter at default settings.

I can also visual the filtered data and have attached the header file for
the filter and the last processing step done.

Thanks for the help!

-Bob

On Fri, Aug 26, 2016 at 2:41 PM, André Mouraux notifications@github.com
wrote:

Hello,

What function did you use to filter? An FFT filter?
It seems that your data is composed of complex numbers instead of real
numbers.
This could have occurred if there was a mistake when setting the
parameters of an FFT filter.
Can you check whether you are able to visualise the filtered data?
Can you provide me with the parameters of the FFT filter?
If you are unsure, you can send me as attachment the header file, i.e. the
LW6 file as it contains a history of all the different processing steps.

Best wishes,
André

On 26 Aug 2016, at 11:21, KingFunk notifications@github.com wrote:

I'm getting the following errors on all my EEG files after preprocessing:

Preprocess steps taken:
Frequency Filter
Baseline Correction
Channel labeling and deleting unused channels
Epoch sorting
Merging

When I try to open the files past the baseline correction step, I get
the following error and it does not open. Any ideas what could cause this?

Warning: Imaginary parts of complex X and/or Y arguments ignored

In GLW_simpleview>updategraph at 489
In GLW_simpleview>GLW_simpleview_OpeningFcn at 115
In gui_mainfcn at 221
In GLW_simpleview at 33
In letswave_gui>filebox_Callback at 106
In gui_mainfcn at 96
In letswave_gui at 32
In @(hObject,eventdata)letswave_gui('filebox_Callback',
hObject,eventdata,guidata(hObject))


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <
https://github.com/NOCIONS/letswave6/issues/106>, or mute the thread <
https://github.com/notifications/unsubscribe-auth/ALJm8TySA2ClG8R74I8K-
70eRgbL9X20ks5qjrAtgaJpZM4Jt5QI>.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#106 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AOi1D5wrlhYVxezb6QQ1HYYiX-9u6_erks5qjt76gaJpZM4Jt5QI
.

@KingFunk
Copy link
Author

data file headers.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants