Struct kidou::orbit::HCInitials [−][src]
pub struct HCInitials {
x: F,
x_err: F,
y: F,
y_err: F,
z: F,
z_err: F,
u: F,
u_err: F,
v: F,
v_err: F,
w: F,
w_err: F,
}
Expand description
Initial coordinates and velocities of a globular cluster in the Heliocentric Cartesian system
Fields
x: F
X component of the radius vector $[ \text{kpc} ]$
x_err: F
Standard deviation of the X component of the radius vector $[ \text{kpc} ]$
y: F
Y component of the radius vector $[ \text{kpc} ]$
y_err: F
Standard deviation of the Y component of the radius vector $[ \text{kpc} ]$
z: F
Z component of the radius vector $[ \text{kpc} ]$
z_err: F
Standard deviation of the Z component of the radius vector $[ \text{kpc} ]$
u: F
U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
u_err: F
Standard deviation of the U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
v: F
V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
v_err: F
Standard deviation of the V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
w: F
W component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
w_err: F
Standard deviation of the W component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
Implementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more