raiseValueError(f"Sky frequency domain (min: {min(f_binbounds)/1e6:.1f} MHz, max: {max(f_binbounds)/1e6:.1f} MHz) is incompatible with data frequencies (min: {min(observation.freq)/1e6:.1f} MHz, max: {max(observation.freq)/1e6:.1f} MHz)")
s=(f"Sky frequency domain (min: {min(f_binbounds)/1e6:.1f} MHz, "
f"max: {max(f_binbounds)/1e6:.1f} MHz) is incompatible with data frequencies "