get_param_count

ska_sdp_func_python.calibration.ionosphere_solvers.get_param_count(param)[source]

Return the total number of parameters across all clusters.

This function also returns the starting index of each cluster in stacked parameter vectors.

Parameters:

param – [n_cluster] list of solution vectors, one for each cluster

Return n_param:

int, total number of parameters

Return pidx0:

[n_cluster], starting index of each cluster in param vectors