OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
DDSensor.cpp File Reference
#include <netcdf>
#include <vector>
#include <map>
#include <memory>
#include <iostream>
#include <algorithm>
#include <ctime>
#include <timeutils.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
#include <sys/time.h>
#include <DDataset.hpp>
#include <DDProcess.h>
#include <DDOptions.h>
#include <DDSensor.h>
#include "resam_viirs/RsViirs.h"
Include dependency graph for DDSensor.cpp:

Go to the source code of this file.

Variables

string nodestr [3] = {"Ascending", "Descending", "Unknown"}
 
string daynightstr [4] = {"Day", "Night", "Mixed", "Unknown"}
 
map< string, float > F0
 

Variable Documentation

◆ daynightstr

string daynightstr[4] = {"Day", "Night", "Mixed", "Unknown"}

Definition at line 37 of file DDSensor.cpp.

◆ F0

map<string,float> F0
Initial value:
= {
{"rhot_410", 167.403},
{"rhot_445", 194.417},
{"rhot_490", 195.211},
{"rhot_550", 187.053},
{"rhot_670", 151.462},
{"rhot_865", 94.948},
{"rhot_1240", 44.830},
{"rhot_1380", 36.468},
{"rhot_1610", 24.439},
{"rhot_2250", 7.686}
}

Definition at line 39 of file DDSensor.cpp.

◆ nodestr

string nodestr[3] = {"Ascending", "Descending", "Unknown"}

Definition at line 36 of file DDSensor.cpp.