Struct lather::Observation [] [src]

pub struct Observation {
    pub rv: f64,
    pub bisector: Vec<f64>,
}

An observed radial velocity and line bisector.

Fields

The radial velocity value in m/s.

The line bisector in m/s.