OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1a_proto.h
Go to the documentation of this file.
1 #ifndef L1A_PROTO_H_
2 #define L1A_PROTO_H_
3 
4 #include "usrmac.h"
5 
6 extern int dark_rest_stat
7 PROTO((short int *, int, float *, float *));
8 
9 #endif /* L1A_PROTO_H_ */
int dark_rest_stat(int16 *data, int nrec, float *dark_mean, float *dark_std)
Definition: l1a.c:261
int dark_rest_stat PROTO((short int *, int, float *, float *))