<< CL_op_orbGapLof Orbit properties CL_op_paramsJ2 >>

CelestLab >> Orbit properties > CL_op_orbGapLofMat

CL_op_orbGapLofMat

Orbital elements to pos/vel in local frame (Jacobian)

Calling Sequence

M = CL_op_orbGapLofMat(type_oe, oe, loc_frame, meth [, motion, form, mu])

Description

Parameters

type_oe:

(string) Type of orbital elements (1x1)

oe:

Reference orbital elements (6xN)

loc_frame:

(string) Name of local orbital frame (1x1)

meth:

(string, optional) Method used: "f", "f1", "f0", "c". Default is "c"

motion:

(optional, string) "abs" = absolute motion, "rel" = relative motion. Default is "abs"

form:

(optional) Matrix option: "n" = normalized, "un" = unnormalized. Default is "n"

mu :

(optional) Gravitational constant [m^3/s^2]. Default value is %CL_mu

M:

Jacobian in normalized or unnormalized form (6x6xN)

Authors

Bibliography

See also

Examples

// Reference orbital elements (circular type)
cir = [7000.e3; 1.e-5; 1.e-3; 1; 2; 3];
// Normalized matrices
M0 = CL_op_orbGapLofMat("cir", cir, "qsw", "f0") // order 0
M  = CL_op_orbGapLofMat("cir", cir, "qsw") // reference

Report an issue
<< CL_op_orbGapLof Orbit properties CL_op_paramsJ2 >>