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

No "Missing Channel" error when missing a _channels.tsv file. #36

Open
markromanmiller opened this issue Oct 30, 2024 · 2 comments
Open
Labels

Comments

@markromanmiller
Copy link

markromanmiller commented Oct 30, 2024

The BIDS spec for motion data specifies:

Data from different tracking systems MUST be stored in different *_tracksys-_motion.tsv files, each of which is accompanied by *_tracksys-_motion.json and *_tracksys-_channels.tsv files.

However, in the validator, it is possible to have *_motion.tsv files without a corresponding *_tracksys-_channels.tsv file and not cause an error. Specifically, in the zip file attached, there is /sub-07/ses-stand/motion/sub-07_ses-stand_task-dualWalking_tracksys-PhaseSpace2_motion.tsv but no /sub-07/ses-stand/motion/sub-07_ses-stand_task-dualWalking_tracksys-PhaseSpace2_channels.tsv and there is no error regarding this file.

motion_dualtask_missing_channels.zip

I'd first like to confirm this is an issue, and if so, what's the best way to resolve it. Is it as easy as finding all *_motion.tsv files and seeing if they have corresponding *_channels.tsv files?

@effigies
Copy link
Contributor

Which validator are you using?

@markromanmiller
Copy link
Author

https://bids-standard.github.io/bids-validator/ was what I was using, but https://bids-standard.github.io/bids-validator/legacy/ has the same problem it seems.

@effigies effigies transferred this issue from bids-standard/legacy-validator Nov 4, 2024
@effigies effigies added the schema label Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants