-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
new branch for pypi release (auto-build not quite working yet
- Loading branch information
Brian Kirkpatrick
committed
Jun 14, 2019
1 parent
0653c4f
commit 599e02a
Showing
36 changed files
with
961 additions
and
5,481 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2016 Brian Kirkpatrick | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. | ||
MIT License | ||
Copyright (c) 2016 Brian Kirkpatrick | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
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,43 +1,43 @@ | ||
oyb | ||
=== | ||
|
||
Oy vey! So many orbit models. Here's another one. | ||
|
||
Largely based on Howard Curtis' excellent text, *Orbital Mechanics for | ||
Engineering Students*, second edition. Contains the minimum components needed to | ||
model and propagate restricted two-body orbits, with time values leveraging the | ||
core Python module *datetime*. | ||
|
||
Primary components (modules) of the package are as follows: | ||
|
||
anomaly | ||
------- | ||
|
||
Defines conversions between various anomalies. | ||
|
||
earth | ||
----- | ||
|
||
Defines earth parameters and key earth-specific calculations (ECF/ENU frame | ||
conversions, latitude/longitude, GMST, etc.). | ||
|
||
orb | ||
--- | ||
|
||
The heart of the *oyb* package; these module contents are imported with the top | ||
package-level *oyb* object. Contains orbital models and conversions. | ||
|
||
plot | ||
---- | ||
|
||
Contains various plotting methods (both main plot functions and their specific | ||
rendering and annotation behaviors) for Orbit-derived objects in 2d (i.e., | ||
ground track) and 3d (i.e., orbital) plots. | ||
|
||
rot | ||
--- | ||
|
||
Defines vector rotation (lower case) and frame tranformations (upper case). Both | ||
transformations can be concatenated to be performed in right-to-left upon a | ||
given vector operator. Note that the *dot()* method must be used, since these | ||
functions return a 2d *numpy.array* object. | ||
oyb | ||
=== | ||
|
||
Oy vey! So many orbit models. Here's another one. | ||
|
||
Largely based on Howard Curtis' excellent text, *Orbital Mechanics for | ||
Engineering Students*, second edition. Contains the minimum components needed to | ||
model and propagate restricted two-body orbits, with time values leveraging the | ||
core Python module *datetime*. | ||
|
||
Primary components (modules) of the package are as follows: | ||
|
||
anomaly | ||
------- | ||
|
||
Defines conversions between various anomalies. | ||
|
||
earth | ||
----- | ||
|
||
Defines earth parameters and key earth-specific calculations (ECF/ENU frame | ||
conversions, latitude/longitude, GMST, etc.). | ||
|
||
orb | ||
--- | ||
|
||
The heart of the *oyb* package; these module contents are imported with the top | ||
package-level *oyb* object. Contains orbital models and conversions. | ||
|
||
plot | ||
---- | ||
|
||
Contains various plotting methods (both main plot functions and their specific | ||
rendering and annotation behaviors) for Orbit-derived objects in 2d (i.e., | ||
ground track) and 3d (i.e., orbital) plots. | ||
|
||
rot | ||
--- | ||
|
||
Defines vector rotation (lower case) and frame tranformations (upper case). Both | ||
transformations can be concatenated to be performed in right-to-left upon a | ||
given vector operator. Note that the *dot()* method must be used, since these | ||
functions return a 2d *numpy.array* object. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.