py21cmfast.outputs.IonizedBox.__init__

IonizedBox.__init__(*, prev_ionize_redshift: float | None = None, **kwargs)[source]

Base type for output structures from C functions.

Parameters:
  • random_seed – Seed associated with the output.

  • dummy – Specify this as a dummy struct, in which no arrays are to be initialized or computed.

  • initial – Specify this as an initial struct, where arrays are to be initialized, but do not need to be computed to pass into another struct’s compute().