.TH UVES_CAL_PREDICT "7" "6.1.8" "uves_cal_predict" "uves recipes" .na .SH NAME uves_cal_predict \- Implements the UVES physical model .SH SYNOPSIS esorex .B uves_cal_predict [OPTIONS] FILE.sof .SH DESCRIPTION This recipe implements the UVES physical model Input files are BLUE or RED arm formatcheck frames identified by the tag ARC_LAMP_FORM_xxxx, xxxx=BLUE or RED and a ThAr line reference table identified by the tag LINE_REFER_TABLE The recipe extracts from the input files FITS header data indicating the instrument setting and ambiental atmospheric conditions, then using the model predicts X,Y position of the lines listed in the LINE_REFER_TABLE table which are imaging on the detector and stores this information in an guess order and a guess line table. .PP Output are a guess order table and a guess line table per chip. .PP If the user provides in input also master format checks having tag MASTER_FORM_xxxx, xxxx=BLUE or REDL and REDU the recipe performs also a stability check .SH OPTIONS .TP \fB\-\-ccd_rot_angle_off\fR \fI\fR Offset on CCD rotation angle (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.ccd_rot_angle_off\fR [default = \fI0.0\fR]. .TP \fB\-\-cd_angle_off\fR \fI\fR Offset on cross disperser angle (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.cd_angle_off\fR [default = \fI0.0\fR]. .TP \fB\-\-compute_regression_sw\fR \fI\fR Compute regression? (bool; default: True). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.compute_regression_sw\fR [default = \fITrue\fR]. .TP \fB\-\-debug\fR \fI\fR Whether or not to save intermediate results to local directory (bool; default: False). The full name of this option for the EsoRex configuration file is \fBuves.debug\fR [default = \fIFalse\fR]. .TP \fB\-\-def_pol1\fR \fI\fR Polynomial X deg (int; default: 4). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.def_pol1\fR [default = \fI4\fR]. .TP \fB\-\-def_pol2\fR \fI\fR Polynomial Y deg (int; default: 5). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.def_pol2\fR [default = \fI5\fR]. .TP \fB\-\-ech_angle_off\fR \fI\fR Offset on echelle angle (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.ech_angle_off\fR [default = \fI0.0\fR]. .TP \fB\-\-kappa\fR \fI\fR Kappa value in kappa sigma clipping on RESIDUAL between YFIT and Y columns (float; default: 4.5). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.kappa\fR [default = \fI4.5\fR]. .TP \fB\-\-mbox_x\fR \fI\fR Match box X size (int; default: 40). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.mbox_x\fR [default = \fI40\fR]. .TP \fB\-\-mbox_y\fR \fI\fR Match box Y size (int; default: 40). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.mbox_y\fR [default = \fI40\fR]. .TP \fB\-\-plotter\fR \fI\fR Any plots produced by the recipe are redirected to the command specified by this parameter. The plotting command must contain the substring \'gnuplot\' and must be able to parse gnuplot syntax on its standard input. Valid examples of such a command may include \'gnuplot \-persist\' and \'cat > mygnuplot$$.gp\'. A finer control of the plotting options can be obtained by writing an executable script, e.g. my_gnuplot.pl, that executes gnuplot after setting the desired gnuplot options (e.g. set terminal pslatex color). To turn off plotting, set this parameter to \'no\' (str; default: \'no\'). The full name of this option for the EsoRex configuration file is \fBuves.plotter\fR [default = \fIno\fR]. .TP \fB\-\-process_chip\fR \fI\fR For RED arm data process the redl, redu, or both chip(s) (str; default: \'both\'). The full name of this option for the EsoRex configuration file is \fBuves.process_chip\fR [default = \fIboth\fR]. .TP \fB\-\-tol\fR \fI\fR Tolerance in kappa sigma clipping on RESIDUAL between YFIT and Y columns (float; default: 2.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.tol\fR [default = \fI2.0\fR]. .TP \fB\-\-trans_x\fR \fI\fR Detector translation along X (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.trans_x\fR [default = \fI0.0\fR]. .TP \fB\-\-trans_y\fR \fI\fR Detector translation along Y (float; default: 0.0). The full name of this option for the EsoRex configuration file is \fBuves_cal_predict.trans_y\fR [default = \fI0.0\fR]. .PP Note that it is possible to create a configuration file containing these options, along with suitable default values. Please refer to the details provided by the 'esorex \-\-help' command. .SH SEE ALSO The full documentation for the uves pipeline can be downloaded as a PDF file using the following URL: .IP .B ftp://ftp.eso.org/pub/dfs/pipelines/uves/uves\-pipeline\-manual\-6.1.8.pdf .PP An overview over the existing ESO pipelines can be found on the web page \fBhttps://www.eso.org/sci/software/pipelines/\fR. .PP Basic documentation about the EsoRex program can be found at the esorex (1) man page. .PP It is possible to call the pipelines from python using the python\-cpl package. See \fBhttps://packages.python.org/python\-cpl/index.html\fR for further information. .PP The other recipes of the uves pipeline are .IR flames_cal_mkmaster (7), .IR flames_cal_orderpos (7), .IR flames_cal_predict (7), .IR flames_cal_prep_sff_ofpos (7), .IR flames_cal_wavecal (7), .IR flames_obs_redchain (7), .IR flames_obs_scired (7), .IR flames_utl_unpack (7), .IR uves_cal_cd_align (7), .IR uves_cal_mbias (7), .IR uves_cal_mdark (7), .IR uves_cal_mflat (7), .IR uves_cal_mflat_combine (7), .IR uves_cal_mkmaster (7), .IR uves_cal_orderpos (7), .IR uves_cal_response (7), .IR uves_cal_tflat (7), .IR uves_cal_wavecal (7), .IR uves_obs_redchain (7), .IR uves_obs_scired (7), .IR uves_utl_ima_arith (7), .IR uves_utl_remove_crh_single (7) .SH VERSION uves_cal_predict 6.1.8 .SH AUTHOR Andrea Modigliani .SH BUG REPORTS Please report any problems to cpl@eso.org. Alternatively, you may send a report to the ESO User Support Department . .SH LICENSE This file is part of the FLAMES/UVES Pipeline Copyright (C) 2004, 2005, 2006, 2007 European Southern Observatory This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111\-1307 USA