iasinat-lib 0.1.4

Reader for IASI NAT L1C and L2 files
Documentation
1
2
3
4
5
use super::*;

pub type Angles = ([[f32;PN];SNOT],[[f32;PN];SNOT]);

pub type NatReader<R> = BufReader<R>;