Struct astro::planet::mars::Ephemeris   
            
                [−]
            
        [src]
pub struct Ephemeris {
    pub De: f64,
    pub Ds: f64,
    pub P: f64,
    pub q: f64,
    pub w: f64,
    pub d: f64,
}Holds Mar's ephemeris values for physical observations
Fields
De | Mars-centric declination of the Earth  | 
Ds | Mars-centric declination of the Sun  | 
P | Geocentric position angle of Mars's northern rotation pole, or also called the position angle of the axis  | 
q | Angular amount of the greatest defect of illumination  | 
w | Longitude of the central meridian, as seen from the Earth  | 
d | Apparent diameter of Mars  |