mapcorr# mapcorr(first, second, first_channels, second_channels, remove_mean=False, method=2, weighting=None)# Match rows after aligning map columns by common channel labels. Parameters: first (Any) second (Any) first_channels (Sequence[Mapping[str, Any]]) second_channels (Sequence[Mapping[str, Any]]) remove_mean (bool) method (int) weighting (Any | None) Return type: tuple[ndarray, ndarray, ndarray, ndarray]