ControlLabelSplit (Preclinical)

Purpose. Split 5D image into control and label series, then compute mean difference.

Context I/O

  • Reads: Image with shape (X,Y,Z,NR,1)

  • Writes: ImageCtr (X,Y,Z,NR), ImageLab (X,Y,Z,NR), ImageDif (X,Y,Z)

Parameters

Key

Type / Default

Meaning

control_first

bool / True

If true, order is C,L,C,L,… else L,C,…

YAML example

modules:
  - name: ControlLabelSplit
    params:
      control_first: true