data_conversion_function#
- property MonostaticRCSData.data_conversion_function#
RCS data conversion function.
The available functions are:
"dB10": Converts the data to decibels using the base 10 logarithm."dB20": Converts the data to decibels using the base 20 logarithm."abs": Computes the absolute value of the data."real": Computes the real part of the data."imag": Computes the imaginary part of the data."norm": Normalizes the data to have values between 0 and 1."ang": Computes the phase angle of the data in radians."ang_deg": Computes the phase angle of the data in degrees.