Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
MDN.meta Namespace Reference

Functions

def get_sensor_label (sensor)
 
def get_sensor_bands (sensor, args=None)
 

Variables

dictionary SENSOR_LABEL
 
dictionary SENSOR_BANDS
 
dictionary duplicates
 
list ANCILLARY
 

Function Documentation

◆ get_sensor_bands()

def MDN.meta.get_sensor_bands (   sensor,
  args = None 
)

Definition at line 114 of file meta.py.

◆ get_sensor_label()

def MDN.meta.get_sensor_label (   sensor)

Definition at line 28 of file meta.py.

Variable Documentation

◆ ANCILLARY

list ANCILLARY
Initial value:
1 = [
2  'humidity', # Relative humidity (%)
3  'ice_frac', # Ice fraction (0=no ice, 1=all ice)
4  'no2_frac', # Fraction of tropospheric NO2 above 200m
5  'no2_strat', # Stratospheric NO2 (molecules/cm^2)
6  'no2_tropo', # Tropospheric NO2 (molecules/cm^2)
7  'ozone', # Ozone concentration (cm)
8  'pressure', # Surface pressure (millibars)
9  'mwind', # Meridional wind speed @ 10m (m/s)
10  'zwind', # Zonal wind speed @ 10m (m/s)
11  'windangle', # Wind direction @ 10m (degree)
12  'windspeed', # Wind speed @ 10m (m/s)
13  'scattang', # Scattering angle (degree)
14  'senz', # Sensor zenith angle (degree)
15  'sola', # Solar azimuth angle (degree)
16  'solz', # Solar zenith angle (degree)
17  'water_vapor', # Precipitable water vapor (g/cm^2)
18  'time_diff', # Difference between in situ measurement and satellite overpass (in situ prior to overpass = negative)
19 ]

Definition at line 145 of file meta.py.

◆ duplicates

dictionary duplicates
Initial value:
1 = {
2  'MOD' : ['MODA', 'MODT'],
3  'MSI' : ['S2A', 'S2B'],
4 }

Definition at line 101 of file meta.py.

◆ SENSOR_BANDS

dictionary SENSOR_BANDS

Definition at line 39 of file meta.py.

◆ SENSOR_LABEL

dictionary SENSOR_LABEL
Initial value:
1 = { # http://www.ioccg.org/sensors/seawifs.html
2  'CZCS' : 'Nimbus-7',
3  'TM' : 'Landsat-5',
4  'ETM' : 'Landsat-7',
5  'OLI' : 'Landsat-8',
6  'OSMI' : 'Arirang-1',
7  'POLDER' : 'POLDER',
8  'AER' : 'AERONET',
9  'OCTS' : 'ADEOS-1',
10  'SEAWIFS': 'OrbView-2',
11  'VI' : 'Suomi-NPP',
12  'MOS' : 'MOS-1',
13  'MOD' : 'MODIS',
14  'MODA' : 'MODIS-Aqua',
15  'MODT' : 'MODIS-Terra',
16  'MSI' : 'Sentinel-2',
17  'S2A' : 'Sentinel-2A',
18  'S2B' : 'Sentinel-2B',
19  'OLCI' : 'Sentinel-3',
20  'MERIS' : 'Envisat-1',
21  'HICO' : 'HICO',
22  'HYPER' : '1nm Hyperspectral',
23  'PRISMA' : 'PRISMA',
24 }

Definition at line 3 of file meta.py.