The sinfo_utl_line_oh_select recipe¶
-
sinfo_utl_line_oh_select
¶
Synopsis¶
OH line table creation
Description¶
sinfo_utl_line_oh_select – SINFONI OH LINE table creation.
The files listed in the Set Of Frames (sof-file) must be tagged: raw-file.fits REF_LINE_OH
Constructor¶
-
cpl.
Recipe
("sinfo_utl_line_oh_select") Create an object for the recipe sinfo_utl_line_oh_select.
import cpl
sinfo_utl_line_oh_select = cpl.Recipe("sinfo_utl_line_oh_select")
Parameters¶
-
sinfo_utl_line_oh_select.param.
wmin
¶ wmin (float; default: 1040.0) [default=1040.0].
-
sinfo_utl_line_oh_select.param.
wmax
¶ wmax (float; default: 1880.0) [default=1880.0].
-
sinfo_utl_line_oh_select.param.
intnorm
¶ intnorm (float; default: 4.0) [default=4.0].
-
sinfo_utl_line_oh_select.param.
intlimit
¶ intlimit (float; default: 50.0) [default=50.0].
The following code snippet shows the default settings for the available parameters.
import cpl
sinfo_utl_line_oh_select = cpl.Recipe("sinfo_utl_line_oh_select")
sinfo_utl_line_oh_select.param.wmin = 1040.0
sinfo_utl_line_oh_select.param.wmax = 1880.0
sinfo_utl_line_oh_select.param.intnorm = 4.0
sinfo_utl_line_oh_select.param.intlimit = 50.0
You may also set or overwrite some or all parameters by the recipe parameter param, as shown in the following example:
import cpl
sinfo_utl_line_oh_select = cpl.Recipe("sinfo_utl_line_oh_select")
[...]
res = sinfo_utl_line_oh_select( ..., param = {"wmin":1040.0, "wmax":1880.0})
See also
cpl.Recipe for more information about the recipe object.
Bug reports¶
Please report any problems to Andrea Modigliani. Alternatively, you may send a report to the ESO User Support Department.
Copyright¶
This file is part of the SINFONI Instrument Pipeline Copyright (C) 2002,2003 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Code author: Andrea Modigliani <amodigli@eso.org>