OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
sst_dsdi.h
Go to the documentation of this file.
1 /*
2  * File: sst_dsdi.h
3  * Author: swbaile1
4  *
5  * Created on March 29, 2019, 1:09 PM
6  */
7 
8 #ifndef SST_DSDI_H
9 #define SST_DSDI_H
10 
11 #ifdef __cplusplus
12 extern "C" {
13 #endif
14  float dust_correction(float dustExtinction, float csenz, float BT39, float BT85, float BT11,
15  float BT12, int32_t sensorID);
16 
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 
22 #endif /* SST_DSDI_H */
23 
float dust_correction(float dustExtinction, float csenz, float BT39, float BT85, float BT11, float BT12, int32_t sensorID)
Definition: sst_dsdi.c:9
int32_t sensorID[MAXNFILES]
Definition: l2bin.cpp:97