Bridge.LegacyRgCurve#
Bridge.LegacyRgCurve.py
- class LegacyRgCurve(ecurve, rgcurve)#
Bases:
RgCurveA class representing a legacy Rg curve.
Inherits from the legacy
molass_legacy.RgProcess.RgCurve.RgCurvebut bypassessuper().__init__(). The following parent attributes that would normally be set by the parent__init__must therefore be initialized manually here — any future extension of this class or new subclass ofRgCurvemust do the same:self.ecurve— required byadd_exclspline()self.excl_spline— checked byget_rgs_from_trs()(lazy build)self.excl_info— set byadd_exclspline()self.X— used byget_probabilistic_data()
Initializes the LegacyRgCurve with the given Rg values.