Struct kidou::orbit::io::load::Record[][src]

struct Record<'a> {
Show 13 fields id: &'a str, x_0: F, x_0_err: F, y_0: F, y_0_err: F, z_0: F, z_0_err: F, u_0: F, u_0_err: F, v_0: F, v_0_err: F, w_0: F, w_0_err: F,
}
Expand description

A representation of a file record

Fields

id: &'a str

ID of the object

x_0: F

X component of the radius vector $[ \text{kpc} ]$

x_0_err: F

Standard deviation of the X component of the radius vector $[ \text{kpc} ]$

y_0: F

Y component of the radius vector $[ \text{kpc} ]$

y_0_err: F

Standard deviation of the Y component of the radius vector $[ \text{kpc} ]$

z_0: F

Z component of the radius vector $[ \text{kpc} ]$

z_0_err: F

Standard deviation of the Z component of the radius vector $[ \text{kpc} ]$

u_0: F

U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

u_0_err: F

Standard deviation of the U component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

v_0: F

V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

v_0_err: F

Standard deviation of the V component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

w_0: F

W component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

w_0_err: F

Standard deviation of the W component of the velocity vector $[ \text{km} \, \text{s}^{-1} ]$

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.