Binning: Flexible Readout Rearrangement¶
In this section, we discuss how to flexibly partition readouts into several groups (or bins) to select which ones will contribute to each reconstructed image frame. This operation is often called “binning”. In addition to the partitioning, we often exclude some data-lines, if needed, as part of the binning operation.
There are many possible ways to rearrange the measurements, depending on the goal of the study. Here, we present some examples to showcase the flexibility of this framework.
Important
Monalisa requires the binning to be a logical array of size [nBins,nLines], where the element Mask(i, j) is true if we want to include the j-th line in the i-th reconstructed image. nLines is the total number of sampled radial lines.