-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix API docs
- Loading branch information
Showing
19 changed files
with
212 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
include src/neospy/data/* | ||
include src/neospy/_core* | ||
exclude src/neospy/data/*.gz | ||
include src/neospy/_core* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,8 +9,10 @@ API | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
cache | ||
conversion | ||
flux | ||
fov | ||
interface | ||
observatory | ||
population | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cache | ||
===== | ||
|
||
Tools to interact with NEOSpy's Cache folder. | ||
|
||
.. automodule:: neospy.cache | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
fov | ||
=== | ||
|
||
Field of View | ||
|
||
.. automodule:: neospy.fov | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,28 @@ | ||
spice | ||
===== | ||
|
||
This is a thread-safe, read only re-implementation of a SPICE kernel interpreter. | ||
Outputs of this exactly match the common cSPICE interpreter, but can be easily | ||
used among an arbitrary number of cores. SPICE kernel files are loaded directly | ||
into RAM. | ||
|
||
.. note:: | ||
|
||
This does not use cSPICE, or any original SPICE library code. | ||
|
||
cSPICE is difficult to use in a thread safe manner which is limiting when | ||
performing orbit calculations on millions of objects. | ||
|
||
Data files which are automatically included: | ||
|
||
DE440 - A SPICE file containing the planets within a few hundred years. | ||
|
||
BSP files are also automatically included for the 5 largest asteroids, which are | ||
used for numerical integrations when the correct flags are set. | ||
|
||
PCK Files which enable coordinate transformations between Earths surface and the | ||
common inertial frames. | ||
|
||
.. automodule:: neospy.spice | ||
:members: | ||
:inherited-members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.