ERIS Pipeline Reference Manual 1.9.2
sc_par.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
53/*****************************************************************************
54 * DEFINES *
55 ****************************************************************************/
56
57#ifndef SC_PAR_H
58#define SC_PAR_H
59
60/* Definition of constants */
61
62/*****************************************************************************
63 * PROTOTYPES *
64 ****************************************************************************/
65
66/* Declaration of functions */
67cpl_error_code sc_par_addkeywords(cpl_propertylist *header,
68 const cpl_parameterlist *parlist);
69
70#endif /* SC_PAR_H */
71
72#ifdef __cplusplus
73}
74#endif
75
cpl_error_code sc_par_addkeywords(cpl_propertylist *header, const cpl_parameterlist *parlist)
Definition: sc_par.c:47