Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[ENH] Add Glossary of terms/abbreviations used in the specification #152
[ENH] Add Glossary of terms/abbreviations used in the specification #152
Changes from 4 commits
fc12990
0fc6c23
0fe1529
0b999c3
09b5f73
1b9e8e6
cd1c10e
60dfdb6
392e1ce
a360532
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
do you mean the right-most period? Also, the
.gitignore
example is not clear to me: Why is the suffix of relevance when describing what a file extension is?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.
Left-most is correct. Following the right-most rule for
X.nii.gz
would get you.gz
, not.nii.gz
.By this definition,
.func.gii
,.surf.gii
and.dtseries.nii
are extensions, which I think is appropriate, but we should make sure we're on the same page here, as these are part of derivatives.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.
re
.gitignore
-- just an example where there is a left-most period but thegitignore
is not an extension because is not preceded by anything. May be I should replace it with.bidsignore
, which is also not a part of the spec but more relevant here?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.
@effigies you bring up the point either period itself is a part of file extension, i.e. either it is
.nii.gz
ornii.gz
?!splitext
:so what should it be? ;)
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.
I think that the example should be "so
sub-01_task-resting_bold.nii.gz
has the suffix.nii.gz
"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.
suffix
should bebold
. Extensionnii.gz
in current wording.NB it has been awhile for this issue/PR, I might be loosing grip on what should be what now ;)