lstein.lstein.LSteinPanel.get_thetabounds

LSteinPanel.get_thetabounds() Tuple[float, float, float][source]

returns panel location and bounds as angles in radians

  • method to compute bounds of the panel as an angle measured from the x-axis counterclockwise (in radians)

Parameters

Raises

Returns
  • theta_lb
    • float

    • lower bound of the panel as an angle in radians

    • corresponds to self.ylims_plot[0] and self.ylims_data[0]

  • theta_ub
    • float

    • upper bound of the panel as an angle in radians

    • corresponds to self.ylims_plot[1] and self.ylims_data[1]

  • theta_offset
    • float

    • offset of the panel w.r.t. the x-axis

    • defines the angular position of the central ray of the panel
      • as an angle measured from the x-axis counterclockwise

      • in radians