ratt-ru / ragavi

Radio Astronomy Gain and Visibility Inspector
MIT License
3 stars 1 forks source link

plotting visibilities #4

Open SpheMakh opened 6 years ago

SpheMakh commented 6 years ago

The standard plots are:

Average over these axes:

Iterate over these axes:

o-smirnov commented 6 years ago

OK, so for the "iteratable" axes, you want to have two options:

And you kind of want to implement that generically for all three, i.e. scan, spectral window, correlation.

Mulan-94 commented 6 years ago

Amplitude Phase vs UV / Frequency

o-smirnov commented 6 years ago

Also, for averaging over time and frequency, the user needs to be able to specify the averaging interval (in seconds/MHz, or in number of bins or channels).

Averaging needs to be done on the final quantities (such as amplitude, real, imaginary, phase), or pehaps on the visibilities themselves. Check the CubiCal code for visibility averaging.

@Mulan-94 @SpheMakh but do investigate how exactly CASA averages when making phase plots, as there's many subtleties there.