lumos.plot.BRDF_1D

lumos.plot.BRDF_1D(ax, brdf_model, incident_angles=(10, 30, 50, 70), log_space=True)[source]

Plots the in-plane BRDF at given incident angles.

Parameters:
  • ax (matplotlib.pyplot.axes) – Plotting axis

  • brdf_model (function) – BRDF function to plot

  • incident_angles (tuple, optional) – Incident angles for which to plot BRDF model (degrees)

  • log_space (bool, optional) – Whether to plot in log space