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

Getting "x is not one of the valid .xml types" when using Reader.get_mff_contents #112

Open
jbteves opened this issue Aug 26, 2022 · 1 comment

Comments

@jbteves
Copy link

jbteves commented Aug 26, 2022

When using mffpy.Reader class and get_mff_contents(), I receive the following message:

'{http://www.egi.com/pnsSet_mff}PNSSet' is not one of the valid .xml types
'mriInfo' is not one of the valid .xml types
'workspace' is not one of the valid .xml types
'workspace' is not one of the valid .xml types
'date' is not one of the valid .xml types

I'm not sure what the source of this error is, this comes from a standard MFF file being acquired in tandem with MRI data.

@ephathaway
Copy link
Member

@jbteves, we have parsers for several (but not all) possible XML types in an MFF https://github.com/BEL-Public/mffpy/blob/develop/mffpy/xml_files.py.

We would like to eventually add parsers for all MFF XML types and we invite outside contributions of new XML parsers.

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