OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
epr_dsd.h
Go to the documentation of this file.
1 /*
2  * $Id: epr_dsd.h,v 1.1.1.1 2004-10-28 19:22:23 norman Exp $
3  *
4  * Copyright (C) 2002 by Brockmann Consult (info@brockmann-consult.de)
5  *
6  * This program is free software; you can redistribute it and/or modify it
7  * under the terms of the GNU General Public License as published by the
8  * Free Software Foundation. This program is distributed in the hope it will
9  * be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
10  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11  * See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License
14  * along with this program; if not, write to the Free Software
15  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
16  */
17 
18 #ifndef EPR_DSD_H_INCL
19 #define EPR_DSD_H_INCL
20 
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
25 #include "epr_ptrarray.h"
26 
27 #include <stdio.h> /* just to get the ANSI-C type FILE */
28 
37 EPR_SDSD* epr_create_dsd(int dsd_index);
38 
48 void epr_free_dsd(EPR_SDSD* dsd);
49 
50 
59 EPR_SDSD* epr_read_each_dsd(FILE* envisat_source_file, int* pos);
60 
68 EPR_SPtrArray* epr_read_all_dsds(EPR_SProductId* product_id);
69 
79 epr_uint epr_find_first_dsd(FILE* envisat_source_file, epr_uint sph_length);
80 
81 int epr_detect_meris_iodd_version(EPR_SProductId* product_id);
82 
83 #ifdef __cplusplus
84 } /* extern "C" */
85 #endif
86 
87 #endif
88 /* #ifndef EPR_DSD_H_INCL */
epr_uint epr_find_first_dsd(FILE *envisat_source_file, epr_uint sph_length)
Definition: epr_dsd.c:433
unsigned int epr_uint
Definition: epr_api.h:188
float32 * pos
Definition: l1_czcs_hdf.c:35
EPR_SDSD * epr_read_each_dsd(FILE *envisat_source_file, int *pos)
Definition: epr_dsd.c:226
What value is used by your function when the data value is bad Default is BAD_FLT l2prod product_id[0]
int epr_detect_meris_iodd_version(EPR_SProductId *product_id)
Definition: epr_dsd.c:125
void epr_free_dsd(EPR_SDSD *dsd)
Definition: epr_dsd.c:175
EPR_SDSD * epr_create_dsd(int dsd_index)
Definition: epr_dsd.c:48
EPR_SPtrArray * epr_read_all_dsds(EPR_SProductId *product_id)
Definition: epr_dsd.c:469