Commit 1a9efb6
Redo the scan grouping so it uses modern BIDS and is easier to understand (#1092)
* initial try at a grouping module/cli
* add some more checks, warnings
* use new groups at the beginning of qsiprep
* docs issue
* update base.py to use new grouping
* first pass into the workflows
* propagate grouping to more workflows
* keep going
* fix summary bug
* fix drbuddi reports
* fix remaining tests
* use extremely cool grouping notebook for docs
* demote intendedfor
* limit full text testing
* switch to myst ipynb
* use real bids fields for the grouping tutorial
* [DATALAD RUNCMD] bash -lc 'if pixi lock --check; then ech...
=== Do not change lines below ===
{
"chain": [],
"cmd": "bash -lc 'if pixi lock --check; then echo '\"'\"'Lockfile up to date'\"'\"'; else pixi lock; fi'",
"exit": 0,
"extra_inputs": [],
"inputs": [
"pixi.lock",
"pyproject.toml"
],
"outputs": [
"pixi.lock"
],
"pwd": "."
}
^^^ Do not change lines above ^^^
* start implementing the final default concatenation
* CI failure
* rpe_drbuddi merge
* continue to try to fix CI
* tsv/csv issues when concatenating
* handle tortoise splits and fallback for unpaired
* add support for MultipartID lists
* require unique b0fields across sessions
* rename "benchmarking" to "virtual acquisition"
---------
Co-authored-by: nipreps[bot] <bot@nipreps.org>1 parent 9fd5d40 commit 1a9efb6
115 files changed
Lines changed: 11195 additions & 426 deletions
File tree
- docs
- notebooks
- sphinxext
- qsiprep
- cli
- grouping
- interfaces
- tests
- data
- grouping_reports
- workflows
- dwi
- fieldmap
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
60 | 58 | | |
61 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
115 | 120 | | |
116 | 121 | | |
117 | 122 | | |
118 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
119 | 126 | | |
120 | 127 | | |
121 | 128 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments