astrohack.antenna.panel_fitting
Attributes
Classes
Module Contents
- class PanelModel(model_dict, zeta, ref_points, center)[source]
-
- solve(samples)[source]
Fits the model to the given samples :param samples: The list of points to be fitted.
- Returns:
Nothing
- correct(samples, margins)[source]
Provides the corrections for all the points in the margins and samples :param samples: The list of points to be fitted. :param margins: The list of points to be ignored in fitting but used in corrections.
- Returns:
Array of corrections and the indices linking them to the aperture.