ERIS Pipeline Reference Manual 1.9.2
sc_readspec.h
Go to the documentation of this file.
1/*
2 * This file is part of the SKYCORR software package.
3 * Copyright (C) 2009-2013 European Southern Observatory
4 *
5 * This programme is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This programme is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this programme. If not, see <http://www.gnu.org/licenses/>.
17 */
18
35#ifdef __cplusplus
36extern "C" {
37#endif
38
39/*****************************************************************************
40 * INCLUDES *
41 ****************************************************************************/
42
43/* Config header */
44
45#ifdef HAVE_CONFIG_H
46#include <config.h>
47#endif
48
49/* Sky correction headers */
50
51#include <sc_basic.h>
52#include <sc_par.h>
53#include <sc_conv.h>
54
55/*****************************************************************************
56 * DEFINES *
57 ****************************************************************************/
58
59#ifndef SC_READSPEC_H
60#define SC_READSPEC_H
61
62/* Definition of constants */
63
65#define SC_NKEY 3
66
67/*****************************************************************************
68 * PROTOTYPES *
69 ****************************************************************************/
70
71/* Declaration of functions */
72
73//cpl_error_code sc_readspec(cpl_table *spec, cpl_parameterlist *parlist);
74//cpl_error_code sc_readspec_fits(cpl_table *spec,
75// const cpl_parameterlist *parlist,
76// const char *filename);
77//cpl_error_code sc_readspec_header(cpl_parameterlist *parlist,
78// const char *filename);
79//cpl_error_code sc_readspec_setweight(cpl_table *spec,
80// const cpl_parameterlist *parlist);
81
82#endif /* SC_READSPEC_H */
83
84#ifdef __cplusplus
85}
86#endif
87
Header for routines for handling parameter files.