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.0rc2.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
File details
Details for the file sam45-1.0.0rc2.tar.gz.
File metadata
- Download URL: sam45-1.0.0rc2.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 |
684b5bb9d318d974f4ef1ced0da41b1fb2d3059b66d4cbfe63c6267a1a3ad21b
|
|
| MD5 |
75e78b5f370a6094587dd70b905bdc61
|
|
| BLAKE2b-256 |
7c92cd2ea80da98c3495964252454d8bab07c3d28131122f6ec28dc5fe3579f1
|
File details
Details for the file sam45-1.0.0rc2-py3-none-any.whl.
File metadata
- Download URL: sam45-1.0.0rc2-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 |
7a012f06b5b520d9780726c62d2af94995ca032ecb244ede726b13db6f9d7747
|
|
| MD5 |
c05eb738d503715fdc9eb555d91d836d
|
|
| BLAKE2b-256 |
9c6ed4fe2b2b2b82c660482aa6dfae532637d6de7f2a49f9ddf1c24b6ab7d1f7
|