lumos.plot.BRDF_2D

lumos.plot.BRDF_2D(polar_ax, brdf_model, incident_angle)[source]

Plots the BRDF at given incident angle.

Parameters:
  • ax (matplotlib.axes.Axes) – Plotting axis. Must have polar projection.

  • brdf_model (function) – BRDF function to plot

  • incident_angle (float) – Incident angle for which to plot BRDF model (degrees)