ocssw
V2022
|
LinearConverter
Inheritance diagram for LinearConverter:
Collaboration diagram for LinearConverter:
Public Member Functions | |
def | __init__ (self, slope, intercept) |
![]() | |
def | __init__ (self, coeffs) |
def | convert (self, field_array) |
![]() | |
def | __init__ (self) |
Detailed Description
Post-processing conversion which applies a linear (y=mx+b) transformation.
Definition at line 93 of file converters.py.
Constructor & Destructor Documentation
◆ __init__()
def __init__ | ( | self, | |
slope, | |||
intercept | |||
) |
Instantiate a LinearConverter
Definition at line 98 of file converters.py.
The documentation for this class was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/scripts/telemetry/ccsdspy/converters.py