Import standard modules:


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

Import section specific modules:


In [ ]:
pass

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

8.5 Further Reading and References

We summarize all the references and the further reading material which we have already mentioned in a dispersed manner througout the chapter here. We started the chapter by showing that calibration is usually performed by using the Levenberg-Marquedt gradient method in Sec. 8.1 ➞. The relevant references and further reading material for Sec. 8.1 ➞ is given in the following summary block:

Calibration as a least squares problem

In Sec. 8.2 ➞ we discussed 1GC calibration, which is when we use the calibration solutions we obtained from a calibrator observation to correct our target field observation. The relevant external material associated with this section can be found in the following summary block:

1GC

We then described the method of self-calibration (2GC calibration) in Sec. 8.3 ➞, which entails using the field that we are observing to also calibrate the observation. Some of the most important articles that pertain to 2GC calibration can be found below:

2GC

We ended the chapter by briefly looking at 3GC calibration (see Sec 8.4 ➞). In wide-field observations we can no longer afford to ignore direction dependent effects, i.e. effects like pointing error. The 3GC calibration algorithms can in general be divided into physics-based and heuristic approaches (depending on whether a physical model that can accurately describe the direction dependent effect exists or not). The approaches belonging to these two broad categories are summarized below:

3GC: Physics-based approaches

3GC: Heuristic-only approaches

Correcting for a direction dependent effect is tricky in its own right, some of the approaches that are used to accomplish this is summarized below:

3GC: Correcting for a known direction dependent effect

We also briefly mentioned the developments which have been made with regards to the calibration solver itself (see Sec 8.4 ➞); some of the most recent developments in this regard can be found below:

Solver Development

Good literature reviews on 3GC can be found in:

3GC: Literature reviews