Optimizations

There two available strategies for optimization:

  1. Manual choice of pixel dilution factors on annular rings.
  2. Depletion function

Manual choice of pixel dilution factors on annular rings

Depletion function

the depletion function is defined as:

\[\beta(r) = 1 - A * exp(-B*exp(-C*r))\]

And in implemented in the function cmfg.deplete_profile(). The default values for the parameters are:

  • A = 0.9
  • B = 8
  • C = 15
api/depletion_TST.png

This function allows to adapt the dilution in the number of pixels using several configurations.