Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check that scale of RFI emitter is good for calibration #116

Open
Joshuaalbert opened this issue Sep 28, 2024 · 0 comments
Open

Check that scale of RFI emitter is good for calibration #116

Joshuaalbert opened this issue Sep 28, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Joshuaalbert
Copy link
Owner

The spectral power is in units [S]=Jy m^2 / Hz.

The ACF for a given delay, tau is determined from S by inverse Fourier transforming over a channel window, acf(tau) = int_nu0^nu1 S(nu) exp(2j pi tau nu) dnu. For a channel near the peak of the transmission spectrum (which is typically a sinc) this multiplies the scale by nu1 - nu0.

The visibility associated with this is then found by attenuating by the square of distance.

Together, for a fiducial units of distance of 1km and channel width of 130kHz this would multiply the spectral power by 0.13 Hz/m^2 which is close enough to unity. Hence it might make sense to choose distances in km and channel widths in kHz

The other spot where gradients might be really large or small could be from using tau in seconds. Delays are < 0.03ms over 10km baselines, hence micro second delays and MHz for channel freqs might be more stable.

Combining the above two points it makes sense to use:

distance in km
delays in microseconds
frequencies in MHz
@Joshuaalbert Joshuaalbert added the enhancement New feature or request label Sep 28, 2024
@Joshuaalbert Joshuaalbert added this to the 2024 Milestone milestone Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant