Mne_analysis Digest, Vol 154, Issue 27 {Disarmed}

External Email - Use Caution

Hi Mainak,

Thanks for the response.

mne_bids.read_raw_bids(bidspath) << As you expected - fails with the same error regarding channel name matching

--This does work--
extra_params=dict(clean_names=True)
raw=mne_bids.read_raw_bids(bidspath, extra_params=extra_params)

There are several warnings listed, but appear to be specific to the bids file. This does not currently affect the data loading.
<ipython-input-41-4e9b69de2f62>:2: RuntimeWarning: The BIDS dataset contains channel types in lowercase spelling. This violates the BIDS specification and will raise an error in the future.
  raw=mne_bids.read_raw_bids(bidspath, extra_params=extra_params)
<ipython-input-41-4e9b69de2f62>:2: RuntimeWarning: The BIDS dataset contains channel types in lowercase spelling. This violates the BIDS specification and will raise an error in the future.

Thank you for the help.

Jeff Stout [C]
Computer Systems Analyst
NIH/NIMH
Building 10 Room B1D65A
10 Center Dr.
Bethesda, MD 20892-1059
301-402-2362

External Email - Use Caution

Hi Jeff,

Get the development version once this pull request is merged:
https://secure-web.cisco.com/1-Ri8AtByEDiLNiyyV_2x9elDLcCbcU6fWmT3I-iIBMhyM-13OcHuK6j7qCO5AV_TrOfVn_pLmLpNUAgKc5Jx_cttEavgl6QrA0kEzvSlibTKS9u1jkSUP2C58hiSyE5KtbY5Mx7x3_07151f6syiJip-F0Nr1mKG9WIfgtqmCVtu64YqsAxpxGyWnM3-4U64EEe1-L5kwEB_KdkHRgD-E7X6NvLySXwQ29UI890hyfnQS5N5Y7wNs22YtZExhPcYGe3-vIPjYMqHezGDF9qUlQ/https%3A%2F%2Fgithub.com%2Fmne-tools%2Fmne-bids%2Fpull%2F638%2F

The warnings are expected as the files do not conform to the specification
fully.

Hope this helps,
Mainak