pub fn default_scale(product: Product) -> DiscreteColorScaleExpand description
Returns the default color scale for a given product.
This function selects an appropriate color scale based on the product type, using standard meteorological conventions.
| Product | Scale |
|---|---|
| Reflectivity | NWS Reflectivity (dBZ) |
| Velocity | Divergent Green-Red (-64 to +64 m/s) |
| SpectrumWidth | Sequential (0 to 30 m/s) |
| DifferentialReflectivity | Divergent (-2 to +6 dB) |
| DifferentialPhase | Sequential (0 to 360 deg) |
| CorrelationCoefficient | Sequential (0 to 1) |
| ClutterFilterPower | Divergent (-20 to +20 dB) |