-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIFU_drl_functions.tex
82 lines (78 loc) · 4.1 KB
/
IFU_drl_functions.tex
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\subsection{IFU observing mode}\label{sec:drl_functions_ifu}
\subsubsection{IFU wavelength calibration} \label{drl:metis_ifu_wavecal}
\begin{recipedef}
Name: & \DRL{metis_ifu_wavecal} \\
Purpose: & Find the pixel-to-wavelength conversion for IFU exposures \\
Used in recipes: & \REC{metis_ifu_reduce}\\
%Working remarks: & None \\
%Function Parameters: & None \\
Input: & \texttt{const metis\_image *wavecal} \\
%Other inputs: & \\
%QC outputs: & None\\
%Output FITS files: & None \\
Outputs: & \texttt{metis\_image *input} (\PROD{IFU_WAVECAL})\\
& \texttt{cpl\_error\_code} \\
General description: & \\
Mathematical description: & See section \ref{sssec:ifu_wavecal} \\
Quality assessment: & Through QC parameters \\
Error conditions: & See~\cite{DRLVT}. \\
Unit tests: & See~\cite{DRLVT}. \\
\end{recipedef}
\subsubsection{IFU output grid determination}\label{drl:metis_ifu_grid_output}
\begin{recipedef}
Name: & \DRL{metis_ifu_grid_output} \\
Purpose: & Determine the exact positions of exposures before co-adding \\
Used in recipes: & \REC{metis_ifu_postprocess}\\
%Working remarks: & None \\
%Function Parameters: & None \\
Input: & \texttt{const metis\_imagelist *input} \\
Other inputs: & precise position and orientation of individual exposures \\
%QC outputs: & None\\
%Output FITS files: & None \\
Outputs: & \texttt{metis\_image *grid} \\
& \texttt{cpl\_error\_code} \\
General description: & Determine the position of the output grids for dithering of multiple exposures \\
Mathematical description: & See section \ref{sssec:ifu_sci_postprocess} \\
Quality assessment: & Through QC parameters \\
Error conditions: & See~\cite{DRLVT}. \\
Unit tests: & See~\cite{DRLVT}. \\
\end{recipedef}
\subsubsection{IFU multi-exposure resampling}\label{drl:metis_ifu_resampling}
\begin{recipedef}
Name: & \DRL{metis_ifu_resampling} \\
Purpose: & Obtain maximal useful resolution from a set of subpixel-shifted exposures \\
Used in recipes: & \REC{metis_ifu_postprocess}\\
%Working remarks: & None \\
%Function Parameters: & None \\
Input: & \texttt{const metis\_imagelist *input} \\
Other inputs: & \texttt{cpl\_table *input} (precise position and orientation of individual exposures) \\
%QC outputs: & None\\
%Output FITS files: & None \\
Outputs: & \texttt{metis\_image *output} (\PROD{IFU_SCI_COMBINED}) \\
& \texttt{cpl\_error\_code} \\
General description: & Resample the IFU exposures with rectangular pixels onto a square grid \\
Mathematical description: & See section \ref{sssec:ifu_sci_postprocess} \\
Quality assessment: & Through QC parameters \\
Error conditions: & See~\cite{DRLVT}. \\
Unit tests: & See~\cite{DRLVT}. \\
\end{recipedef}
\subsubsection{IFU multi-exposure co-add}\label{drl:metis_ifu_coadd}
\begin{recipedef}
Name: & \DRL{metis_ifu_coadd} \\
Purpose: & Co-add and dither individual subpixel-shifted exposures \\
Used in recipes: & \REC{metis_ifu_postprocess}\\
%Working remarks: & None \\
%Function Parameters: & None \\
Input: & \texttt{const metis\_imagelist *input} \\
%Other inputs: & precise position and orientation of individual exposures \\
%QC outputs: & None\\
%Output FITS files: & None \\
Outputs: & \texttt{metis\_image *output} (\PROD{IFU_SCI_COADD}) \\
% & \texttt{metis\_image *output} (\PROD{IFU_SCI_COADD_ERROR}) \\
& \texttt{cpl\_error\_code} \\
General description: & Co-add the properly aligned IFU exposures \\
Mathematical description: & See section \ref{sssec:ifu_sci_postprocess} \\
Quality assessment: & Through QC parameters \\
Error conditions: & See~\cite{DRLVT}. \\
Unit tests: & See~\cite{DRLVT}. \\
\end{recipedef}