You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As currently implemented, the events.json file being written does not contain information about the two required columns "onset" and "duration" in the .json file.
As those columns are REQURIED, I would propose adding some background information to the .json file every time events are written for people who are not familiar with the structure of the events.tsv files in.REQUIRED
Describe your solution
Addiing this to the events_json function
"onset": {
"Requirement Level": "REQUIRED",
"Data type": "number",
"Description": (
"Onset (in seconds) of the event from the beginning of the first data point. "
"Negative onsets account for events before the first stored data point. "
"This column must appear first in the file."
)
},
"duration": {
"Data type": "number or 'n/a'",
"Description": (
"Duration of the event in seconds from onset. Must be zero, positive, or 'n/a' if unavailable. "
"A zero value indicates an impulse event.\n"
"This column must appear second in the file."
)
}
Adding
Describe possible alternatives
As the documentation about this is specific on the BIDS website, it does not has to be implemented.
Additional context
No response
The text was updated successfully, but these errors were encountered:
On Sun, May 26, 2024 at 11:44 AM jwelzel ***@***.***> wrote:
Describe the problem
As currently implemented, the events.json file being written does not
contain information about the two required columns "onset" and "duration"
in the .json file.
As those columns are REQURIED, I would propose adding some background
information to the .json file every time events are written for people
who are not familiar with the structure of the events.tsv files
in.REQUIRED
Describe your solution
Addiing this to the *events_json* function
"onset": {
"Requirement Level": "REQUIRED",
"Data type": "number",
"Description": (
"Onset (in seconds) of the event from the beginning of the first data point. "
"Negative onsets account for events before the first stored data point. "
"This column must appear first in the file."
)
},
"duration": {
"Data type": "number or 'n/a'",
"Description": (
"Duration of the event in seconds from onset. Must be zero, positive, or 'n/a' if unavailable. "
"A zero value indicates an impulse event.\n"
"This column must appear second in the file."
)
}
Adding
Describe possible alternatives
As the documentation about this is specific on the BIDS website, it does
not has to be implemented.
Additional context
*No response*
—
Reply to this email directly, view it on GitHub
<#1254>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABHKHBCV43AQB2QY57DTDLZEGVHBAVCNFSM6AAAAABIJU2PQSVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTONRRGA4DONQ>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Describe the problem
As currently implemented, the
events.json
file being written does not contain information about the two required columns "onset" and "duration" in the.json
file.As those columns are REQURIED, I would propose adding some background information to the
.json
file every time events are written for people who are not familiar with the structure of theevents.tsv
files in.REQUIREDDescribe your solution
Addiing this to the events_json function
Adding
Describe possible alternatives
As the documentation about this is specific on the BIDS website, it does not has to be implemented.
Additional context
No response
The text was updated successfully, but these errors were encountered: