|
| 1 | +From 087982854fd000f6cb9d321faf25c68e4a2f1b1c Mon Sep 17 00:00:00 2001 |
| 2 | +From: Yaroslav Halchenko < [email protected]> |
| 3 | +Date: Fri, 12 Apr 2024 15:54:31 -0400 |
| 4 | +Subject: [PATCH] Post fixes to apply_all to fix some indentations due to |
| 5 | + participant -> subject |
| 6 | + |
| 7 | +--- |
| 8 | + src/appendices/coordinate-systems.md | 6 +++--- |
| 9 | + src/schema/README.md | 4 ++-- |
| 10 | + 2 files changed, 5 insertions(+), 5 deletions(-) |
| 11 | + |
| 12 | +diff --git a/src/appendices/coordinate-systems.md b/src/appendices/coordinate-systems.md |
| 13 | +index 9eb57359..9cb031b0 100644 |
| 14 | +--- a/src/appendices/coordinate-systems.md |
| 15 | ++++ b/src/appendices/coordinate-systems.md |
| 16 | +@@ -233,10 +233,10 @@ described in [Common file level metadata fields][common file level metadata fiel |
| 17 | + |
| 18 | + In the case of multiple study templates, additional names may need to be defined. |
| 19 | + |
| 20 | +-| **Coordinate System** | **Description** | |
| 21 | +-| --------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 22 | ++| **Coordinate System** | **Description** | |
| 23 | ++| --------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | |
| 24 | + | individual | Subject specific anatomical space (for example derived from T1w and/or T2w images). This coordinate system requires specifying an additional, subject-specific file to be fully defined. In context of surfaces this space has been referred to as `fsnative`. | |
| 25 | +-| study | Custom space defined using a group/study-specific template. This coordinate system requires specifying an additional file to be fully defined. | |
| 26 | ++| study | Custom space defined using a group/study-specific template. This coordinate system requires specifying an additional file to be fully defined. | |
| 27 | + |
| 28 | + ### Non-template coordinate system identifiers |
| 29 | + |
| 30 | +diff --git a/src/schema/README.md b/src/schema/README.md |
| 31 | +index 0a6d7a3c..7587f01d 100644 |
| 32 | +--- a/src/schema/README.md |
| 33 | ++++ b/src/schema/README.md |
| 34 | +@@ -243,7 +243,7 @@ and provide the *namespace* in which expressions are evaluated. |
| 35 | + The following operators should be defined by an interpreter: |
| 36 | + |
| 37 | + | Operator | Definition | Example | |
| 38 | +-| ----------- | ------------------------------------------------------------- | --------------------------------------------- | |
| 39 | ++| ----------- | ------------------------------------------------------------- |-----------------------------------------------| |
| 40 | + | `==` | equality | `suffix == "T1w"` | |
| 41 | + | `!=` | inequality | `entities.task != "rest"` | |
| 42 | + | `<`/`>` | less-than / greater-than | `sidecar.EchoTime < 0.5` | |
| 43 | +@@ -253,7 +253,7 @@ The following operators should be defined by an interpreter: |
| 44 | + | `&&` | conjunction, true if both RHS and LHS are true | `"Units" in sidecar && sidecar.Units == "mm"` | |
| 45 | + | `\|\|` | disjunction, true if either RHS or LHS is true | `a < mn \|\| a > mx` | |
| 46 | + | `.` | object query, returns value of subfield | `sidecar.Units` | |
| 47 | +-| `[]` | array/string index, returns value of Nth element (0-indexed) | `columns.subject_label[0]` | |
| 48 | ++| `[]` | array/string index, returns value of Nth element (0-indexed) | `columns.subject_label[0]` | |
| 49 | + | `+` | numeric addition / string concatenation | `x + 1`, `stem + "suffix"` | |
| 50 | + | `-`/`*`/`/` | numeric operators (division coerces to float) | `length(array) - 2`, `x * 2`, `1 / 2 == 0.5` | |
| 51 | + |
| 52 | +-- |
| 53 | +2.43.0 |
0 commit comments