Skip to contents

This function validates if the provided quality_matrix is a 3-row complex matrix. It also checks if the number of columns matches that of the calibration_matrix in the given SeaSondeRAPM object.

Usage

validate_SeaSondeRAPM_quality_matrix(matrix, seasonde_apm_obj)

Arguments

matrix

The matrix to be validated.

seasonde_apm_obj

The SeaSondeRAPM object for compatibility check.

Value

Returns TRUE if the validation passes.