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

Add Visibility Monitor Component #31

Open
maxscheel opened this issue Aug 31, 2017 · 0 comments
Open

Add Visibility Monitor Component #31

maxscheel opened this issue Aug 31, 2017 · 0 comments
Assignees

Comments

@maxscheel
Copy link
Collaborator

  • Show in vis data mode
  • '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
  1. Display current magnitude and phase
  2. Plot Magnitude[1] in log10() and Phase [rad] vs. time

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants