Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Updated the readme to reflect correct units for rotation vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Feb 15, 2024
1 parent 35c2339 commit 81657ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ The **<span>cb.in</span>** includes all central body initial conditions. The str
0.0 ! J2 term, optional, set to 0.0 for a spherical body
0.0 ! J4 term, optional, set to 0.0 for a spherical body
0.4 0.4 0.4 ! Principal moments of inertia, optional, leave off if not using, SyMBA only
0.0 0.0 0.0 ! Rotational vectors in radians per second, optional, leave off if not using, SyMBA only
0.0 0.0 0.0 ! Rotational vectors in degrees per time unit, optional, leave off if not using, SyMBA only
```

The **<span>pl.in</span>** includes all massive body initial conditions. The structure of the **<span>pl.in</span>** is as follows:
Expand All @@ -293,7 +293,7 @@ The **<span>pl.in</span>** includes all massive body initial conditions. The str
1.0 1.0 1.0 ! If IN_FORM is set to XV then this is the heliocentric position vector, if it is set to EL then this is the semi-major axis, the eccentricity, and the inclination
1.0 1.0 1.0 ! If IN_FORM is set to XV then this is the heliocentric velocity vector, if it is set to EL then this is the longitude of the ascending node, the argument of pericenter, and the mean anomaly
0.4 0.4 0.4 ! Principal moments of inertia, optional, leave off if not using, SyMBA only
1.0 1.0 1.0 ! Rotational vectors in radians per second, optional, leave off if not using, SyMBA only
1.0 1.0 1.0 ! Rotational vectors in degrees per time unit, optional, leave off if not using, SyMBA only
2, 0.0, 0.0
0.0
1.0 1.0 1.0
Expand Down

0 comments on commit 81657ab

Please sign in to comment.