py21cmfast.wrapper.get_all_fieldnames

py21cmfast.wrapper.get_all_fieldnames(arrays_only=True, lightcone_only=False, as_dict=False) dict[str, str] | set[str][source]

Return all possible fieldnames in output structs.

Parameters:
  • arrays_only (bool, optional) – Whether to only return fields that are arrays.

  • lightcone_only (bool, optional) – Whether to only return fields from classes that evolve with redshift.

  • as_dict (bool, optional) – Whether to return results as a dictionary of quantity: class_name. Otherwise returns a set of quantities.