OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
read_pixel_anc_file.h
Go to the documentation of this file.
1 #ifndef READ_PIXEL_ANC_FILE_H
2 #define READ_PIXEL_ANC_FILE_H
3 
4 
5 #include "l1.h"
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11  void read_pixel_anc_file(char* filename, l1str *l1rec);
12 
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif /* READ_PIXEL_ANC_FILE_H */
19 
read l1rec
void read_pixel_anc_file(char *filename, l1str *l1rec)
char filename[FILENAME_MAX]
Definition: atrem_corl1.h:122