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

TEC dispersive delay corrections #103

Open
jradcliffe5 opened this issue Dec 4, 2019 · 1 comment
Open

TEC dispersive delay corrections #103

jradcliffe5 opened this issue Dec 4, 2019 · 1 comment

Comments

@jradcliffe5
Copy link
Member

And a second, there's a TEC correction that we may want to use for L-band observations that the VLBI obs. normally do. This was originally only in aips (VLBATECR) but I think it's now working in CASA. Official docs says it only corrects for Faraday rotation but EVN have it now in their reduction guide so may also correct for dispersive delays. The code to do this is as follows:

from recipes import tec_maps
tec_image, tec_rms_image, plotname = tec_maps.create(vis='experiment.ms', doplot=True)

gencal(vis='experiment.ms', caltable='cal.tecim',
    caltype='tecim', infile='tec_image')
@jmoldon
Copy link
Member

jmoldon commented Dec 4, 2019

It is a good idea, thanks. First we need to try to measure the impact of the correction on the data, because our delay correction is already pretty accurate. We could check differences in two cases: when we have delay (K) correction for all spw combined and for each spw individually.

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

2 participants