sccn / EEG-BIDS

21 stars 17 forks source link

channel location lookup clears out channel types #149

Closed dungscout96 closed 3 months ago

dungscout96 commented 2 years ago

This command EEG = pop_chanedit(EEG, 'cleanlabels', 'on', 'lookup', template_models(2).chanfile); in line 380 and 387 of pop_importbids clears out the imported channel types. @arnodelorme is there a valid why it's doing that?

arnodelorme commented 2 years ago

Yes, we should preserve the type if we have them.

dungscout96 commented 3 months ago

This should be fixed now