py21cmfast.inputs.AstroParams.self

property AstroParams.self

Dictionary which if passed to its own constructor will yield an identical copy.

Note

This differs from pystruct and defining_dict in that it uses the hidden variable value, if it exists, instead of the exposed one. This prevents from, for example, passing a value which is 10**10**val (and recurring!).