A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
l1bextract_meris
RadianceDSR.cpp
Go to the documentation of this file.
1
/*
2
* RadianceDSR.cpp
3
*
4
* Created on: Jan 7, 2013
5
* Author: dshea
6
*/
7
8
#include "
RadianceDSR.h
"
9
10
#include <stdio.h>
11
#include <stdlib.h>
12
13
RadianceDSR::RadianceDSR
(
int
size
) :
14
MeasurementDSR
(
size
) {
15
}
16
17
RadianceDSR::~RadianceDSR
() {
18
// TODO Auto-generated destructor stub
19
}
20
21
void
RadianceDSR::print
() {
22
MeasurementDSR::print
();
23
printf(
"\nRadianceDSR-----\n"
);
24
printf(
"no extra data\n"
);
25
}
26
RadianceDSR::~RadianceDSR
virtual ~RadianceDSR()
Definition:
RadianceDSR.cpp:17
MeasurementDSR::print
virtual void print()
Definition:
MeasurementDSR.cpp:25
RadianceDSR.h
MeasurementDSR
Definition:
MeasurementDSR.h:13
RadianceDSR::RadianceDSR
RadianceDSR(int size)
Definition:
RadianceDSR.cpp:13
mapgen_overlay.size
size
Definition:
mapgen_overlay.py:242
RadianceDSR::print
virtual void print()
Definition:
RadianceDSR.cpp:21