Helper functions for Systems ToolKit (STK)
Project description
systemstoolkit
Create an Attitude File
In [1]: import systemstoolkit as stk
In [2]: import numpy as np
In [3]: time = np.datetime64("2020-01-02 03:04:05") + np.arange(10).astype("timedelta64[s]")
In [4]: time
Out[4]:
array(['2020-01-02T03:04:05', '2020-01-02T03:04:06',
'2020-01-02T03:04:07', '2020-01-02T03:04:08',
'2020-01-02T03:04:09', '2020-01-02T03:04:10',
'2020-01-02T03:04:11', '2020-01-02T03:04:12',
'2020-01-02T03:04:13', '2020-01-02T03:04:14'],
dtype='datetime64[s]')
In [5]: data = np.array([[0,10,20]]*10, dtype='float32')
In [6]: data
Out[6]:
array([[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.],
[ 0., 10., 20.]], dtype=float32)
In [7]: afile = stk.attitude_file(time[0:10], data[0:10], "YPRAngles")
In [8]: print(afile)
stk.v.11.0
BEGIN Attitude
ScenarioEpoch 02 Jan 2020 03:04:05.000
MessageLevel Warnings
TimeFormat EpSec
AttitudeTimeYPRAngles
0.0 0.000000 10.000000 20.000000
1.0 0.000000 10.000000 20.000000
2.0 0.000000 10.000000 20.000000
3.0 0.000000 10.000000 20.000000
4.0 0.000000 10.000000 20.000000
5.0 0.000000 10.000000 20.000000
6.0 0.000000 10.000000 20.000000
7.0 0.000000 10.000000 20.000000
8.0 0.000000 10.000000 20.000000
9.0 0.000000 10.000000 20.000000
END Attitude
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 Distribution
systemstoolkit-0.0.1.tar.gz
(8.4 kB
view details)
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 systemstoolkit-0.0.1.tar.gz.
File metadata
- Download URL: systemstoolkit-0.0.1.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3283ff886de108fa32c199c21fc0810811dd745a72abf5edd446af4c42eb759c
|
|
| MD5 |
82683cf7a5e5cd2281d582c637704e46
|
|
| BLAKE2b-256 |
bfd7d74d5b2beaae504691beb56a5fa5395025fed64ce53193c1b729bdd3fe81
|
File details
Details for the file systemstoolkit-0.0.1-py3-none-any.whl.
File metadata
- Download URL: systemstoolkit-0.0.1-py3-none-any.whl
- Upload date:
- Size: 10.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6175fdd74dd1c4d25234988e799a8ad700b654e19cf0a3480dc9db3f48eecd27
|
|
| MD5 |
fe8645f53a8e1387e850b19982bcb9b3
|
|
| BLAKE2b-256 |
0b02adf81fdeebe01e638008f5d7e22c6f6a51d065f83e658a417c130609347a
|