get_f_backend_rel_width

pyarts.sensor.get_f_backend_rel_width(f_start, f_end, bandwidth)[source]

Compute backend frequencies with relative bandwidth.

This function computes backend frequencies for a given frequency range and a relative bandwidth.

Parameters:
  • f_start (float) – beginning of frequency range [Hz]

  • f_end (float) – end of frequency range [Hz]

  • bandwidth (float) – relative bandwidth [dimensionless]

Returns:

backend frequencies [Hz], channel widths [Hz]

Return type:

np.array, np.array