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
task: <SeriesDescription> # NB: <ProtocolName> is consistent between SBREF and PHYSIO files but causes name clashes
479
-
acq:
480
-
ce:
481
-
dir:
482
-
rec:
483
-
run: <<>>
484
-
chunk:
485
-
suffix: events
486
-
meta:
487
-
TaskName: <SeriesDescription>
488
476
- attributes: *func_dicomattr
489
477
bids:
490
478
<<: *func_dicoment_timeseries
@@ -900,11 +888,6 @@ DICOM:
900
888
InjectionStart: <<ContrastBolusStartTime>>
901
889
FrameDuration: <<ActualFrameDuration>>
902
890
Units:
903
-
- attributes: *pet_dicomattr
904
-
bids:
905
-
<<: *pet_dicoment_pet
906
-
suffix: events
907
-
meta: *pet_meta
908
891
- attributes: *pet_dicomattr
909
892
bids:
910
893
<<: *pet_dicoment_pet
@@ -1026,20 +1009,14 @@ Presentation:
1026
1009
subject: <<filepath:/sub-(.*?)/>> # This filesystem property extracts the subject label from the source directory. NB: Any property or attribute can be used as subject-label, e.g. <PatientID>
1027
1010
session: <<filepath:/sub-.*?/ses-(.*?)/>> # This filesystem property extracts the subject label from the source directory. NB: Any property or attribute can be used as session-label, e.g. <StudyID>
1028
1011
1029
-
func: # ----------------------- All functional runs --------------------
1012
+
beh: # ----------------------- All behavioural runs -------------------
valid_run=bidsmap.dataformats[0].datatype('anat').runitems[-2].provenance# NB: [-2] -> The first item(s) can be non-unique, the last item can be a non-BIDS entity, i.e. CT
# valid_run = bidsmap.dataformats[0].datatype('anat').runitems[-2].provenance # NB: [-2] -> The first item(s) can be non-unique, the last item can be a non-BIDS entity, i.e. CT
0 commit comments