pub fn decode_field(
data_section: &[u8],
representation: &DataRepresentation,
bitmap_section: Option<&[u8]>,
num_grid_points: usize,
) -> Result<Vec<f64>>Expand description
Decode Section 7 payload into field values, applying Section 6 bitmap when present.