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

jumeg_base handling raws (get_raw_obj) #239

Open
jdammers opened this issue Mar 27, 2020 · 1 comment
Open

jumeg_base handling raws (get_raw_obj) #239

jdammers opened this issue Mar 27, 2020 · 1 comment

Comments

@jdammers
Copy link
Owner

I bring this up again in a new issue as I think reading is not a problem (mne.io.Raw() does it) but we may want to treat raws differently when fifs refer to CTF or Neuromag data. For example for noise compensation of CTF data we probably want to apply the gradient compensation. Why not using a flag for the vendor or type of machine in self or info? In my own class I am using something like this in the reader:
if self.meg['vendor'] == 'CTF' and raw.compensation_grade != 3: raw.apply_gradient_compensation(3)
(motivated by: #139 (comment))

@pravsripad
Copy link
Collaborator

I had a short email exchange with @fboers and I think he is trying to implement this suggestion into jumeg_base.

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