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.0rc1.tar.gz
(67.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 sam45-1.0.0rc1.tar.gz.
File metadata
- Download URL: sam45-1.0.0rc1.tar.gz
- Upload date:
- Size: 67.4 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 |
94a2a438099b14507094f774adb16dfa3c4885061fe6475e77907bf4098f6b4e
|
|
| MD5 |
72dab2ccb861582adb254bfcd3bca241
|
|
| BLAKE2b-256 |
d90bca18095a95907c6fa1356cefbb5ffc75e6e94744fc642d4e071e49528a25
|
File details
Details for the file sam45-1.0.0rc1-py3-none-any.whl.
File metadata
- Download URL: sam45-1.0.0rc1-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 |
992c9079ffd453703740bc62ad50ebd5eb0da8770ec19ef2a0f0257f0988833e
|
|
| MD5 |
234a3b895520d4889f47687e4fb3850d
|
|
| BLAKE2b-256 |
00123bd7c2ddd1ea1fbf646b659f606a74bf3df18839a91e757cf4752f52c037
|