Skip to content

Commit ab972e0

Browse files
committed
No longer use repetition_time as it may vary across acquisitions (https://neurostars.org/t/regexp-for-repetition-time/32368/6)
1 parent d4f6b5b commit ab972e0

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

bidscoin/heuristics/bidsmap_dccn.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,7 +1330,7 @@ PAR:
13301330
max_slices:
13311331
flow_compensation:
13321332
max_echoes:
1333-
repetition_time:
1333+
# repetition_time: # The TR may vary from acquisition to acquisition when "shortest TR" is set (https://neurostars.org/t/regexp-for-repetition-time/32368/6)
13341334
prep_direction:
13351335
bids: &anat_parent_nonparametric # See: schema/rules/files/raw/anat.yaml
13361336
task:
@@ -1621,7 +1621,7 @@ PAR:
16211621
max_slices:
16221622
flow_compensation:
16231623
max_echoes:
1624-
repetition_time:
1624+
# repetition_time:
16251625
prep_direction:
16261626
bids: &func_parent_func # See: schema/rules/files/raw/func.yaml
16271627
task: <exam_name>
@@ -1694,7 +1694,7 @@ PAR:
16941694
max_slices:
16951695
flow_compensation:
16961696
max_echoes:
1697-
repetition_time:
1697+
# repetition_time:
16981698
prep_direction:
16991699
bids: &perf_parent_group1 # See: schema/rules/files/raw/perf.yaml
17001700
acq: <protocol_name>
@@ -1753,7 +1753,7 @@ PAR:
17531753
max_slices:
17541754
flow_compensation:
17551755
max_echoes:
1756-
repetition_time:
1756+
# repetition_time:
17571757
prep_direction:
17581758
bids: &dwi_parent_DWI # See: schema/rules/files/raw/dwi.yaml
17591759
acq: <protocol_name>
@@ -1794,7 +1794,7 @@ PAR:
17941794
max_slices:
17951795
flow_compensation:
17961796
max_echoes:
1797-
repetition_time:
1797+
# repetition_time:
17981798
prep_direction:
17991799
bids: &fmap_parent_fieldmaps # See: schema/rules/files/raw/fmap.yaml
18001800
acq: <protocol_name>
@@ -1941,7 +1941,7 @@ PAR:
19411941
max_slices:
19421942
flow_compensation:
19431943
max_echoes:
1944-
repetition_time:
1944+
# repetition_time:
19451945
prep_direction:
19461946
bids:
19471947
acq: <protocol_name><exam_name>
@@ -1969,7 +1969,7 @@ PAR:
19691969
max_slices:
19701970
flow_compensation:
19711971
max_echoes:
1972-
repetition_time:
1972+
# repetition_time:
19731973
prep_direction:
19741974
bids: &leaveout_bids_par
19751975
acq: <protocol_name><exam_name>

bidscoin/heuristics/bidsmap_sst.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ PAR:
13321332
max_slices:
13331333
flow_compensation:
13341334
max_echoes:
1335-
repetition_time:
1335+
# repetition_time: # The TR may vary from acquisition to acquisition when "shortest TR" is set (https://neurostars.org/t/regexp-for-repetition-time/32368/6)
13361336
prep_direction:
13371337
bids: &anat_parent_nonparametric # See: schema/rules/files/raw/anat.yaml
13381338
task:
@@ -1623,7 +1623,7 @@ PAR:
16231623
max_slices:
16241624
flow_compensation:
16251625
max_echoes:
1626-
repetition_time:
1626+
# repetition_time:
16271627
prep_direction:
16281628
bids: &func_parent_func # See: schema/rules/files/raw/func.yaml
16291629
task: <exam_name>
@@ -1696,7 +1696,7 @@ PAR:
16961696
max_slices:
16971697
flow_compensation:
16981698
max_echoes:
1699-
repetition_time:
1699+
# repetition_time:
17001700
prep_direction:
17011701
bids: &perf_parent_group1 # See: schema/rules/files/raw/perf.yaml
17021702
acq: <protocol_name>
@@ -1755,7 +1755,7 @@ PAR:
17551755
max_slices:
17561756
flow_compensation:
17571757
max_echoes:
1758-
repetition_time:
1758+
# repetition_time:
17591759
prep_direction:
17601760
bids: &dwi_parent_DWI # See: schema/rules/files/raw/dwi.yaml
17611761
acq: <protocol_name>
@@ -1796,7 +1796,7 @@ PAR:
17961796
max_slices:
17971797
flow_compensation:
17981798
max_echoes:
1799-
repetition_time:
1799+
# repetition_time:
18001800
prep_direction:
18011801
bids: &fmap_parent_fieldmaps # See: schema/rules/files/raw/fmap.yaml
18021802
acq: <protocol_name>
@@ -1943,7 +1943,7 @@ PAR:
19431943
max_slices:
19441944
flow_compensation:
19451945
max_echoes:
1946-
repetition_time:
1946+
# repetition_time:
19471947
prep_direction:
19481948
bids:
19491949
acq: <protocol_name><exam_name>
@@ -1971,7 +1971,7 @@ PAR:
19711971
max_slices:
19721972
flow_compensation:
19731973
max_echoes:
1974-
repetition_time:
1974+
# repetition_time:
19751975
prep_direction:
19761976
bids: &leaveout_bids_par
19771977
acq: <protocol_name><exam_name>

0 commit comments

Comments
 (0)