-
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
[FIX] Clarify run entity to accommodate multiple imaging modalities #760
Conversation
My intuition would be that a "data sample" is a volume, while "recording" would cover a time series. Not sure how other modalities would think about it. This isn't an objection, just trying to see if there's a clearer word. I'm okay with "data sample" if it's clear to most people. |
FWIW, I am not entirely happy with "data sample" either for the reasons you have stated. May be someone could suggest a better name... |
I think I would find "recordings" most intuitive. But I don't think "scans" is a problem either - in particular because we do use -If several scans with the same acquisition parameters ...
+If several recordings (e.g., MRI scans) with the same acquisition parameters ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a relatively minor thing, but perhaps some more @bids-standard/maintainers have an opinion so that we can address this?
Co-authored-by: Yaroslav Halchenko <[email protected]>
FYI, I rebased on |
I agree that recording is a bit clearer than data sample, but the definition of "run" under common principles explicitly links it to "data acquisition". Should we use that instead? |
Codecov Report
@@ Coverage Diff @@
## master #760 +/- ##
==========================================
+ Coverage 70.53% 71.50% +0.96%
==========================================
Files 9 9
Lines 930 930
==========================================
+ Hits 656 665 +9
+ Misses 274 265 -9
Continue to review full report at Codecov.
|
fyi @yarikoptic we discussed this in yesterday's maintainers meeting and as all suggestions to date were improvements, we just decided to just go with one of them. |
As we have now other modalities, such as EEG and MEG, "scan" is not really the
most appropriate term here. Having said that we do use _scans etc for EEG and
MEG as well ATM, as it was the "forward compatible" with existing MRI-centric
BIDS back then.