Skip to content

Commit 2ed4f90

Browse files
committed
fix: links
1 parent bc58500 commit 2ed4f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/stk_engine/loading-ephem-from-jpl-horizons.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# ### Defining the parameters
1818
#
19-
# STK ephemerides support a variety of parameters, see the [official STK ephemerides specification](https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm).
19+
# STK ephemerides support a variety of parameters, see the [official STK ephemerides specification](https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm?TocPath=How%2520to%2520Use%2520STK%257CData%2520Management%257CCreate%2520%2526%2520Import%2520External%2520Files%257C_____9).
2020
#
2121
# To match previous specification, the parameters required for the JPL Horizons query are:
2222
#
@@ -101,7 +101,7 @@ async def query_jpl_horizons(params: dict) -> str:
101101

102102
# # !heat -n 50 horizons_results.txt
103103

104-
# This format is not supported by STK. The ephemerides data lies between the ``$$SOE`` (Start Of Ephemeris) and ``$EOE`` (End Of Ephemeris) keywords. In addition, no commas or headers must be present. Finally, some STK metadata needs to be included in the file, following [STK Ephemerides specification](https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm).
104+
# This format is not supported by STK. The ephemerides data lies between the ``$$SOE`` (Start Of Ephemeris) and ``$EOE`` (End Of Ephemeris) keywords. In addition, no commas or headers must be present. Finally, some STK metadata needs to be included in the file, following [STK Ephemerides specification](https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm?TocPath=How%2520to%2520Use%2520STK%257CData%2520Management%257CCreate%2520%2526%2520Import%2520External%2520Files%257C_____9).
105105
#
106106
# The function below converts JPL Horizons ephemerides results to STK format:
107107

0 commit comments

Comments
 (0)