Astrodynamics coordinate frame transforms
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

document public values in 6 packages (merlint E400)

- clcw: 12 Wire.Codec.field docs
- cose: pp_error, content_type, key_id
- contact: pp_ground_station
- coordinate: earth constants (flattening, mu, j2, rotation_rate)
- cop1: equal_state (in Fop1 and Farm1)
- csts: pp_qualified_parameter, pp_md_update, pp_get_diagnostic,
pp_state, pp_bind_diagnostic

+8
+8
lib/coordinate.mli
··· 21 21 (** {1 Constants} *) 22 22 23 23 val earth_radius : float 24 + 24 25 val earth_flattening : float 26 + (** Earth flattening factor (WGS84). *) 27 + 25 28 val earth_mu : float 29 + (** Earth gravitational parameter (m^3/s^2, WGS84). *) 30 + 26 31 val earth_j2 : float 32 + (** Earth J2 oblateness coefficient. *) 33 + 27 34 val earth_rotation_rate : float 35 + (** Earth rotation rate (rad/s, IAU 2000). *) 28 36 29 37 (** {1 Time} *) 30 38