eradiate.pipelines.ComputeAlbedo#
- class eradiate.pipelines.ComputeAlbedo(radiosity_var='radiosity', irradiance_var='irradiance', albedo_var='albedo')[source]#
Bases:
PipelineStepDerive the albedo from radiosity and irradiance fields.
- Parameters:
radiosity_var (
str, default:"radiosity") – Name of the variable storing the radiosity (leaving flux) value.irradiance_var (
str, default:"irradiance") – Name of the variable storing the irradiance (incoming flux) value.albedo_var (
str, default:"albedo") – Name of the variable storing the albedo value.
- Fields: