X-shooter Pipeline Reference Manual 3.8.15
xsh_model_utils.h
Go to the documentation of this file.
1/* $Id: xsh_model_utils.h,v 1.5 2011-12-02 14:15:28 amodigli Exp $
2 *
3 * This file is part of the ESO X-shooter Pipeline
4 * Copyright (C) 2006 European Southern Observatory
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 */
20
21/*
22 * $Author: amodigli $
23 * $Date: 2011-12-02 14:15:28 $
24 * $Revision: 1.5 $
25 * $Name: not supported by cvs2svn $
26 */
27
28#ifndef XSH_MODEL_UTILS_H
29#define XSH_MODEL_UTILS_H
30#include <xsh_drl.h>
31#include <cpl.h>
32cpl_frame*
33xsh_util_physmod_model_THE_create(cpl_frame* config_frame,
35 cpl_frame* wave_list,
36 const int binx, const int biny,
37 const int num_ph, const int sky);
38cpl_error_code
40 cpl_frame* ref_frame,
42
43cpl_error_code
44xsh_model_temperature_update_frame(cpl_frame** model_config_frame,
45 cpl_frame* header,
47 int* found_temp);
48
49#endif
static xsh_instrument * instrument
int binx
int biny
cpl_error_code xsh_model_temperature_update_structure(struct xs_3 *p_xs_3_config, cpl_frame *ref_frame, xsh_instrument *instrument)
cpl_frame * xsh_util_physmod_model_THE_create(cpl_frame *config_frame, xsh_instrument *instrument, cpl_frame *wave_list, const int binx, const int biny, const int num_ph, const int sky)
cpl_error_code xsh_model_temperature_update_frame(cpl_frame **model_config_frame, cpl_frame *header, xsh_instrument *instrument, int *found_temp)