Skip to content

[ENH] add BIDS column to table in README #7

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Based on :
![estimateT1](https://github.com/benoitberanger/mp2rage/blob/master/example/estimateT1.png)

#### Comments on the parameters
| Parameter name | Description | dcm2niix json sidecar field | on Siemens scanners |
|--------------------------------|---------------------------------------|-------------------------------|----------------------------------------------------|
| UNI image | input T1 weighted | x | this image has the suffix `\_UNI_image` |
| Magnetic field strength B0 (T) | in Tesla (T) | MagneticFieldStrength | x |
| MR2RAGE TR (s) | Repetition time (TR) of the MP2RAGE | RepetitionTime | TR |
| EchoSpacing (s) | in seconds (s), TR of the GRE readout | **does not exist** | tab Sequence > Part 1 > Echos pacing |
| Inversin Times (s) | in seconds (s), such as `[TI1 TI2]` | InversionTime | TI |
| Flip Angles (°) | in degree (°), such as `[FA1 FA2]` | FlipAngle | Flip angle |
| Number of slices per slab | Number of slices per slab | **does not exist** | Slices per slab |
| PartialFourierInSlice | The value range is 0 to 1 | PartialFourier | **SlicePartialFourier**, not PhasePartialFourier <br> expressed as a fraction such as 8/8, 7/8, ... |
| Fat saturation pulse | x | **does not exist** | tab Contrast > Fat Sat <br> the option can be "nonce, "water excitation normal", "water excitation fast" |
| Parameter name | Description | dcm2niix json sidecar field | on Siemens scanners | BIDS dataset filename and sidecar metadata |
| ------------------------------ | ------------------------------------- | --------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| UNI image | input T1 weighted | x | this image has the suffix `\_UNI_image` | `anat/sub-subjectLabel*_UNIT1.nii(.gz)` |
| Magnetic field strength B0 (T) | in Tesla (T) | MagneticFieldStrength | x | `MagneticFieldStrength` |
| MR2RAGE TR (s) | Repetition time (TR) of the MP2RAGE | RepetitionTime | TR | `RepetitionTimePreparation` |
| EchoSpacing (s) | in seconds (s), TR of the GRE readout | **does not exist** | tab Sequence > Part 1 > Echos pacing | **does not exist** |
| Inversin Times (s) | in seconds (s), such as `[TI1 TI2]` | InversionTime | TI | `InversionTime` for images `anat/sub-subjectLabel*_inv-1*_MP2RAGE.nii(.gz)` and `anat/sub-subjectLabel*_inv-2*_MP2RAGE.nii(.gz)` |
| Flip Angles (°) | in degree (°), such as `[FA1 FA2]` | FlipAngle | Flip angle | `FlipAngle` for images `anat/sub-subjectLabel*_inv-1*_MP2RAGE.nii(.gz)` and `anat/sub-subjectLabel*_inv-2*_MP2RAGE.nii(.gz)` |
| Number of slices per slab | Number of slices per slab | **does not exist** | Slices per slab | **does not exist** |
| PartialFourierInSlice | The value range is 0 to 1 | PartialFourier | **SlicePartialFourier**, not PhasePartialFourier <br> expressed as a fraction such as 8/8, 7/8, ... | **does not exist** |
| Fat saturation pulse | x | **does not exist** | tab Contrast > Fat Sat <br> the option can be "nonce, "water excitation normal", "water excitation fast" | **does not exist** |