SofaLdBody Structure

Managed representation of the SOFA iauLDBODY structure.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public struct LdBody
Inheritance
Object    ValueType    SofaLdBody

Remarks

Mirrors the C layout from sofa.h. The pv field (2x3) is marshalled as a 6-element row-major array.

Fields

bm Mass of the body (solar masses)
dl Deflection limiter (radians^2/2)
pv Barycentric position velocity vector [2,3] of the body (au, au/day)

Version Information

.NET Standard

Supported in: 2.0

See Also