Uses the STK software to create simulations for satellite testing
Project description
STKHelper
STKHelper is a Python package designed for making interfacing with AGI's STK easier.
Installation
STKHelper is available on the Python Packaging Index and can be installed using pip
pip install stkhelper
Usage
Interfacing STK with Python can be difficult task due to its confusing class system, which involves lots of type casting and several references to the same object. To combat this, STKHelper implements a "guardian class relationship". Every object (with the exception of the application itself) has a guardian objects, which is the object that contains it. For example, a scenario is the guardian of all the satellites and area targets that are contained in the scenario. Similarly, a satellite is the guardian for all cameras that it contains.
from stkhelper.application import Application
app = Application
scene = app.addScenario('TestScenario', '+24hr')
sat = scene.addSatellite('ISS', 25544)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file stkhelper-4.0.0-py3-none-any.whl.
File metadata
- Download URL: stkhelper-4.0.0-py3-none-any.whl
- Upload date:
- Size: 11.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.26.0 CPython/2.7.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44f98baeec5c297d03d8bc8b3b16f494404e2e7af306ca92fa7882fb1944daf0
|
|
| MD5 |
2286349aa5b709d561fb0c5b664f6dbf
|
|
| BLAKE2b-256 |
7f20db31cd25837eb29237a0b876ea91d49f3e8e66eb7918527c7f5ae3e99f51
|