|
ocssw
V2022
|
#include <get_product_table.h>
Public Attributes | |
| char * | description |
| char * | name |
| char * | units |
| char * | scaling |
| char * | palette |
| float | min |
| float | max |
| char * | precision |
Detailed Description
Product table data structure.
Definition at line 18 of file get_product_table.h.
Member Data Documentation
◆ description
| char* description |
description of the product
Definition at line 19 of file get_product_table.h.
◆ max
| float max |
max value for scaling
Definition at line 25 of file get_product_table.h.
◆ min
| float min |
minimum value for scaling
Definition at line 24 of file get_product_table.h.
◆ name
| char* name |
short name of the product
Definition at line 20 of file get_product_table.h.
◆ palette
| char* palette |
palette file name (without .pal extention)
Definition at line 23 of file get_product_table.h.
◆ precision
| char* precision |
precision ("B", "I", "F")
Definition at line 26 of file get_product_table.h.
◆ scaling
| char* scaling |
scaling type (linear,logarithmic)
Definition at line 22 of file get_product_table.h.
◆ units
| char* units |
product units
Definition at line 21 of file get_product_table.h.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/libl2/get_product_table.h


