eradiate.pipelines.AggregateRadiosity#

class eradiate.pipelines.AggregateRadiosity(sector_radiosity_var='sector_radiosity', radiosity_var='radiosity')[source]#

Bases: PipelineStep

Aggregate flux density field.

Parameters:
  • sector_radiosity_var (str, default: "sector_radiosity") – Name of the variable containing radiosity values for the hemisphere sector corresponding to each film pixel. This quantity is expressed in flux units (typically W/m²) and, when summed over the entire film, aggregates into a radiosity.

  • radiosity_var (str, default: "radiosity") – Name of the variable storing the computed radiosity (leaving flux) value.

Fields:
  • sector_radiosity_var (str) – Name of the variable containing radiosity values for the hemisphere sector corresponding to each film pixel.

  • radiosity_var (str) – Name of the variable storing the computed radiosity (leaving flux) value.

transform(x)[source]#

Apply the pipeline step to a given data.

Parameters:

x – Data to process.

Returns:

xt – Processed data.