Skip to content
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

[FIX] Number explicitly all cases in MRI field map section headers #323

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ Multiple fieldmaps can be stored. In such case the `_run-1`, `_run-2` should be
used. The OPTIONAL `acq-<label>` key/value pair corresponds to a custom label
the user may use to distinguish different set of parameters.

#### Phase difference image and at least one magnitude image
#### Case 1: Phase difference image and at least one magnitude image

Template:

Expand Down Expand Up @@ -494,7 +494,7 @@ the shorter echo time and `EchoTime2` to the longer echo time. Similarly
}
```

#### Two phase images and two magnitude images
#### Case 2: Two phase images and two magnitude images

Template:

Expand All @@ -520,7 +520,7 @@ corresponding `EchoTime` values. For example:
}
```

#### A real fieldmap image
#### Case 3: A real fieldmap image

Template:

Expand Down