Skip to content

Commit

Permalink
Add legacy table from #58
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 11, 2019
1 parent 14e0498 commit ac999b2
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,25 @@ For a dataset with a `grouping suffix`, the BIDS validation is successful if:
* provided suffixes are present in the list of available suffixes
* sidecar JSON files follow the hierarchy defined for `grouping suffix`.

##### Legacy suffixes (to be deprecated)

Some suffixes were defined in the original BIDS 1.0.0 - 1.2.0 specification,
but it is recommended not to use them any more, because they are inconsistent
and/or ambiguous. They will most likely be deprecated in later main versions of
BIDS.

However, they are still part of the BIDS 1.x specification for legacy reasons.
Thus, the following suffixes are VALID, but NOT RECOMENDED:

| Name | _suffix | Description |
|--------------------------------------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| T2\* | T2star | High resolution T2\* image | |
| FLASH | FLASH | |
| Proton density | PD | |
| Combined PD/T2 | PDT2 | |
| Inplane T1 | inplaneT1 | T1-weighted anatomical image matched to functional acquisition |
| Inplane T2 | inplaneT2 | T2-weighted anatomical image matched to functional acquisition |

#### The `indexable_metadata` entity

If multiple anatomical images are bundled together by a `grouping suffix`, there
Expand Down

0 comments on commit ac999b2

Please sign in to comment.