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

Get mutable references to the fields

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.