High-Level Data Reduction Library
1.6.0a5
High-Level data reduction routines for ESO pipelines
Loading...
Searching...
No Matches
hdrl_mode_defs.h
Go to the documentation of this file.
1
/*
2
* This file is part of the HDRL
3
* Copyright (C) 2021 European Southern Observatory
4
*
5
* This program 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 program 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 program; if not, write to the Free Software
17
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18
*/
19
20
#ifndef HDRL_MODE_DEFS_H
21
#define HDRL_MODE_DEFS_H
22
23
#include <cpl.h>
24
25
CPL_BEGIN_DECLS
26
27
/*----------------------------------------------------------------------------*/
32
/*----------------------------------------------------------------------------*/
33
typedef
enum
{
34
36
HDRL_MODE_MEDIAN
,
38
HDRL_MODE_WEIGHTED
,
40
HDRL_MODE_FIT
41
}
hdrl_mode_type
;
42
43
CPL_END_DECLS
44
45
#endif
/* HDRL_MODE_DEFS_H */
46
hdrl_mode_type
hdrl_mode_type
Define the type of the mode that should be computed.
Definition
hdrl_mode_defs.h:33
HDRL_MODE_MEDIAN
@ HDRL_MODE_MEDIAN
Definition
hdrl_mode_defs.h:36
HDRL_MODE_WEIGHTED
@ HDRL_MODE_WEIGHTED
Definition
hdrl_mode_defs.h:38
HDRL_MODE_FIT
@ HDRL_MODE_FIT
Definition
hdrl_mode_defs.h:40
hdrl_mode_defs.h
Generated by
1.9.8