OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
mlp.mlp_utils Namespace Reference

Functions

def is_option_value_true (opt_val_str)
 

Variables

list TRUTH_VALUES = ['1', 'ON', 'on', 'TRUE', 'true', 'YES', 'yes']
 

Detailed Description

Utility functions for the multilevel_processor.

Function Documentation

◆ is_option_value_true()

def mlp.mlp_utils.is_option_value_true (   opt_val_str)
Returns True if opt_val_str is one the various possible values that OBPG
programs accept as true.

Definition at line 10 of file mlp_utils.py.

Variable Documentation

◆ TRUTH_VALUES

list TRUTH_VALUES = ['1', 'ON', 'on', 'TRUE', 'true', 'YES', 'yes']

Definition at line 8 of file mlp_utils.py.