Skip to content

Commit

Permalink
Add B0Field fields to mock dataset.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 13, 2024
1 parent 2b9ff81 commit 084f199
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sdcflows/utils/tests/test_wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "mag",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.0142,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand All @@ -316,6 +318,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "phase",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.0142,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand All @@ -328,6 +332,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "mag",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.03893,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand All @@ -340,6 +346,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "phase",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.03893,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand All @@ -352,6 +360,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "mag",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.06366,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand All @@ -364,6 +374,8 @@ def gen_layout(bids_dir, database_dir=None):
"part": "phase",
"suffix": "bold",
"metadata": {
"B0FieldIdentifier": ["medic_rest"],
"B0FieldSource": ["medic_rest"],
"EchoTime": 0.06366,
"RepetitionTime": 0.8,
"TotalReadoutTime": 0.5,
Expand Down

0 comments on commit 084f199

Please sign in to comment.