interpolate_skycomponents_frequency

ska_sdp_func_python.sky_component.taylor_terms.interpolate_skycomponents_frequency(sc_list, nmoment=1, reference_frequency=None) List[SkyComponent][source]

Smooth SkyComponent fluxes by fitting polynomial in frequency.

Each SkyComponent in a list is interpolated in frequency using a Taylor series expansion.

Parameters:
  • sc_list – List of SkyComponents to be interpolated (in frequency)

  • nmoment – Number of moments to be fitted

  • reference_frequency – Reference frequency (default None uses central frequency)

Returns:

List of interpolated SkyComponents