Skip to content

Commit

Permalink
Update advanced.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Little-Ryugu committed Jan 23, 2025
1 parent 155fb1d commit a2a8267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ To implement the faint object culling filter, include the following in the :ref:
Modifying the Ephemeris Generator Interpolation
--------------------------------------------------

A user can update the number of sub-intervals for the Lagrange ephemerides interpolation used within ``Sorcha``'s internal ephemeris generator. By default this value is set to **101**, but the user can update it to a different value. 101 works for most orbits, but it may be worth exploring using a different value if you're modeling Earth impactors and very close Near-Earth Objects (NEOs). To change the number of sub-intervals, **n_sub_intervals** variable is added to the ([SIMULATION]) section::
A user can update the number of sub-intervals for the Lagrange ephemerides interpolation used within ``Sorcha``'s internal ephemeris generator. By default this value is set to **101**, but the user can update it to a different value. 101 works for most orbits, but it may be worth exploring using a different value if you're modeling Earth impactors and very close Near-Earth Objects (NEOs). To change the number of sub-intervals, **ar_n_sub_intervals** variable is added to the ([SIMULATION]) section::

[SIMULATION]
ar_n_sub_intervals = 122
Expand Down

0 comments on commit a2a8267

Please sign in to comment.