Skip to content

Merge single- and multi-PLD quantification #1002

@HenkMutsaerts

Description

@HenkMutsaerts

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_SinglePLD and xASL_quant_MultiPLD
  • Check other location with if bMultiPLD and 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 request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions