NRO/SAM45 log data reader
Project description
SAM45
NRO/SAM45 log data reader
Installation
pip install sam45
Usage
The following functions will read a SAM45 log to extract each information as a NumPy structured array.
import sam45
data_ctl = sam45.read.ctl("/path/to/log")
data_obs = sam45.read.obs("/path/to/log")
data_dat = sam45.read.dat("/path/to/log")
data_end = sam45.read.end("/path/to/log")
Data types
The data type of each information is defined as a NumPy structured data type. It complies with the definition as of December 5, 2025.
import sam45
dtype_ctl = sam45.dtypes.ctl
dtype_obs = sam45.dtypes.obs
dtype_dat = sam45.dtypes.dat
dtype_end = sam45.dtypes.end
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
sam45-1.0.0.tar.gz
(67.5 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
sam45-1.0.0-py3-none-any.whl
(6.1 kB
view details)
File details
Details for the file sam45-1.0.0.tar.gz.
File metadata
- Download URL: sam45-1.0.0.tar.gz
- Upload date:
- Size: 67.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fd06b0442538c15df17ca005cb0b19a784a260137b44168f3c169f4c3e8d5e69
|
|
| MD5 |
fdf9da25c6643553d8ad1843c85f5ae0
|
|
| BLAKE2b-256 |
6aa43818b324e5157a828eda916477cf0bbed348b661a7a09c5d50cebfc188e5
|
File details
Details for the file sam45-1.0.0-py3-none-any.whl.
File metadata
- Download URL: sam45-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.9.18 {"installer":{"name":"uv","version":"0.9.18","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Debian GNU/Linux","version":"12","id":"bookworm","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29d2702fbc6c4c07ef10a00d0d8174652ded02fba54585b7bfa8a9efaf7c4451
|
|
| MD5 |
a19e5e0e2309a6e42181dacc82bdd9c6
|
|
| BLAKE2b-256 |
dcf4d2a69c2b235b4231c8c3b553325f13d072f53f47a9b9823070e59eafb4c5
|