-
Notifications
You must be signed in to change notification settings - Fork 161
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
Group entities into "within-acquisition" and "between-acquisition" #530
Comments
I think that this rule is implicitly in effect for
and
This sets up a rule where, for these other filetypes, the "matching" entities for a given scan/acquisition/run/whatever do not include That rule should naturally extend to other, similar entities that will be added in the future (e.g., |
I think this concept is adequately covered by file collections and "linking entities" (see Appendix X), so I'm going to close this issue. |
Currently, at least within functional MRI, the specification has only one entity that typically distinguishes files from the same acquisition- echo. However, @tiborauer recently noted that this entity can be used for multi-echo fMRI (the standard use) and to separate single-echo acquisitions with different echoes, and the resulting files would have exactly the same names.
Part of the problem is that “run” is defined as “an uninterrupted repetition of data acquisition that has the same acquisition parameters and task”. Thus, it would be incorrect to increment the run entity across acquisitions of the single-echo BOLD scan, since the echo time is changing. This also highlights how “run” and “acquisition” aren’t quite synonyms.
Another part of the problem is that the echo entity doesn’t really have its own definition:
This says how users must label multi-echo data, but not how echo should be used in general. I think we should define echo as “within-acquisition”, so that, if the only thing that varies between files is that entity, those files can be assumed to come from the same acquisition. In cases of single-echo acquisitions with varying echo times, we should clarify that some other entity should distinguish the acquisitions, such as acq or run.
Given that #508 and #425 propose a number of new entities that refer to the same acquisition (or grouped scan collection, depending on how we define things), I think we should discuss the idea of a broader concept of “within-acquisition” and “between-acquisition” entities.
BTW, I know that I repeatedly said “acquisition” throughout this issue, but please see #529 about the idea of “grouped scan collections” and how that’s different from “acquisition”. I think that the within- and between- entities here would apply to those groups instead of specifically being limited to an “acquisition”.
Tagging @agahkarakuzu and @emdupre, with whom I talked about this in a call.
The text was updated successfully, but these errors were encountered: