OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
seadasutils.SensorUtils Namespace Reference

Functions

def load_sensorlist (filename=None)
 
def by_sensor (name)
 
def by_instplat (inst, plat)
 
def by_desc (name)
 

Variables

list SensorList = []
 
list namelist = ['modisa', 'seawifs', 'bogus']
 
list instlist = ['modis', 'VIIRS', 'modis', 'bogus', 'Aquarius']
 
list platlist = ['Terra', 'JPSS-1', 'bogus', 'Aqua', 'SAC-D']
 

Function Documentation

◆ by_desc()

def seadasutils.SensorUtils.by_desc (   name)
Get sensor defs given any useful information

Definition at line 59 of file SensorUtils.py.

◆ by_instplat()

def seadasutils.SensorUtils.by_instplat (   inst,
  plat 
)
Get sensor defs given the instrument and platform

Definition at line 44 of file SensorUtils.py.

◆ by_sensor()

def seadasutils.SensorUtils.by_sensor (   name)
Get sensor defs from unique sensor name

Definition at line 31 of file SensorUtils.py.

◆ load_sensorlist()

def seadasutils.SensorUtils.load_sensorlist (   filename = None)
Read list of sensor definitions from file

Definition at line 10 of file SensorUtils.py.

Variable Documentation

◆ instlist

list instlist = ['modis', 'VIIRS', 'modis', 'bogus', 'Aquarius']

Definition at line 89 of file SensorUtils.py.

◆ namelist

list namelist = ['modisa', 'seawifs', 'bogus']

Definition at line 84 of file SensorUtils.py.

◆ platlist

list platlist = ['Terra', 'JPSS-1', 'bogus', 'Aqua', 'SAC-D']

Definition at line 90 of file SensorUtils.py.

◆ SensorList

list SensorList = []

Definition at line 7 of file SensorUtils.py.