ifw-odp 5.1.1
 
Loading...
Searching...
No Matches
clipm_priv_irplib_flat.h
Go to the documentation of this file.
1
5
6/* Id: clipm_priv_irplib_flat.h,v 1.4 2005/09/15 11:47:16 llundin Exp
7 *
8 * This file is part of the irplib package
9 * Copyright (C) 2002,2003 European Southern Observatory
10 *
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
15 *
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 * GNU General Public License for more details.
20 *
21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02111-1307 USA
24 */
25
26/*
27 * Author: llundin
28 * Date: 2005/09/15 11:47:16
29 * Revision: 1.4
30 * Name:
31 */
32
33#ifndef CLIPM_PRIV_IRPLIB_FLAT_H
34#define CLIPM_PRIV_IRPLIB_FLAT_H
35
36/*-----------------------------------------------------------------------------
37 Includes
38 -----------------------------------------------------------------------------*/
39
40#include <cpl.h>
41
42/*-----------------------------------------------------------------------------
43 Declaration Block
44 -----------------------------------------------------------------------------*/
45
46#ifdef __cplusplus
47extern "C" {
48#endif
49
50/*-----------------------------------------------------------------------------
51 Prototypes
52 -----------------------------------------------------------------------------*/
53
54cpl_imagelist * clipm_priv_irplib_flat_fit_set(cpl_imagelist *, int) ;
55double * clipm_priv_irplib_flat_fit_slope_robust(double *, double *, cpl_size) ;
56
57/*----------------------------------------------------------------------------*/
58
59#ifdef __cplusplus
60} /* extern "C" */
61#endif
62
63#endif /* CLIPM_PRIV_IRPLIB_FLAT_H */
double * clipm_priv_irplib_flat_fit_slope_robust(double *, double *, cpl_size)
Fit a slope to a list of points (robust fit).
Definition clipm_priv_irplib_flat.c:199
cpl_imagelist * clipm_priv_irplib_flat_fit_set(cpl_imagelist *, int)
Compute a flat-field out of a set of exposures.
Definition clipm_priv_irplib_flat.c:97