-
Notifications
You must be signed in to change notification settings - Fork 165
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 compressed TSV files to the common principles #1749
[ENH] Add compressed TSV files to the common principles #1749
Conversation
Their description is hedged within the physiological recordings so upcasting them to the common principles seems important.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1749 +/- ##
=======================================
Coverage 87.93% 87.93%
=======================================
Files 16 16
Lines 1351 1351
=======================================
Hits 1188 1188
Misses 163 163 ☔ View full report in Codecov by Sentry. |
Slightly related to #644 |
I think that this reverts some of #1699, no? |
It feels lines 46-48 of the diff should stay. The first parenthesis is
addressed, but can be made more explicit either here or (better, IMHO)
within motion.
I can take care of harmonizing this.
…On Mon, Mar 25, 2024, 13:05 Remi Gau ***@***.***> wrote:
I think that this reverts some of #1699
<#1699>, no?
Specifically the exception to the rule for tsv for motion data as
motion.tsv are header less.
—
Reply to this email directly, view it on GitHub
<#1749 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAESDRRFSSQD2DHQ4JZKKC3Y2AHIBAVCNFSM6AAAAABFGOEVG6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMJXHA2TINRRHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Okay, I'm realizing a problem -- motion's tsv files ARE NOT compressed, is that right? I'll push a commit improving some of my changes not to undo the motion exception. |
Yup. Sorry. Pre coffee me was not clear. |
src/modality-specific-files/physiological-and-other-continuous-recordings.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Co-authored-by: Remi Gau <remi_gau@hotmail.com>
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.
Okay, reading through, I think this is good overall. Some specific proposals.
src/modality-specific-files/physiological-and-other-continuous-recordings.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Thanks, I'll mark the parts that I find a bit ambiguous. |
Co-authored-by: Stefan Appelhoff <stefan.appelhoff@mailbox.org>
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.
@sappelhoff please have a look and maybe iterate over my suggestions to make the reading of the specs unequivocal regarding TSV vs TSVGZ
@effigies @Remi-Gau @sappelhoff please check the changes to make unambiguous that .tsv and .tsv.gz are not interchangeable 48ffe9d It feels too verbose to me, but I agree with @sappelhoff we need to avert any diverting readings of the specs. TBH, understanding that tsv.gz can be used instead of tsv at every instance felt a bit forced to me, but it's better to make the interpretation absolutely unambiguous. |
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.
Thanks for the adjustments and the general proposal! I am happy to see this merged either with or without my proposed subheading change.
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 this is a reasonably compact update that eliminates the possible misreading.
Please revert if these should not be replaced.
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Co-authored-by: Yaroslav Halchenko <debian@onerussian.com>
Considering that the minimum period for discussion has been safely satisfied, the very incremental nature of the proposal, the absence of major side effects on the specs, and the possibility of ironing around yet-to-be-identified wrinkles through the PR mechanism anytime in the future, I think I can go ahead and merge. There are a few aspects to follow up from here:
|
#1750) * fix: move ``_stim.<ext>`` specification within the task events module Depends-on: #1749. * Apply suggestions from code review Co-authored-by: Remi Gau <remi_gau@hotmail.com> * Update src/modality-specific-files/task-events.md * Update src/modality-specific-files/physiological-recordings.md * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * enh: improve admonitions * Apply suggestions from code review Co-authored-by: Chris Markiewicz <effigies@gmail.com> * fix: markdown link with linebreak * fix: missing literal closing backtick * Apply suggestions from code review Co-authored-by: Remi Gau <remi_gau@hotmail.com> * fix: typo * fix: consistency and ``[recording-<label>]`` soft removal * enh: add synthetic example * fix: defining links inside admonition * Apply suggestions from code review * Update src/modality-specific-files/task-events.md --------- Co-authored-by: Remi Gau <remi_gau@hotmail.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Markiewicz <effigies@gmail.com>
Their description is hedged within the physiological recordings so upcasting them to the common principles seems important.