Import standard modules:


In [1]:
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
from IPython.display import HTML 
HTML('../style/course.css') #apply general CSS


Out[1]:

In [2]:
HTML('../style/code_toggle.html')


Out[2]:
The raw code for this notebook is by default hidden for easier reading. To toggle on/off the raw code, click here.
**TODO:**
  • add Jones terms to section titles
  • add to introduction: what is done to 'capture' a radio signal and create a visibility? a block diagram from source to image

Chapter 7: Observing Systems

When thinking about engineering and the development of an instrument from a practical point of view the key concept to get across is that any measurement is a loss in information and is noisy. In the case of astronomy, there is the potential to measure infinite frequency bandwidth, frequency resolution, time bandwidth, and time resolution across a $4\pi$ area of the sky. In reality, the instruments that we can build have limits on all these parameters, so we must be selective about which information we retain based on the scientific goals and engineering limitations when an instrument is build and how it is used.

In the case of radio interferometry the instrument is the collection of receiving elements (be they dishes or dipole antennas or any number of exotic telescopes) which make up the array and the electronic chains used to detect, filter, and amplify the incoming signals. Each stage and component of the instrument has an intrinsic effect on the true sky signal. Much of the process of being able to produce a scientifically useful result from an interferometric array is being able to understand and correcting for (up to some accuracy) these intrinsic effects.

A mathematical framework for describing an instrumental effect on a polarized electromagnetic wave, called Jones Calculus, have been well developed. Jones notation has been further used to formulate the Radio Interferometric Measurement Equation (RIME) which is a generic equation which describes the transform of the original electromagnetic signal to the measured signal. The RIME is deceptively simple but fully encapsulates the effects of the radio interferometer system along with any intervening effects such as the ionosphere, atmosphere, intersteller medium, etc.

This chapter will begin with the mathematical description of Jones Calculus and the RIME before moving on to explain the dominant instrumental effects seen in interferometric arrays. These effects are seperated into two types: direction-independent effects (DIEs) which affects signals from al direction of the sky in the same way and direction-dependent effects (DDEs) which vary based on the sky position of the where a signal originated. For example, the gain of a source due to it's position relative to the direction a dish is pointed is a direction-dependent effect. If the dish is moved the source will either increase or descrease in gain based on the beam pattern of the dish. And, the variations due to the electronic stability of the system is a direction-independent effect because the effect happens after the signal has been received.

As we will see in this chapter, the measurement of the sky will be affected by the design and stability of the system electronics, power pattern of the receiving elements, the type of mounts and pointing of dishes, the intervening mediums such as the atmosphere, and radio frequency interference (RFI) due to humans, terrestrial sources such as lightning, or the Sun.

Chapter Outline

Chapter Editors

  • Kshitij Thorat
  • Ermias Abebe Kassaye
  • Alexander Akoto-Danso
  • Griffin Foster

Chapter Contributors

  • Oleg Smirnov (7.1, 7.2)
  • Modhurita Mitra (7.2, 7.5)
  • Simon Perkins (7.2)
  • Griffin Foster (7.0, 7.3, 7.4, 7.5, 7.6, 7.8)
  • Ridhima Nunhokee (7.6)
  • Roger Deane (7.7)