issues
search
Joshuaalbert
/
DSA2000-Cal
DSA-2000 Calibration and Forward Modelling
https://www.deepsynoptic.org/overview
MIT License
1
stars
1
forks
source link
RFIPredict :: (SourceModel, GainModel) -> Visibilities
#32
Closed
Joshuaalbert
closed
4 months ago
Joshuaalbert
commented
9 months ago
Simulate RFI given emitter.
Input:
UVW coordinates of emitter.
Specs of emitter.
Gains for beam and dish defects (exclude ionosphere)
How:
We essentially compute the near-field equivalent of DFT.
Each emitter contributes the product of emitter powers at the distance from each antenna.
The per-baseline delay is computed by dot product of baseline with source direction in the frame of UVW.
Joshuaalbert
commented
4 months ago
Done
Simulate RFI given emitter.
Input:
How: