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: FX component of the radius vector $[ \text{kpc} ]$
x_err: FStandard deviation of the X component of the radius vector $[ \text{kpc} ]$
y: FY component of the radius vector $[ \text{kpc} ]$
y_err: FStandard deviation of the Y component of the radius vector $[ \text{kpc} ]$
z: FZ component of the radius vector $[ \text{kpc} ]$
z_err: FStandard deviation of the Z component of the radius vector $[ \text{kpc} ]$
u: FU component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
u_err: FStandard deviation of the U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
v: FV component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
v_err: FStandard deviation of the V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
w: FW component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$
w_err: FStandard 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