dips.RosetteSettingsVal module#

Generated wrapper for RosetteSettings protobuf message.

class dips.RosetteSettingsVal.RosetteSettingsVal(sight_line_orientation: TrendPlungeVal | None = None, min_angle: AngleDataVal | None = None, max_angle: AngleDataVal | None = None, start_bin_strike: AngleDataVal | None = None, proto_message: Any | None = None)#

Bases: object

Simple wrapper for RosetteSettings with Pythonic getters and setters.

copy()#

Create a copy of this wrapper.

property custom_scaling: bool#

Get the CustomScaling field value.

classmethod from_proto(proto_message)#

Create wrapper from existing protobuf message.

property is_weighted: bool#

Get the IsWeighted field value.

property max_angle: AngleDataVal#

Get the MaxAngle field as a wrapper.

property min_angle: AngleDataVal#

Get the MinAngle field as a wrapper.

property num_bins: int#

Get the NumBins field value.

property num_planes_per_circle_increment: int#

Get the NumPlanesPerCircleIncrement field value.

property sight_line_orientation: TrendPlungeVal#

Get the SightLineOrientation field as a wrapper.

property start_bin_strike: AngleDataVal#

Get the StartBinStrike field as a wrapper.

to_proto()#

Get the underlying protobuf message.