-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
Description
Before quantification, the volumes should be: all 8TEs for PLD1 then all 8TEs for PLD2, etc.
However, in DEBBIE LCBC scans, the acquisition was: all PLDs for TE1, all PLDs for TE2 etc.
If we don't reorder the volumes, the quantification doesn't work (creates a negative TExch map).
The PLDs vector written in rawdata's ASL.json is correct with the order of acquisition. What we need to ensure is that we reorganize them as 8TEs for PLD1 and then all 8TEs for PLD2, so [3.5x8 0.5x8 1.5x8 2.5x8] - for HAD4
Issue #1216 is labelled as duplicate but it still has code that we can use for this issue!
Tasks for Bea to check
- The problem was in DCM2NII in merging several NII+JSON - it hasn't recognized that it's a FME sequence, so it hasn't merged the NIIs. So it didn't write the TEs in the merged JSON.
- Once we have the correct TE vector, then in DCM2NII, it correctly reorders it.
- Then NII2BIDS step doesn't even need to reorder anything.
- We only need to check if ASL module correctly identifies that the sequence is Time-encoded multi-TE. But I don't expect issues there.
- And we want to add this to flavors as well (Jan will do).
Release notes
Fix issue with Hadamard NII merging and ordering.
BEA & HENK
- Quick & Dirty solution: Bea manually sorts them; editing the basil options text file, as this is the same for all scans per site.
- Future solution: register images to vascular template. Henk creates proximal to distal template based on MRA template & ATT template; and this proximal-distance signal gradient is then used to sort the control-label volumes. The sum(signal) of a whole control-label pair can help sorting the later phases for T1w-decay.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working