Skip to content
Oleg Smirnov edited this page Aug 7, 2014 · 14 revisions

Reports

Reports to be uploaded and/or linked to here.

Meeting notes

7 Aug 2014

Research Plan

Action items: Marcellin to upload code to githuib repository.

1. Investigate optimal filtering in some specific telescope configurations:

Let's adopt the following configurations:

  • JVLA 1.4 GHz (try placing the passband around the first or second null of the primary beam).

  • MeerKAT 700 MHz (passband at first null)

  • LOFAR HBA 150 MHz (passband at first null)

  • VLBI/EVN -- check with Roger Deane for a realistic scenario. Here, the primary beam will be a lot bigger than the FoV, so what we actually want to aim for is less source suppression (bigger FoV) at the same data rate.

Use NVSS or SKADS (S^3) to make a realistic sky model for the first three (not for VLBI -- for VLBI we only need a few sources). http://www.sao.ru/cats/cats_search.html. Need to do the following:

  • select a subset of the model (i.e. r less than 10 degrees), and select on flux (I greater than something) to keep the model size reasonable (no more than 5000 sources).

  • use the "Analytic beams - Circular aperture beam" option (turbo-sim.py) to make a primary beam corresponding to the correct dish size

  • use tigger-convert --recenter to move the sky model to the proper phase centre of the MS you're using

tigger-convert nvss.lsm.html n1.lsm.html --select "r.lt.1d" --select "i.gt.0.1"
  • make a dirty image first to verify things are correct

In each case the following needs to be worked out:

  • What's the critical sampling rate of each telescope (i.e. the time it takes the longest baseline to traverse 1/2 dish size in the uv-plane)

  • What is the best passband/source suppression we can achieve at that sampling rate, using e.g. 1, 10, 50 MHz frequency channels, with what WF. Produce plots of the source suppression as a function of radius, out to 20-30deg (not for VLBI)

  • what is the contribution from sources between 5 and 10deg?

  • what is the compression ratio, with and without baseline-dependent averaging

  • what is the corresponding sensitivity penalty (noise ratio)

2. Theory

What is the fundamental relationship between degree of source suppression, passband sharpness, field of view, etc.?

3. Investigate PSF behaviour

Look for ways to approximate the position-variable PSF with some kind of analytic correction function. I.e. PSF(l,m;l0,m0) = PSF0(dl,dm)*F(dl,dm,l0,m0). Here, PSF0(l,m) is the nominal PSF, PSF(l,m;l0,m0) is the PSF at position l0,m0, and F is the correction function.