astrohack.utils.phase_fitting
Attributes
Functions
|
|
|
|
|
Create a phase model with npix by npix size according to the given parameters |
|
|
|
Wraps phase to the -pi to pi interval |
Module Contents
- aips_par_names = ['phase_offset', 'x_point_offset', 'y_point_offset', 'x_focus_offset', 'y_focus_offset',...[source]
- aips_like_phase_fitting(amplitude, phase, pol_axis, freq_axis, telescope, u_axis, v_axis, user_phase_fit_control, label)[source]
- create_phase_model(parameters, wavelength, telescope, u_axis, v_axis)[source]
Create a phase model with npix by npix size according to the given parameters :param parameters: Parameters for the phase model in the units described in _phase_fitting :param wavelength: Observing wavelength, in meters :param telescope: Telescope object containing the optics parameters :param u_axis: Aperture’s U axis :param v_axis: Aperture’s V axis
Returns: