Voiding

class radcomp.VoidingRule(times: ndarray, fractions: ndarray)

Bases: object

A rule to specify voiding of nuclei from compartments.

Parameters:
  • times (numpy.ndarray) – Voiding times (h).

  • fractions (numpy.ndarray) – The fractions (0 to 1) of nuclei in each compartment of each layer to be voided at the times in times. Shape (num_layers, num_compartments).

fractions: ndarray
times: ndarray