You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Visibility Monitor' Component
select i-th antenna, select j-th antenna (perhaps dropdown.)
only allow j to be selected after i has been selected and j>i
Display current magnitude and phase
Plot Magnitude[1] in log10() and Phase [rad] vs. time
reuse or share vis data that is requested in imaging component
select i-th antenna, select j-th antenna (perhaps dropdown.)
only allow j to be selected after i has been selected and j>i
reuse or share vis data that is requested in imaging component
misc:
mag = Math.sqrt(Math.pow(re,2) + Math.pow(im,2))
phase = Math.atan2(im, re)
nice to have:
set range of time for display last N (e.g. 10-500) magnitude and phases
The text was updated successfully, but these errors were encountered: