Skip to content

Commit 0e4fd7e

Browse files
committed
minor fixes for docs
1 parent afe2d10 commit 0e4fd7e

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

toolbox/+otp/+circularrestricted3body/+presets/CircularEarthOrbit.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classdef CircularEarthOrbit < otp.circularrestricted3body.CR3BPProblem
22
% This preset builds a circular earth orbit in CR3BP based on
3-
% the equations derived in :cite:p:She20.
3+
% the equations derived in :cite:p:`She20`.
44

55
methods
66
function obj = CircularEarthOrbit(varargin)

toolbox/+otp/+circularrestricted3body/+presets/HaloOrbit.m

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
classdef HaloOrbit < otp.circularrestricted3body.CR3BPProblem
2-
% This preset builds a halo orbit preset for the CR3BP based on
3-
% a table of reference initial conditions and periods. There are four
4-
% possible different orbits given by this preset, $L_2$, $P2HO_1$,
5-
% $P2HO_2$, $P4HO_1$, and $P4HO_2$. The tables contain $20$ entries, and
6-
% thus there are $100$ different possible orbits given by this preset.
7-
% The tables of $L_2$ halo orbits are given as Table A.1--A.5 on pages
8-
% 218--222 of :cite:p:`Spr21`.
2+
% This preset builds a halo orbit around the Moon in the Earth-Moon
3+
% system preset for the CR3BP based on a table of reference initial
4+
% conditions and periods. There are four possible different orbits
5+
% given by this preset, $L_2$, $P2HO_1$, $P2HO_2$, $P4HO_1$, and
6+
% $P4HO_2$. The tables contain $20$ entries, and thus there are $100$
7+
% different possible orbits given by this preset. The tables of $L_2$
8+
% halo orbits are given as Table A.1--A.5 on pages 218--222 of
9+
% :cite:p:`Spr21`.
910

1011
methods
1112
function obj = HaloOrbit(varargin)

0 commit comments

Comments
 (0)