-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request
Milestone
Description
Description
Processing for single-PLD could in many locations of the pipeline be identical as multi-PLDs, by always processing multi-PLD where single-PLD is treated as a multi-PLD sequence with 1 PLD.
Currently, we divide single- and multi-PLD quantification in step 8 of the ASL module (Perform Quantification) and perform the preprocessing steps twice. For future code changes we need to merge this together and perform the specific single or multi PLD quantification steps a layer down (follow-up issue to #759). Furthermore, all scaling can be in separate function, so we might as well do this in a separate function.
Requirements
- Quantification: merge
xASL_quant_SinglePLDandxASL_quant_MultiPLD - Check other location with
if bMultiPLDand tweak likewise
HENK: NOTE THAT THIS LAST REQUIREMENT IS NOT FIXED, WE CAN MOVE THIS TO A LATER ISSUE
Release notes
Merge single- and multi-PLD quantification to a single function.
Metadata
Metadata
Assignees
Labels
featureNew feature, enhancement or requestNew feature, enhancement or request