-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmemo18.tar
51 lines (45 loc) · 10 KB
/
memo18.tar
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
memo18.tex 0000644 0001750 0001750 00000004055 13706545332 011046 0 ustar njj njj \documentclass[12pt]{article}
\textwidth 160mm
\textheight 245mm
\oddsidemargin -3mm
\evensidemargin -3mm
\parskip 3mm
\parindent 0mm
\topmargin -20mm
\pagestyle{empty}
\usepackage{graphicx}
\graphicspath{{.}{./figures/}}
\usepackage{color}
\usepackage[utf8]{inputenc}
\usepackage{hyperref}
\usepackage{subcaption}
\usepackage{amssymb}
\usepackage{gensymb}
\newcommand{\memohead}[3]{\clearpage\begin{centering}\mbox{}\hrulefill \vskip 50mm \mbox{}{\Huge \bf LBWG memo #1}\\ \mbox{}\vskip 40mm {\Huge \bf #2}\mbox{}\vskip 40mm{\Large #3}\\\end{centering}\vfill\hrulefill\clearpage}
\usepackage{listings}
\usepackage{rotating}
\begin{document}
\memohead{18}{Prefactor V3 changes}{Leah Morabito, 2019.21.03}
\section{Prefactor V3 Changes -- i.e. why we love TEC}
There are a couple major changes to note since switching to a long baseline pipeline version that is compatible with prefactor V3. While there are a lot of little book-keeping and otherwise logistical changes, the main differences to keep in mind are:
\begin{itemize}
\item All calibration solutions are now stored in h5parms
\item Pre-Facet-Calibrator is run with the international stations. This means the following:
\begin{itemize}
\item Polarisation alignment is performed, and we therefore do not convert to circular anymore
\item Amplitudes (i.e., the flux scale) are calculated by prefactor
\item Clock values are calculated by prefactor
\end{itemize}
\end{itemize}
This means by the time we split out in-field calibrators, the only remaining effect to solve for should be the ionosphere (i.e., TEC), which can be different in the different directions. There are several ways to solve for this:
\begin{itemize}
\item Diagonal phase (or phase \& amplitude) corrections
\item NDPPP gaincal 'tec' mode
\item NDPPP DDEcal 'tec' mode
\item NDPPP DDEcal 'diagonal' mode
\item AIPS FRING
\item CASA fringefit
\end{itemize}
There are pros and cons to each of these. DDEcal is supposedly better but I found I get better solutions with gaincal 'tec'
\end{document}